Quote:
Originally Posted by adnan2007
Awesome mod.
I was wondering if theres a way to move the jump all the way to the left.
thx
|
Thanks.
1. Turn 'auto display' off.
2. Edit the navbar template
2a. Find this part of the template and add the code in red.
Code:
<!-- nav buttons bar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control">$forumjumpmenu</td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
2b. Add
$forumjumphidden to the bottom of the
navbar template.