Quote:
Originally Posted by assassingod
Open the 'navbar' template and find:
Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
Replace it with
Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search",1); </script></td>

|
>_> i had figured it out by the time you to had posted. I just used the code for drop box from the Username in postbit_legacy. Thx anyways.