Hello,
Came across an issue when I input this code onto the navbar/breadcumbs template:
</div><!-- start navbar2 -->
<vb:if condition="$vboptions['dbtech_vbnavtabs_navbar2']">
<div id="navbar2" class="navbar" style="margin-top:0px;">
<ul id="navtabs" class="navtabs floatcontainer" style="border-bottom:{vb:stylevar navbar_tab_border};">
{vb:raw template_hook.navtab_two}
</ul>
</div>
</vb:if>
<!-- end navbar2 -->
</div><!-- closing div for above_body -->
The template makes room for a new navbar menu but it doesn't bring the menu buttons that are overflown down. Instead they still hide behind the blue links and the search box.
Here is how it currently looks :

We need the Members and |e2 Chat menu buttons on the second rank. Any help on this would be greatly appreciated!
Also, is it possible to place a pull down menu on the default forums button? We want to create a simple pull down that links users directly to a sub-forum. Is this possible as currently only newly created tabs can have pull downs.
Thanks in advance.
Came across an issue when I input this code onto the navbar/breadcumbs template:
</div><!-- start navbar2 -->
<vb:if condition="$vboptions['dbtech_vbnavtabs_navbar2']">
<div id="navbar2" class="navbar" style="margin-top:0px;">
<ul id="navtabs" class="navtabs floatcontainer" style="border-bottom:{vb:stylevar navbar_tab_border};">
{vb:raw template_hook.navtab_two}
</ul>
</div>
</vb:if>
<!-- end navbar2 -->
</div><!-- closing div for above_body -->
The template makes room for a new navbar menu but it doesn't bring the menu buttons that are overflown down. Instead they still hide behind the blue links and the search box.
Here is how it currently looks :

We need the Members and |e2 Chat menu buttons on the second rank. Any help on this would be greatly appreciated!
Also, is it possible to place a pull down menu on the default forums button? We want to create a simple pull down that links users directly to a sub-forum. Is this possible as currently only newly created tabs can have pull downs.
Thanks in advance.
Last edited: