Questions tagged [phpfox]

phpFox is a social networking platform created in PHP. This CMS is based on the MVC structure. Most of its functionality is similar to Facebook. It was founded by Raymond Benc in July 2005.

158 questions
0
votes
1 answer

How to select latest record with same unique foreign id?

Hi i want to select the record with latest updated status using task_id as foreign key, I want this in Phpfox based query, but if can solve let me know the general query for this scnario id task_id status -------------------------- 1 2…
Mudassar Zahid
  • 305
  • 2
  • 14
0
votes
1 answer

Find the Homepage file containing the Login Button script in phpfox

I am using the Neutron version of the PHPFOX Pro (v4.5). At the homepage where the login button and the register button are, I have a problem with the Login Button, and I want to change the onClick event from ajax popup to a different file (which…
George
  • 1,086
  • 14
  • 48
0
votes
1 answer

Write a new app for phpfox

I want to create a new app for my own phpfox project.I do all as in documentation. But when I go to my app link I see this error page Unable to load module template: todo->controller/index.
Mireli Eyyubzade
  • 193
  • 1
  • 4
  • 13
0
votes
2 answers

How to include external database in phpfox

I want to select some information from other server database into my existing phpfox project.Please help me out this how I can manage it. Thanks In Advance
user2110253
  • 317
  • 4
  • 12
0
votes
1 answer

Rewrite URL with just company name with current htaccess file

First I like to say I feel so privileged being here. I have used the answer given here for many years and it has saved me many many hours. I have searched for the answer to my current question with no luck. I believe the answers didn't work…
JohnJr
  • 1
  • 1
0
votes
1 answer

How to Display the feed in index visitor page in PHPfox

I am trying to display the user feed on index visitor page. But I can't, so please any one can help me to do that. And also tell me which function was displaying this feed.
Kumar
  • 1
  • 1
0
votes
2 answers

how to change login page phpfox, i want to add an block to the left or the right column?

I want to change the structure of page to 2 columns, for example I want to add a left column for Login page instead of a 1 column (add block3) Thanks for helping
Fetra
  • 1
0
votes
2 answers

How do I get the current user details for a phpFox website?

I am creating a webcam system to go on my phpFox site and am attempting to get the current user's ID. I've tried the following, but to no avail. ob_start(); session_start(); function get_user_id() { $userid = null; $id =…
Andrew Aubury
  • 113
  • 12
0
votes
2 answers

how to make captcha case sensitive in phpfox

My Dear Buddies, I need your help to make captcha case sensitive phpfox, i want to make captcha not case sensitive in my phpfox site. please help me. i can not find code for change case sensitivity in phpfox captcha module, and there is no any…
Ashish
  • 9
  • 2
0
votes
0 answers

phpfox v4 blank page after installing language pack

I have a question about installing a language pack on phpfox v4. After installing it, i get a blank page and the installation of the language pack is incomplete. I try to enable debug mode, but it shows Missing "phpfox.json" file.. Version is 4.3.0…
ayhan
  • 27
  • 7
0
votes
1 answer

Using plugin in PHPfox

Can anyone tell me why this call {plugin call='video.template_block_entry_1'} is made in phpfox\module\video\template\default\block\entry.html.php file?
Cool Coder
  • 13
  • 3
0
votes
0 answers

How to add WYSIWYG editor in Phpfox and how to use it?

I am using phpfox cms and it have default tiny_mce editor but i want to user WYSIWYG editor, please tell me how can i apply WYSIWYG editor in my code?
0
votes
1 answer

phpfox4.0.6 create postition and relocate position

I am working on theme and want to create new position in theme and move existing position to other location. So that I easily assign blocks to it. but in 4 version I don't know how to do that. there is only a html code from admincp , when I try to…
pratap
  • 31
  • 4
0
votes
1 answer

How to remove index.php from url using .htaccess this for me not working

Hello i have this problem i try to short url for my phpfox site v4 version but this .htaccess not working for me RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(file)/(.*)…
0
votes
1 answer

Can the constants be defined inside a model file of a framework in PHP?

I'm using PHPFox framework. I've to define two constants which would be used only by two functions present within that model class file. So can I define the constants at the beginning of this model class file or would it cause any issue or is it…
PHPLover
  • 1
  • 51
  • 158
  • 311