Depending on the type of style you're using this may be a variation:
Find this in your 'navbar' template -- could also be your header template.
Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Replace it with this:
Quote:
<td class="vbmenu_control"><a href="forumdisplay.php?f=X.php$session[sessionurl_q]">Cool Forum</a></td>
|
Replace the
X with the forumid of whatever forum you'd like the link to take your users to.
The navbar is written in plain 'ol HTML. I believe the dropdown menus in the navbars use dynamic html (DHTML) as their backend.
If you're trying to make a dropdown menu, take a look at this tutorial:
https://vborg.vbsupport.ru/showthread.php?t=122523