phpFox is social network software that gives you the ability to create a unique community that includes many of the features found on sites like Facebook and MySpace.
0
votes
1answer
16 views
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 ...
0
votes
1answer
32 views
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 ...
0
votes
1answer
10 views
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.
...
0
votes
1answer
19 views
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 ...
0
votes
1answer
87 views
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. ...
0
votes
1answer
120 views
Importing a feature of phpFox to SocialEngine
phpFox has released a theme named "Nebula" with the version 3.5.0. On this theme, there is button on the Header and the menu slides down when the user clicks the button. (Actually not a button, but a ...
0
votes
1answer
197 views
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.
1
vote
0answers
31 views
how to creat a field in a table in phpfox? [closed]
while i'am trying to develop in phpfox script
i created a new field in the "user" table
this field is :
tinyin(1)
and has a default value which is 0
then i tried to get the field value by using ...
0
votes
1answer
29 views
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 ...
0
votes
1answer
64 views
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 ...
0
votes
0answers
68 views
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_') . '')
...
1
vote
0answers
56 views
need iphone integration of im chat used in phpfox [closed]
I want to integrate default IM chat used in phpfox in our iphone application. I am able to do xmpp chat but dont know how to get Jabberid of user from that phpfox IM chat.
Is there any api for ...
0
votes
0answers
50 views
How to update colmun values to database in phpfox project
I need to update the colmun values to table in phpfox forum module posting new thread general type.i have find the table name in coding (query) and added values to colmun but i am not getting col ...
0
votes
1answer
109 views
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.
1
vote
2answers
167 views
Cron job to copy db table rows betwen 2 MySQL tables
I would like to copy login data from one table to another.
table contains Joomla login data
table contains phpFox login data. I would like to copy login data from table 1 in every 30 seconds / 1 ...
0
votes
2answers
155 views
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 ...
0
votes
0answers
123 views
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 ...
0
votes
0answers
51 views
How add a custom field to create page form
I'm looking to add a select list field named experience with fixed set of static options to the 'create page form' in pages module but i'm unable to find any help, i want to display it on the second ...
1
vote
2answers
256 views
Phpfox implement autocomplete with ajax
I have this in my javascript file
$("#searchPlaces" ).autocomplete({
source:function( request, response ) {
$.ajaxCall('mymodule.getcities', 'startsWith='+request.term);
},
...
0
votes
1answer
62 views
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 :
<countries>
<country iso="US" name="United States" />
<country iso="AF" ...
1
vote
1answer
350 views
phpFox Template change
I have installed phpFox and I have HTML( only html,css,js ) template. I want to change to my own html template instead of default template! I could to do this task! Please help me to change default ...
0
votes
1answer
101 views
Guest module for phpFox 3
I have installed phpFox and I want to add to my website guest module how can I do this!
0
votes
4answers
109 views
Blank configuration page [closed]
I want to install phpfox, but after two steps, I see a blank page and not configuration page.
What can I do?
1
vote
2answers
75 views
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 ...
0
votes
1answer
94 views
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 ...
1
vote
1answer
250 views
How could I optimise this mysql query which uses several tables? [closed]
My mysql server keeps getting overloaded with this particular query. It's from phpfox CMS and produces a user activity feed. But it joins so many tables and sometimes completely kills the server.
...
0
votes
0answers
119 views
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
0
votes
0answers
184 views
multiple custom fields in registration form phpfox
Hello can body tell me how to create multiple customfields in registration form in phpfox.
I was able to add single field using add custom field but it does not allow to add multiple fields.
Thanks ...
0
votes
1answer
211 views
jQuery $(document).ready didn't work in phpfox
I'm developing a PHPFox Module where I use a jQuery Plugin to paginate a serie of images. When I access the module the plugin doesn't work, but the rest of the js code have no problem. The only code ...
0
votes
0answers
60 views
Add Jobs in marketplace in phpfox
I am developing phpfox website. I want to placing a job ad into the "marketplace" module with option of either \"offering a job\" or \"looking for a job\".
If you had this option users could choose ...
0
votes
1answer
283 views
Change Module Header name in phpfox
I am developing one web site using phpfox tool. In dashboard i want to change Activity Feed heading into something different. How i can able change that heading? I tried using Block Manager title ...
-1
votes
1answer
308 views
How to access admin side of my web site in phpFox? [closed]
I want to access admin panel of my web site in phpFox.
In the case of Joomla! websites we can easy to access admin panel through
www.example.com/administrator same way any idea
about phpFox ...
1
vote
0answers
173 views
Uploading files in PHPFox [closed]
I'm trying to make a form in PHPFox to upload a pdf file. The problem cames when I try to save the uploaded file in the server. In the HTML markup the form field to upload de file is called "archivo". ...
0
votes
1answer
239 views
assign smarty variable in php / mysql query
I am working in phpfox.I want to use smarty variable in mysql query.
I have searched a lot and apply all methods / solutions available in stackoverflow but its not working.
1
vote
0answers
141 views
how can i create phpfox 3 extension
I am using PHPFOX3. I have done so much search and R&D. How can i make my custom extension but i am unable to create extension. I need to setup openinviter in phpfox 3 version but openinviter.com ...
0
votes
0answers
74 views
PhpFox Video Conversion
Strange thing on the video upload function in PhpFox:
Once uploading wma file created with Windows Movie Maker, PhpFox is not converting that video?
But if I try to upload sample movie (wma too) ...
0
votes
1answer
244 views
Custom PHPFox V2 Landing Page
I have a social network built using PHPFox and it's proving to be quite a challenge to change the default landing page. Does anyone know how I can change the default core.index-visitor landing page ...
0
votes
1answer
123 views
sql server unicode data migrating to mysql database
I am migrating a site which was using sql server database to a php/mysql script. I have a table posts with a field data type ntext. This field is holding a lot of unicode data. Now when I migrated ...
-1
votes
1answer
370 views
phpfox - what does Phpfox::getParam() do? [closed]
I have emailed phpfox and they are taking their sweet time to email back, im just wondering what getParam() does? and also it seems to get settings e.g. Phpfox::getParam('user.approve_users') where ...
-1
votes
1answer
140 views
I am trying to speed up following MySQL query [closed]
Have got this MySQL query and it's loading very slow , around 23 seconds. Could you please help me to optimise it, the problematic part is in 3rd paragraph below. This query is pulling out feeds from ...
1
vote
1answer
447 views
Remove the default login/register page for visitors in PHPFox and redirect visitors to a particular page
I'd like visitors (unregistered users) to be redirected to a particular page, say, blogs or pages for my phpfox site (i.e they are able to see content which is shared with everyone).
Currently, when ...
0
votes
1answer
74 views
Trigger a function in PHPFox
In PHPFox site i want to trigger a function each time when activity point increases. Is it possible from one file updation ? Otherwise i will have to change in each module(e.g. ...
0
votes
0answers
133 views
Do Not redirect to any page if form is not submitted
I have a form in phpfox.
And i want to prohibit any redirect from this page until and unless that form is not submitted.
Suppose that there is a form. and there are few links on header named A,B,C,D ...
1
vote
4answers
681 views
How to apply a jQuery CSS change to elements that have not yet been created without using addClass?
I'd like to know if there's an elegant way to accomplish this.
My question:
I need to change a few CSS properties of some div elements that have already been created and have those changes be applied ...
2
votes
2answers
2k views
ELGG, PHPFOX, SOCIALENGINE AND OTHERS: what's your favourite social network script and why? [closed]
I'm a user experience designer (not a developer). I'm looking for the right social network software giving me flexibility, performance, usability... and inspiration also.
What's your experience with ...
0
votes
0answers
135 views
google maps marker draggable doesn't work
I try all methods but in my google map on the marker doesn't work events, I try enable events and write (clickable: true), but it did not help, in test server working good, but on phpfox marker not ...
0
votes
0answers
244 views
PHP Open Source Social Network phpFox Alter Ego feature [closed]
I've existing PHPFox website of client, where client needs "Alter Ego" feature for dual profile option, to hide real profile from the users.
"Alter Ego" feature will include below updates:
This ...
1
vote
2answers
468 views
Is it possible to install website made in php fox on localhost?
I have website made in php_fox framework and my client want some changes on website but he don't want that changes on his server directly so firstly i have install that website on my localhost. so is ...
1
vote
1answer
456 views
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?
0
votes
1answer
298 views
Opening more than two connections to apache per client
Bit of an odd problem here. We're migrating a website to a new software platform. As part of this migration, we must copy files from one Amazon S3 bucket to another. There are hundreds of thousands ...






