ok, now I get you. I do exactly this with my staff forums.
In your navbar add the following code as many time as required
Code:
<td class="vbmenu_control"><a href="[high]Link To Category[/high]">[high]Title For Link[/high]</a></td>
You can add this anywhere on your navbar. I would look for
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl_q]">$vbphrase[calendar]</a></td>
and add it either before or after that.
In the forum manager set each category that you don't want to show on the forumhome (index.php) to
Forum is Active - NO
If you want to do it as dropdowns let me know, or if you would like help writing the full code to add either as individual links or a dropdown please provide a link to your site and I will be happy to help.