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
1 answer
Subtracting two variables in Phpfox template
How can I subtract two variables in template?
For example,
{foreach from=$aArray key=sKey item=sItem name=arr}
{$aArray|count} - {$phpfox.iteration.arr}
{/foreach} I did the following solutions, however they didn't work: First…
sAs59
- 562
- 2
- 7
- 30
1
vote
0 answers
Creating module for PHPFox V3
I want to create a module which is same as forum but modified as vforum. but i am facing a problem that is of subscribe. when i try to install the vforum, the subscribe module is occur and showing "Membership Packages". i am try to create settings…

Ravi Dutt Verma
- 13
- 3
1
vote
1 answer
How to synchronize the scrolling between two columns
I'd need an advice about how to create the code related to the sidebar contained into my homepage.
My homepage is composed of: header, left sidebar, main column (that is at the right of the sidebar) and footer.
What I need is a bit specific, indeed…

Project-G
- 11
- 1
1
vote
1 answer
On entering confirm password first then password field,the error message is not displayed properly
I have 2 fields - Password and Confirm Password
If I enter a value in confirm password field first and then enter value into password field, message saying "password matched" if matching and "password does'nt match" if mismatching should be…

Steffi
- 255
- 1
- 3
- 14
1
vote
1 answer
Integrate Payment Gateway in Phpfox
I'm new to phpfox, I'm developing a payment module. Can anyone help me with the payment module? I have a zaakpay payment integration kit and i have all the necessary inputs. How should i need to integrate? Should need to do like paypal and…

Harsha Mullangi
- 474
- 1
- 6
- 27
1
vote
2 answers
PhpFox 3.7.7 video convert (mp4)
Trying to upload mp4 video. It is uploaded successfully - I can see it on the server.
But success page remains with process animation, and video is not avalable. It has in_process=1 in database (phpfox_video). Also the big problem that I cant see…

user3223195
- 11
- 5
1
vote
3 answers
substr PhpFox variable
How can I use a PhpFox variable with substr? When I use the variable in a {php} {/php} it's giving me undefined variable:
Example:
I have the variable:{$aFeed.feed_image_onclick}
Now I want to substr this variable in my template file:
{php}…

user3435924
- 11
- 1
1
vote
1 answer
phpfox: change new users privacy
I want to set friends_only privacy to all new users. I tried User Default Privacy Setting on Registration but does not work!
Any Idea??
Thanx
Regards
Edit:
There is a simple way to let the user change there privacy after Sign-up by direction them…

Saif Hamed
- 1,084
- 1
- 12
- 17
1
vote
0 answers
IPS Connect not logging in via cookie
So I have setup my IPB install as a slave and a PHPFox install as my master.
When I login to PHPFox all the info that I will use are put into cookies as it is suppoed to be. When I go to my forum I can still see the cookies with all the info but I'm…

Alexander Ahlsen
- 21
- 4
1
vote
2 answers
How to use WYSIWYG editor in Phpfox?
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?
I use this code in my controller
$this->template()->setEditor();
I use this code in HTML
{editor…

gaurav gupta
- 169
- 7
1
vote
1 answer
how to show date and time in phpfox
how to show date and time in phpfox
{$aSample.post_date|date:'core.global_update_time'}
this html code shows
January 1, 1970
this time only not the correct date and time from sql table
I want like this view
Monday, July 15, 2013 8:59 am
or
July 15,…

Prabu R
- 65
- 1
- 9
1
vote
1 answer
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 div)
I want to add this feature to SocialEngine.…

Hüseyin Dursun
- 550
- 5
- 15
1
vote
1 answer
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 step of page creation. I'm using phpFox Version…

irohit786
- 135
- 3
- 15
1
vote
2 answers
Phpfox implement autocomplete with ajax
I have this in my javascript file
$("#searchPlaces" ).autocomplete({
source:function( request, response ) {
$.ajaxCall('mymodule.getcities', 'startsWith='+request.term);
},
autoFocus: true
});
And this is in my ajax php…

Matt
- 7,049
- 7
- 50
- 77
1
vote
1 answer
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 that doesn't work is which is placed inside the…

Donnie Rock
- 552
- 1
- 14
- 27