PDA

View Full Version : Display forum page threads on the home page


caciocode
10-25-2013, 05:22 PM
Hello all,

I have asked this before but never got a reply. So please help it is SO important for my forum. It is probably a very simple task for someone experienced in Vbulletin. I have tried everything with the forumdisplay.php file but no success.

I would like to display a forum page (ie forum with id 2) on the home page of the Vbulletin installation. So that when the visitors visit the site they see a single forum instead of a list of forums. It must display a certain forum body with thread lists, the 'Post new thread' etc.

Thanks.

--------------- Added 1382752032 at 1382752032 ---------------

Hi all,

Just in case someone comes across the same problem. You can actually just use the .htaccess file so that it calls the forumdisplay file when on the home page for example:

RewriteEngine On
RewriteRule ^$ forumdisplay.php?f=28 [L,NC]

Hope someone will come up with a neater way of doing it now that I have applied.