Ok I got it to work. I needed to use the following code to do so.
PHP Code:
<?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?