MyBB Community Forums

Full Version: /forumdisplay.php as homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to have forumdisplay.php as the home page like gojii or lunaticoutpost has.
How would I achieve this?
Add something like this to .htaccess
DirectoryIndex forumdisplay.php?fid=X

Then edit where you're redirected to after logging in/out on lines 1092 and 1193 of member.php
Doing that ruined the theme and set the homepage url to /forum-22.html/index.php
Not sure if this will work as I've only tried it with the portal but if you copy forumdisplay.php and rename the copy to index.php it will become the index. This will mean that the links in the navigation etc will also go to this page, removing access to the original index.php file completely unless you have links to it with a new name.
(2011-03-27, 07:30 PM)Solidus Wrote: [ -> ]Doing that ruined the theme and set the homepage url to /forum-22.html/index.php

If you're getting that, it means one of your redirects is conflicting with it.

Seeing as you have SEO urls, its probably one of the redirects for that.

You could also trying setting the directoryindex to the seo url of the forum instead of forumdisplay.php