The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Project Drop Down Menu
Hello Everyone,
I am not sure whether this is possible but i'm trying to add a drop down menu to the Project link in my navigation bar. Can anyone point me in the direction of how to do it? Thanks, Paul. |
#2
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=122523" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=122523</a>
|
#3
|
|||
|
|||
I hate that way. What I usually do is:
Find say FAQ in navbar, then below add: Code:
<td id="projectoptions" class="vbmenu_control"><a href="project.php$session[sessionurl_q]">$vbphrase[project]</a> <script type="text/javascript"> vbmenu_register("projectoptions"); </script></td> HTML Code:
<!-- / PAGENAV POPUP --> </if> HTML Code:
<div class="vbmenu_popup" id="projectoptions_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" align="$stylevar[left]"><a href="project.php$session[sessionurl_q]">$vbphrase[project]</a></td></tr> HTML Code:
<tr><td class="vbmenu_option" align="$stylevar[left]"><a href="whatever.php?$session[sessionurl]do=whatever">$vbphrase[whatever]</a></td></tr> |
#4
|
|||
|
|||
Thanks Jase, works a treat and now it displays what I need.
Thanks, Paul. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|