The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing arrow on navbar
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! |
#2
|
||||
|
||||
You have to add true to the script in each template for each instance of a dropdown menu.
Search for: Code:
<script type="text/javascript"> vbmenu_register("navbar_search"); Code:
<script type="text/javascript"> vbmenu_register("navbar_search", true); </script> |
#3
|
|||
|
|||
Great, worked a treat! Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|