The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Menu_open.gif
Someone helped me get rid of the menu_open.gif on the navbar, now I'm wanting to do the same on the forum toobars, i.e. Forum Tools, Search this Forum, Thread tools, search this thread, Rate this thread, etc.
I tried looking in the navbar template but didn't see these there anywhere. Help? |
#2
|
|||
|
|||
try Style Manager --> Search in templates --> menu_open.gif
Would that work? |
#3
|
|||
|
|||
I guess it has to do with some of the javascript files included from the clientscript directory.
|
#4
|
|||
|
|||
You could just overwrite menu_open.gif with clear.gif
Saves you having to edit any templates or code. |
#5
|
||||
|
||||
If you wanted to edit the code, you'll have to add a false attribute on vb_menu_register().
|
#6
|
|||
|
|||
Its actually quite easy.
In your navbar template, find Code:
vbmenu_register("navbar_search"); Code:
vbmenu_register("navbar_search", true); Code:
vbmenu_register("usercptools"); Code:
vbmenu_register("usercptools", true); |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|