View Full Version : Drop menu help.
Pixelgrounds
07-03-2004, 11:54 PM
Hey, I have a question. How do I get ride of that arrow pointing down on the nav in vB3. I need to know so i can finish my custom skin
please help me. All i need to know is were i have to go to delete it, what template or file.
look at image...
Tony G
07-04-2004, 01:16 PM
Doesn't seem to be controlled by the templates. Searched the navbar template, but the code that is there doesn't control that image. Checked the CSS codes used too in the passage of code, but turned up with nothing. Must have to do with the javascript.
I know I'm missing something. Don't think that it's something that needs hacking - but it might, and I'm not expert at hacking.
assassingod
07-04-2004, 01:43 PM
Open the 'navbar' template and find:
<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
<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>
:)
Pixelgrounds
07-04-2004, 05:29 PM
Open the 'navbar' template and find:
<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
<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.
craig5320
08-06-2004, 11:29 PM
This helped me a lot! I've been pulling my hair out, thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.