The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey guys,
I have recently begun building a new skin for my site and i ran into a little issue.I would like to remove the little arrow image that appears next to the drop down menu's for "search" and "quicklinks" in the breadcrumb.So far i have been unable to track down where this little bugger is hideing so i was hopeing one of the expert skin builders out there can point me in the right direction.I tryed searching but came up empty.Any help would be appreciated ![]() ![]() |
#2
|
||||
|
||||
![]()
This is going to sound really dumb, but, have you tried searching for it by the name of the image? If you can't find it in styles, try searching in phrases.
|
#3
|
||||
|
||||
![]()
In your navbar template find:
Code:
<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> Code:
<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> Code:
<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> Code:
<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> |
#4
|
|||
|
|||
![]()
Thanks alot freestyles,that did the trick.Yeah i figured it had to be outside of the templates because i searched quite a bit trying to find it without luck.Well thanks again
![]() |
#5
|
||||
|
||||
![]()
Glad it worked out.
![]() |
#6
|
|||
|
|||
![]()
good job
![]() thanks for the code |
#7
|
||||
|
||||
![]()
Thanks, needed this too.
|
#8
|
||||
|
||||
![]()
Hi i have added mods to my nav can you help me remove it from this
Code:
<!-- Image Host Popup --> <div class="vbmenu_popup" id="vbimghost_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">$vbphrase[vbimghost_title]</td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=myimages">Your Images</a></td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=upload">Upload A Image</a></td></tr> <tr><td class="vbmenu_option"><a href="$vboptions[bburl]/vbimghost.php?do=userlist">View Users Images</a></td></tr> </table> </div> <!-- / Image Host Popup --> |
#9
|
|||
|
|||
![]() Quote:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|