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

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 a visitor comes to my phpfox site, e.g.…
Silvya Morris
  • 11
  • 1
  • 3
0
votes
1 answer

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 of files. We also must use the software we have…
The HT
  • 35
  • 1
  • 6
0
votes
2 answers

Can Social Engine, Elgg, or PHPFox work in this fassion?

I would like to build a SaaS that performs like the following and I am checking out Elgg,SocialEngine, and PHPFox to see if any of these fit the bill. I would like to keep the site private (no public info shown) Organizations can signup (administer…
John Hamman
  • 341
  • 5
  • 16
0
votes
1 answer

redirect the url by subdomains in phpfox

hi i installed phpfox it really works nice . i had one big problem i already searched in all forum but my problem not resolved still. my issue is i instal the phpfox in my server and also create a subdomain named phpfox.Now just i want to view all…
Kannan
  • 39
  • 1
  • 2
  • 9
0
votes
1 answer

Override PHPFox non-core modules/installed apps

I would like to override a non-core module of PHPFox,so basically, it is an installed 3rd party application developed by PHPFox themeselves. Here is the file I would like to override. PF.Site/Apps/core-comments/views/block/comment.html.php Anyway,…
alvirbismonte
  • 349
  • 2
  • 7
  • 26
0
votes
1 answer

Can i put profile picture and cover photo in phpfox member index?

I need to put profile pic and cover photo on left block in member index I have try every single method but useless So any help please Actually phpfox 4.7 Please admins don't close the post I really need help with this tutorial Here is a…
0
votes
1 answer

How to change phpfox change template?

I have a phpfox project, I want to change the template on the original website, how do I do it? In addition to the need to pay attention to the phpfox version of the problem, what issues should be noted?
0
votes
1 answer

phpfox : how to get my group name?

How can I get the group name I do belong ? I could get these infos: $user = Phpfox::getService('user')->get($username, false); [user_group_id] => 6 [title] => user_group_title_3749ea904585437bb7e01c7e1571e162
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

phpfox: how to print_r variables?

I have that in controller: $aUser = Phpfox::getUserBy('user_name'); How to print_r the content of $aUser (for debugging process to see the content of that object) ? I tried print_r(aUser) in controller: NO OUTPUT I tied {$aUser}in templates:…
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

Cant change advanced blogs title PHPfox v4

Iv tried everything but it just wont let me change it iv uninstalled it and installed but still no luck has anyone else had this problem? thank you in advance
0
votes
1 answer

Phpfox::getService('user.process')->add($aVals)

I want insert some record via external PHP script in phpfox framework table phpfox_user Applied reference.The registration of user in table phpfox_user accessing php library functions from outside of phpfox was working fine previously. $iId =…
0
votes
2 answers

Add photo Bucket to my phpfox site

I need to add photo bucket in to my site. i already added flicker photo import module in my site. But need to add photo bucket as well. How can i do this? need some help. Thanks Akila
0
votes
1 answer

Is it possible to replicate the PHPFoxV3 Design Profile feature in V4?

Essentially in the old PHPFox V3 each user could actively edit the CSS on their profile page, which let them give visitors a unique experience. At the same time, a user could easily check a box reading "Hide Custom CSS" and be given the sitewide…
Roxas
  • 1
  • 1
0
votes
2 answers

phpFox: ShoutBox Stopped Working After Switching Servers

I moved a phpFox site to a different server and the shoutbox stopped working. According to the Chrome debugger: Uncaught ReferenceError: xajax_addShoutOut is not defined (anonymous function)community:451 onsubmit I noticed that a few lines were…
Norbert
  • 2,741
  • 8
  • 56
  • 111
0
votes
1 answer

Restrict Users from USER Pages/Create a Second Timeline in PHPFox

I want to preface this with the following: I'm new to PHPFox, and it isn't my site I'm managing. I have a friend who is working on a social media project that has tasked me with helping him. What I'm looking to do is create a parallel timeline for…