Questions tagged [phpfox]

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.

158 questions
0
votes
0 answers

How to access a php class file from PHPFox framework into javascript code written in simple HTML file?

I've a website that is developed using PHPFox v3.0.7. Now I'm trying to implement 'SSE(Server Sent Events)' into one of the PHP files. For your reference I'm giving below only the necessary code part of the file. The file is titled as…
PHPLover
  • 1
  • 51
  • 158
  • 311
0
votes
1 answer

Phpfox error in shorturl

after i enabled shorturl in php .. i am getting 404 error .. my htaccess is ###################################### ## [PHPFOX_HEADER] ## ## @copyright [PHPFOX_COPYRIGHT] ## @author Raymond Benc ## @package PhpFox ## @version …
0
votes
1 answer

phpfox ajax return empty

I am getting no data while using ajax call, it works fine without ajax or if I send no any parameter in ajax. Here is the…
0
votes
1 answer

Contacts importer for phpfox

Is there any free module available for contacts import in phpfox. I could find openinviter, unfortunately the downloaded file was corrupted/extracted contains a single file only. I need contacts importer of yahoo, gmail, hotmail and facebook. Please…
0
votes
1 answer

Phpfox include php file that runs in every page

I want a php file to be automatically included in every phpfox page even login page I tried using some hooks but failed. Can hooks do it or I must hardcode it and change some phpfox files ??
Sameh Dev
  • 35
  • 2
  • 3
0
votes
0 answers

Opening a link in new tab PHPFOX

I am trying to add new child menu through PHPFOX admincp which should open target URL in new tab. I've tried directly adding anchor tag with target="_BLANK" in language package details under CMS=>menus=>edit menus, but then it creates two menus one…
imVJ
  • 424
  • 4
  • 16
0
votes
2 answers

Explain URL routing in PHPFox

I'm using PHPFox for my website. Suppose I want to see the profile of user with user id 126. Whenever I click on any user name following URL appears in the address bar http://34.144.60.142/profile-126/(In case of user_id 126. For other users some…
PHPLover
  • 1
  • 51
  • 158
  • 311
0
votes
1 answer

How to access existing APIs using Slim Framework from a PHPFox website on mobile app (iPhone and Android)?

I've one website built in PHPFox. The website is functioning properly. Now the mobile apps for iPhone and Android smartphone are under development which will use the same database that PHPFox website is using. So, I want to make the existing APIs…
PHPLover
  • 1
  • 51
  • 158
  • 311
0
votes
1 answer

PHPfox Admincp url

I need help regarding admin panel login page. I have downloaded fresh copy of phpfox now when I am going for url: http://localhost/php...php?do=/admincp it takes me to some login page like attached in image 1 and after that it takes me to another…
Er.KT
  • 2,852
  • 1
  • 36
  • 70
0
votes
1 answer

PHPfox feed post category filter

I am using phpfox-3.8.0-premium. I am looking for functionality like: Attach category with every feed post and allow user to filter feeds on wall, so please can anyone suggest how to do that? because phpfox doesn't provide categories for feed post.
Er.KT
  • 2,852
  • 1
  • 36
  • 70
0
votes
2 answers

how to show top 5 users in phpfox

I am trying to show top users on activity points, i can get only top user using this code select(Phpfox::getUserField() . ', ur.activity_points AS score') …
temmy
  • 1
0
votes
1 answer

When i install phpfox site it shows me an annoying language looks encoding error

I have installed phpfox on my linux based server cnektdev.com but when i installed it showing me a strange error. However the same code i run on 2 different servers working fine cnekt.com techchef.org/cnekt but when i talked with my hosting guys…
mobi001
  • 517
  • 1
  • 8
  • 19
0
votes
1 answer

Please tell me what is the file name of this line

Please tell me what is the path of this line. please advice about files... Phpfox::getLib('module')->setController('photo.view');
Jaiprakash Singh
  • 73
  • 1
  • 2
  • 6
0
votes
1 answer

PHPFox Form Labels

I have been studying phpfox, particularly the registration form. I am trying to remove the labels and add a placeholder within the input field. However, I have not been able to remove the labels. Editing the files within…
Grateful
  • 9,685
  • 10
  • 45
  • 77
0
votes
1 answer

Phpfox plugins 3.7.7

Whats is the difference between (($sPlugin = Phpfox_Plugin::get('blog.service_process__start')) ? eval($sPlugin) : false); and {plugin call='blog.template_controller_add_hidden_form'}
sAs59
  • 562
  • 2
  • 7
  • 30