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
0
votes
1 answer
Need help to call core fields(address,city, location..) in signup form of phpfox
I know through custom fields we can add and assign the fields to registration form. But in that case its showing two times address,city etc. fields in user profile. Its happens because phpfox has address, city and so on fields in core product. So I…

Pank
- 13,800
- 10
- 32
- 45
0
votes
1 answer
phpfox facebook-connect in manage setting went missing
New in phpfox and needed to make facebook login I looked for facebook-connect to what is said in this tutorial here, found it and was just browsing a bit more to check if it was similar to fb login. Later I came to look for it again but seems…

jhdj
- 631
- 1
- 14
- 26
0
votes
1 answer
How we create custom sigup page in phpfox?
PHPfox providing the feature to create custom page from back-end but How can I call register form to custom page? Please provide suggestion.
Thanks in advance.

Pank
- 13,800
- 10
- 32
- 45
0
votes
1 answer
getUserBy() phpfox
During working I faced a very weird thing in phpfox script
I put in the table user a new field .. and this field is tinyint with default value 0 and started to work on giving the user the ability to insert the value through links and finally it's…

Ahmed Mamdouh
- 1
- 3
0
votes
2 answers
Rewrite rule is not working proper in IIS for phpfox
**
I change my rewrite rule to change my website link from www.mydomain.com/index.php?do=/blog to www.mydomain.com/blog after this when i tried the below code, it won't let me change any page, like if i want to go for www.mydomain.com/blog, i just…

user2145909
- 1
- 1
0
votes
0 answers
Phpfox query with multiple joins
This is my query:
$aThreads = $this->database()->select('mf.parent_id,mf.forum_id,ff.user_id as favourite_id,ff.is_favourite,mf.name,ft.*,'.Phpfox::getUserField('u2','last_').'')
->from($this->_sTable, 'ft')
…

mani
- 3
- 1
- 4
0
votes
1 answer
How to update column values to database in phpfox project
I need to update the column values to table in phpfox forum module posting new thread general type. I have found the table name in coding (query) and added values to column but I am not getting col values. Can anybody help?
my db name :…

mani
- 3
- 1
- 4
0
votes
2 answers
Is there any developer guide for phpfox which helps me to buld custum phpfox website?
Hi i am looking for a guide so that i can build my first phpfox website.Although i have download the phpfox edition and successfully configure on local system.

mjdevloper
- 1,553
- 8
- 33
- 69
0
votes
2 answers
What is the basic skeleton of a phpfox module?
I Want create a basic phpfox module, and I don't know where to start, searched the net but could not find the skeleton or a user guide to create a module or describing the structure or flow of a phpfox module. I'm not demanding here a book about…

irohit786
- 135
- 3
- 15
0
votes
1 answer
how to use phpfox session in cusom php script to access user information
I have a custom php script for this i want to use the user information which is logged in into the phpfox site.
Just like in the wordpress we can access the information of the logged in user through the wp-header.php
So i was looking for such like…

M Haseeb
- 45
- 10
0
votes
1 answer
Put United States on the top of countries list on sign up page in phpfox
I am having a hard time putting the united states on the top.I changed it in countries.xml.php :
…

cppit
- 4,478
- 11
- 43
- 68
0
votes
1 answer
Guest module for phpFox 3
I have installed phpFox and I want to add to my website guest module how can I do this!

Umidjon Urunov
- 651
- 1
- 17
- 39
0
votes
2 answers
Database transfer between servers
How can I transfer my data from one database(000webhosting.com) to another(shatellhost.com)?
note: I use 000webhosting.com free hosting service and I cant create full backup. my data is phpfox social networking.

MySky
- 161
- 1
- 19
0
votes
2 answers
How to get any DOM Element by Ajax in PHPFox
I thought i could use
$this->get('element_id')
to get the value of each DOM-Element in a Ajax-Function. But that doesn't work. Only Post-Elements i can get this way, right?
But how do i get other Elements?
Thanks for your help...
This is my…

maker23
- 67
- 1
- 10
0
votes
1 answer
how to validate custom fields in phpfox
i have created few custom fields in registration form .
And i want to validate those field .
Any help will be apriciated.
Thanks

user762641
- 81
- 1
- 7