MyBB Community Forums

Full Version: Portal as homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've changes few things in order to make the portal homepage:

Rename index.php -> forum.php
Rename portal.php -> index.php

Open new portal.php and change
redirect("portal.php", $lang->redirect_loggedin);
to
redirect("index.php", $lang->redirect_loggedin);

Edit the online.php and changed filenames and output.

Is there anything left which has to be changed (f.e. a redirect?)?