PDA

View Full Version : Single forum view


roxics
Thu 25th Sep '03, 5:26pm
Is there anyway to just get a single forum's threadlist to show up on the boards front page rather then a list of forums. I mean if I'm running the board as just one forum what's the point of people having to click to get into that forum when it could just show the list of messages on the main page.

roxics
Thu 25th Sep '03, 5:36pm
Is it just a matter of taking out what's on the forumhome template and putting in something like $threadlist

N9ne
Thu 25th Sep '03, 6:00pm
Is it just a matter of taking out what's on the forumhome template and putting in something like $threadlist
That wouldn't work.

You could replace index.php's contents with:


<?php
header('Location: forumdisplay.php?f=XX');
?>


Replace XX with the forumid.

There may be some complications linked with doing this, but that's the general idea.

Jake Bunce
Thu 25th Sep '03, 6:10pm
www.vbulletin.org