Custom PHPFox V2 Landing Page

1.6k Views Asked by At

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 everything? Would it be easier to just upload all the files for my custom landing page then redirect the apache configuration file to point to the new landing? Or can I do that from the .htaccess file?

2

There are 2 best solutions below

0
On

You can modify welcome.html.php file to change landing page

in user module

user/template/default/block/welcome.html.php

May that helps you

0
On

You can do so by editing the welcome blocks in the admincp.