PDA

View Full Version : VB 3.8.1 navbar edits


IvyKeepMommy
03-30-2009, 12:01 AM
Before upgrading I had my navbar on two lines, but can't remember how I did that.

Any suggestions on how to do this?

tipoboy
03-30-2009, 06:35 AM
whatd do you mean 2 lines? could you provide either a link or screenshot??

Seven Skins
03-30-2009, 09:17 AM
You can add this in navbar template just below <!-- / nav buttons bar -->

<!-- 2nd nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Link#1</a></td>
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Link#1</a></td>
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Link#1</a></td>
<td class="vbmenu_control"><a href="index.php$session[sessionurl_q]">Link#1</a></td>
</tr>
</table>
</div>
<!-- / 2nd nav buttons bar -->

Winterworks
03-30-2009, 06:34 PM
You mean you had two navigation bars on the forum itself? Or all the codes were squashed down to 2 lines..? (I'm assuming it's the first one).

optrex
03-30-2009, 07:21 PM
see my signature for details on the multiple menu's code https://vborg.vbsupport.ru/showthread.php?p=1083122