In your navbar template search for this code:
Code:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0"
border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
Then Add this After:
Code:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index' OR
defined('VBA_SCRIPT')"><a href="$vboptions[bburl]?$session[sessionurl]"> Forums
<else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td>
Hope this helps.