View Full Version : Single Forum/Multiple Forums
roxics
09-03-2003, 04:26 AM
See below.
roxics
09-26-2003, 01:38 AM
So I'm still trying to figure out how to get one forum to show up on index.php. Just forum number 112.
I'd like to get just the threadlist to show and not the forumlist. So that when people first go to the board they see a list of threads and not multiple forums. Is there any way to do this?
N9ne at vb.com gave me this code to replace what was in my index.php file but it didn't work.
<?php
header('Location: forumdisplay.php?f=XX');
?>
Any idea's. Thanks
roxics
09-26-2003, 01:48 AM
Ok I got it to work. I needed to use the following code to do so.
<?php
header('Location: /board/forumdisplay.php?forumid=112');
?>
But there is one little issue I'm concerned about though. The navmenu at the top where it says:
VisionEngine.com > A new beginning > Independent Filmmaking
Isn't there a way to just get it to say Visionengine.com when viewing the threadlist? If you click on Visionengine.com it will take you to the threadlist so that works. But if you click on "a new beginning" it will take you to category view of the two forums in that category. I'd rather it just went something like this:
Visionengine.com > topic title
Also is there a way to get the currently active users list to show up on the threadlist?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.