The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Currently, the navbar dropdown menu is created in such a manner*:
HTML 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> HTML Code:
<td id="navbar_search" class="vbmenu_control"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" onclick="vbmenu_register('navbar_search')">$vbphrase[search]</a></td> I'm asking because if I don't -- I will keep wondering. ![]() |
#2
|
||||
|
||||
![]()
I don't know but also was wondering this so i'm bumping to find out.
|
#3
|
|||
|
|||
![]()
Because that would be inline javascript. Take a look at the file /root/vbulletin/clientscript/vbulletin_menu.js, the code that picks up on the mouse click is there.
This allows you to change the javascript to suit your needs without having to fool with the xhtml. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|