Not sure what the above post is about...but:
Go to your forum manager and set the forum display order to
0 for forums you don't want to show on the main homepage. (Make a note of their forum ID numbers).
Then create some HTML links in a template (e.g. FORUMHOME) that points to that forum with a link like this:
Code:
<a href="http://yourforum.com/forum/forumdisplay.php?f=X">Forum Discussion</a>
(Where
X is the Forum ID number)