The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Drop menu help.
Hey, I have a question. How do I get ride of that arrow pointing down on the nav in vB3. I need to know so i can finish my custom skin
please help me. All i need to know is were i have to go to delete it, what template or file. look at image... |
#2
|
||||
|
||||
Doesn't seem to be controlled by the templates. Searched the navbar template, but the code that is there doesn't control that image. Checked the CSS codes used too in the passage of code, but turned up with nothing. Must have to do with the javascript.
I know I'm missing something. Don't think that it's something that needs hacking - but it might, and I'm not expert at hacking. |
#3
|
||||
|
||||
Open the 'navbar' template and find:
Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$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]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search",1); </script></td> |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
This helped me a lot! I've been pulling my hair out, thanks.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|