Quote:
Originally Posted by ETDC
Working well with 3.6.8. Thanks.
? How do I move the position of my links/dropdowns along the navbar?
|
In the NAVBAR template find the lines
PHP Code:
$custom_droplinks_cat
$custom_singlelinks
Cut them from there and paste them into the position you want them relative to the other navbar items. In my case I wanted them at the extreme left of the Navbar before the UserCP link, so I put them right after
PHP Code:
<tr align="center">
on line 70, and before
PHP Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>