The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hey there, I have this error where the menu_open.gif is displaying when I have the quick links and search drop down menus applied to an image.
I want to remove this image from showing but what I keep trying doesnt seem to be working. Ive attached a screen Cheers .
|
|
#2
|
||||
|
||||
|
Bumpage.
|
|
#3
|
||||
|
||||
|
try
HTML Code:
<script type="text/javascript">vbmenu_register("quicklinks",1);</script> |
|
#4
|
||||
|
||||
|
Thanks Princeton, it worked for the search but not the quicklinks.
Code:
<div id="nav">
<ul>
<li class="nav_left"></li>
<li><a href="usercp.php$session[sessionurl_q]" class="nav_kontrollzentrum"></a></li>
<li><a href="arcade.php" class="nav_spielhalle"></a></li>
<li id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" class="nav_suchen"></a><if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",1); </script></if></li>
<li id="usercptools"><a href="$show[nojs_link]#usercptools" accesskey="3" class="nav_nutzliche_links"></a><script type="text/javascript"> vbmenu_register("quicklinks",1); </script></li>
<li><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" class="nav_abmelden"></a></li>
<li class="nav_right"></li>
</ul>
</div>
|
|
#5
|
||||
|
||||
|
you need to change "quicklinks" to usercptools
|
|
#6
|
||||
|
||||
|
Thanks a lot Princeton!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|