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.
Questions tagged [phpfox]
158 questions
1
vote
2 answers
How to create phpfox plugin
I am developing to implement a profile information plugin in a phpfox website.
I don't know how to create a plugin in phpfox.
How can I create a new plugin in phpfox?

user998521
- 37
- 2
- 9
1
vote
2 answers
JSON data From phpFox ajax call?
How to return JSON data in phpFox, ajaxCall?
In phpFox i am using $.ajaxCall('samplemodule.function' 'data=test');
How to return JSON data? and how to process on that data inside any js function.

SKG
- 510
- 4
- 20
1
vote
2 answers
Confusing File structure of PhpFox
I am wondering how can I modify the layout of the featured members module? I can see that part of it is in the template folder of the module in file
module/user/template//block/featured.html.php
and some part I find…

facebook-100003209134068
- 66
- 1
- 11
1
vote
0 answers
How to add JQUERY function to phpfox?
I'm a newbie to php fox. i want to add jquery function to phpfox but no success. please suggest me proper way of adding jquery function to phpfox.