The Arcive of vBulletin Modifications Site. |
|
Remove the arrow of vBMenus Details »»
|
|||||||||||||||||||||||||||
|
Remove the arrow of vBMenus
Developer Last Online: Nov 2023
If you create some style and the little down-oriented arrow trouble you, you can remove it directly in your templates
![]() The follow example works for any vBMenu in vBulletin. For example, you have the Search drop-down menu in the "navbar" template. For display this menu, you have this: HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td> HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></if></td> ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks....
|
|
#3
|
||||
|
||||
|
This should be an article..
|
![]() |
|
|