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
1 answer

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 change option it is not reflected in page. Please…
Manoj
  • 3,947
  • 9
  • 46
  • 84
0
votes
1 answer

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.
yogeshK
  • 195
  • 4
  • 19
0
votes
2 answers

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 without having to adjust all the menus and…
Ty Bailey
  • 2,392
  • 11
  • 46
  • 79
0
votes
1 answer

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 this data to mysql table, it got spoiled. When php…
Parminder
  • 3,088
  • 6
  • 37
  • 61
0
votes
1 answer

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. photo,blog,poll,comment etc), whichever increases activity point.
-1
votes
1 answer

PHPFOX : Which function finally generate password in https://github.com/Criotin/phpfox/blob/master/PF.Src/Core/Hash.php

Can anyone tell me which function finally we should call to generate encrypted password from bellow link? https://github.com/Criotin/phpfox/blob/master/PF.Src/Core/Hash.php For example my password is " gauravjain " how and which function i should…
gaurav
  • 3
  • 3
-1
votes
1 answer

i am unable to replacing preg_replace with preg_replace_callback, someone please do it for me

I am installing phpfox script, after installation it is showing the following error, Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead - include/library/phpfox/setting/setting.class.php (321) I have…
Zain Azeem
  • 19
  • 1
  • 6
-1
votes
1 answer

PHPfox CDN (Content Delivery Network) Specific key use

I have already added CDN to my phpfox social network. My first server is almost full. Now I have add another another cdn. It is also working fine. But The problem is, the contents are being delivered/saved one time in first cdn server, Again to…
Mark Rakib
  • 11
  • 3
-1
votes
1 answer

How can I access all answers of a Quiz module in phpfox?

{foreach from=$aQuiz.results name=questions item=aQuestion}
Pardeep Kumar
  • 83
  • 1
  • 9
-1
votes
1 answer

phpfox how to change default users privacy

I'm using phpfox version 4.3.1. I want to set profile for anyone privacy to all new users. I tried User Default Privacy Setting on Registration but does not work! No one is able to make their profile publicly available. I've spent many hours to look…
user3370108
  • 83
  • 2
  • 11
-1
votes
1 answer

Template engine used by phpfox 3

can anyone kindly tell me the template engine used by Phpfox 3 social network engine or a possible link to a tutorial that explains the template. I would also be happy to get in touch with great resources that teaches Phpfox
-1
votes
1 answer

What should be the right approach for developing mobile apps based on a PHP website which will access the same MySQL database which the website uses?

I'm a Web Developer(PHP Developer) by profession. So, I'm asking this question from web developer's point of view and expecting the answer with the same perspective. There is one running social website developed in PHPfox(a social networking…
PHPLover
  • 1
  • 51
  • 158
  • 311
-1
votes
2 answers

Can I use HipHop Virtual Machine (HHVM) for my social website which is developed using PHPFox to increase the execution speed?

I've an already developed social website like Facebook. This website has been developed using PHPFox v3.0.7 (which is a social networking platform created in PHP). The website functions are working well, no issues with it. The main, major and…
PHPLover
  • 1
  • 51
  • 158
  • 311
-1
votes
3 answers

how to find folder path by using url in phpfox?

Please help to find out the url in phpfox I am new in phpfox. i have stuck in to find folder and file in phpfox. Actually it contain multiple files and folders. Please help to find out the file of given using url…
-1
votes
1 answer

What's {notification} in phpfox?

Can someone explain to me why we use this instruction {notification} in the code of phpfox? For example in this code we use {notification}: {if Phpfox::isUser() && !Phpfox::getUserBy('profile_page_id')} getFullControllerName() == 'appletjava.index'}…
1 2 3
10
11