vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




{solved} Remove menu_open.gif

semann
09-26-2006, 05:37 PM
hey hopw can i remove the Remove menu_open.gif to show in the navbar? this means not showing the http://www.vbulletin-faq.com/forum/images/vbfaqjohn/misc/menu_open.gif

semann
09-26-2006, 06:02 PM
nevermind -solved-

Peggy
09-26-2006, 06:25 PM
Now THAT was fast!

Semann, would you share how you did this, to benefit the rest of us designers?

semann
09-26-2006, 07:24 PM
In your navbar template find:


<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>


Replace it with:

<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search", true); </script></td>


Then find:

<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>


And replace it with:

<td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools", true); </script></td>


The image will not show up now. However, the call to the .gif file is in a JS script in the clientscript directory.


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum