MyBB Community Forums

Full Version: Single forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Anyway I can modify mybb to only show a single forum?
So when users goto the domain they go straight to the forum, and when they login it takes them back to this single forum.

Any ideas?
Just use a .htaccess redirect.

Quote:DirectoryIndex /forumdisplay.php?fid=2

RewriteCond %{IS_SUBREQ} false
RewriteRule ^index.php$ http://www.yourdomain.com [R=301,L]

Replace number "2" in fid=2 to the forum you wish to display, and yourdomain.com to your domain.

I use this on my empty forum.

http://chatindians.in
There is also a redirects area in most Host Cpanel, you will find it in the Domain section.

You can easily set up your redirects there.