Go into Admin ACP
Go into Styles & Templates
Go into Style Manager
Click the drop down menu on this board "Style"
Click Edit Template
Scroll down to "Navigation/BreadCrumb Template" and Double Click to open
Scroll a couple lines to "NAVBAR"
In the "search in Template" box, copy and past this- <!-- / nav buttons bar -->
after this line of code [below] add your forum link code
Code:
<!-- / nav buttons bar -->
<br />
<if condition="$show['notices']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">$vbphrase[notices]</td>
</tr>
<tr>
<td class="alt1">$notices</td>
</tr>
</table>
<br />
</if>
Now drop your forum link code [below] anywhere you want your link to be on your navbar.
Code:
<td class="vbmenu_control"><a href="http://www.yourdomain.com/forum/vbtubepro.php">Video</a></td>