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
How we call "Pages" name in Dropdown in Signup form of PHPfox?
In PHPfox, i want to call "Pages" name in drop-down in Signup form. Reason for calling "Pages", Actually i have created many pages for college name & that are saved in database. So if someone comes for signup, i want to show them college name in…

Anoop
- 61
- 8
0
votes
1 answer
php fox Fevent Advanced Event Plugin
I use phpfox and have the fevents plugin.
How can I change the titles on the fevent events page, when I do custom fields it puts the title "custom fields", I want to change that working to Details.
I looked in phase manager and Theme css files and…

Shirl
- 3
- 3
0
votes
1 answer
Nicescroll bug in Phpfox
I am neewbie in Phpfox script and I started with creating a new template.During that I encountered the following problem with nicescroll jQuery. When I try to implement it outside the Phpfox it works. But when I try into Phpfox then it messes up and…

Plavookac
- 410
- 9
- 24
0
votes
1 answer
Starttls: me or them?
Im running phpfox on my own server and trying to use smtp to send emails. Im setting up windows live domain emails currently waiting for domain ownership whilst waiting i tried with my normal email address something@hotmail.co.uk.
When i enter all…

nats0128
- 509
- 5
- 18
0
votes
2 answers
phpfox , get value as response from an ajax call
Trying to make an ajax call and get something as response in phpfox .
the JS :
$.ajaxCall('module.check_whether_first_time',
'u_id='+u_id+'&my_user_id='+my_user_id).done(function(data) {
alert(" data = " + data )
});
The function…

Istiaque Ahmed
- 6,072
- 24
- 75
- 141
0
votes
1 answer
Keeping the original behavior of a file input in Fine-Uploader
My problem is this: i have a form with a file input. This file input has a onchange event attached. How can i add Fineuploader to handle things like validation (fize size, format,), thumbnail previews, but not the upload of the files and keep the…

Alexandru Furculita
- 1,374
- 9
- 19
0
votes
1 answer
jQuery Autocomplete id and item
I have a working query autocomplete code that completes the full_name when letters are typing. What I am trying to figure out is how to get the user_id for that goes with the full_name. I have JSON that comes back like…

Mike
- 25
- 4
0
votes
1 answer
PHPFox: Insert the cover image into ALL website pages
I need a bit help about as follow:
Into the "profile" page is present the cover image. This is visible only into the "profile" page. What I'm trying to do is to insert the cover image into ALL other pages too (home, friends, members, ext...). Into…

Project-G
- 11
- 1
0
votes
1 answer
How change variables before rendering in phpfox?
Hi I want to edit some variables before Phpfox rendering them into output without changing main files to keep theme updateable. For example I want to edit the value of location or birthday before they are rendered. What should I do exactly?

SRF
- 587
- 5
- 16
0
votes
1 answer
Phpfox load modules content via AJAX
i set my own template and now i want to load a module to the main content div. In the main template file there is this tag {content}. If i browse through my page into this all modules Content is loaded.
Now i want load a module manualy to this div…

maker23
- 67
- 1
- 10
0
votes
1 answer
Attachment not working in phpfox
Here's an error am getting in Phpfox when i try to use the attachment feature
TypeError: $Core.shareInlineBox is not a function
i was able to retrieve this error from the Firefox web console but i don't seem to have any solution to it.
Here's the…

user1862764
- 391
- 3
- 17
0
votes
2 answers
Automatically assign profile pics to pages in phpfox
Followed by my last question: Automatically create pages in phpfox
Now I'm trying to assign a list of pre-uploaded images to some pages as their profile picture in phpfox.
After checking data changes in the database, I only realized changes in these…

Yashari
- 491
- 1
- 8
- 14
0
votes
1 answer
Automatically create pages in phpfox
I have an array of information of places and I wanna use them to create multiple pages in a phpfox site.
First I tried to manually insert data in phpfox database (in tables of phpfox_pages and phpfox_pages_text).
The page is shown up in the site but…

Yashari
- 491
- 1
- 8
- 14
0
votes
1 answer
phpfox without works without memcache support?
is there any way working with Phpfox without memcache service? because i am using hostgator shared server, where as shared server which does not provide any memcache service its only available in dedicated servers only.
I am using Phpfox1.5 is…

user2089985
- 125
- 1
- 10
0
votes
2 answers
Need help to add more option in polls module in phpfox
i checked the script of existing option like All Polls, My Polls etc all these coming from xml with some integer value. But I don't know how to add new option. For reference i attached screen-sort.
Thank you in advance

Pank
- 13,800
- 10
- 32
- 45