The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
Exactly what are you looking for at this point? Your Quick Links dropdowns are shown in post 5 starting at this line:
<tr><td class="thead">$vbphrase[quick_links]</td></tr> However, you don't have the actual Quick Links in your navbar (which is in your header) in post 7. You need to add the following line in there where you want it: HTML Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a id="usercptools" href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|