open the nav bar template
at the bottom of the template add
<br />
open the forum home template find
Code:
<tr valign="top">
<td class="page" style="font-size: larger; font-variant: small-caps"><b>$vboptions[bbtitle]</b></td>
<td class="page" align="$stylevar[right]"><span class="smallfont">
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br />
Welcome to our newest member, <a href="member.php?$session[sessionurl]u=$newuserid" target="_blank">$newusername</a>
</span></td>
</tr>
and replace it with
Code:
<tr valign="top">
<td class="page" align="$stylevar[left]"><span class="smallfont">
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br />
Welcome to our newest member, <a href="member.php?$session[sessionurl]u=$newuserid" target="_blank">$newusername</a>
</span></td>
<td class="page" align="$stylevar[right]" style="font-size: larger; font-variant: small-caps"><b>$vboptions[bbtitle]</b></td>
</tr>
i dunno about that last one