This mod is exactly what I needed. Thanks for pointing me to it in the other thread. I do have one question though, how can I get this mod to work with this one...
Additional navbar with dropdowns.
I've used that mod to add the navbar2 above
my site's breadcrumb/welcome block. I would like your mod to be in the far right of navbar2 (right about the welcome block).
If it helps, here is my current navbar2 template:
HTML Code:
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px; border-bottom-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<!-- Home link in navbar non drop down menu -->
<td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Home</a></td>
<!-- / Home link in navbar non drop down menu -->
<!-- Forum link in navbar non drop down menu -->
<td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Forums</a></td>
<!-- / Forum link in navbar non drop down menu -->
<!-- Member List link navbar non drop down menu -->
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<!-- / Setup for down menu #1 in navbar-->
<!-- Setup for drop down menu #2 in navbar -->
<td class="vbmenu_control"><a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search"); </script></if></td>
<!-- / Setup for drop down menu #2 in navbar -->
<!-- Non drop down menu's in navbar -->
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<!-- / Non drop down menu's in navbar -->
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<!-- NAVBAR POPUP MENUS -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->
I've not cleaned up some the comment lines at the bottom in case I need them back in there.
Thanks again!