PDA

View Full Version : Removing arrow on navbar


051119
08-18-2008, 04:01 PM
Hi all,

I'm currrently creating a new style for my forum and I'm trying to remove the little downward pointing arrow (menu_open.gif) that appears next to some options (Quick Links for example). I've edited the template but I can't get rid of it without removing the whole template!

I want the options to still be there, and I want the arrows to appear elsewhere, but just not on the Navbar.

Thanks!

Digital Jedi
08-18-2008, 04:13 PM
You have to add true to the script in each template for each instance of a dropdown menu.

Search for:

<script type="text/javascript"> vbmenu_register("navbar_search");

Change to:

<script type="text/javascript"> vbmenu_register("navbar_search", true); </script>

051119
08-18-2008, 04:30 PM
Great, worked a treat! Thanks!