NiftyHost Forums (Archive)

Full Version: mybb portal?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Still... Maybe a great idea would be to ask your members whether they like the portal, forums or a PHP file as the homepage.
you could rename the index.php file to forum.php and the portal.php file to index.php, I have not tried that yet, but I plan to later today.
(05-22-2010, 06:59 AM)trainhappy Wrote: [ -> ]you could rename the index.php file to forum.php and the portal.php file to index.php, I have not tried that yet, but I plan to later today.

You would need to change the links, too.

Also, you could use a simple .htaccess code to change the index page to portal.php.

Create a file called ".htaccess", and in it put this:
Code:
DirectoryIndex portal.php
Pages: 1 2