Display Thread Listing as index,php instead of ForumHome?
Is there any way to do this?
We've consolodated our forums into one main forum, and it pretty much negates the need for the current forumhome (index.php) -- is there any way to vbulletin show the General Forum as the homepage when someone loads up index.php?
Are there any existing mods? I have no idea what to search for.
You could write a simple mod_rewrite or redirect rule into the .htaccess to either display or redirect to 'forumdisplay.php?f=xx' instead of the normal index.php.
You could write a simple mod_rewrite or redirect rule into the .htaccess to either display or redirect to 'forumdisplay.php?f=xx' instead of the normal index.php.
This is a last resort, I was just curious if there was any way (mod wise) to display forum 8 as index.php instead of the forumhome that's currently there.