The Arcive of vBulletin Modifications Site. |
|
Double navigation buttons bar Details »»
|
|||||||||||||||||||||||||
This was the best solution to have more navbar links I saw so far.
Edit "navbar" template, find Code:
<!-- breadcrumb, login, pm info --> Code:
<!-- top nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="index.php?$session[sessionurl]">Home</a></td>
<td class="vbmenu_control"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td>
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td>
<td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a> / <a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">Replies</a></td>
<td class="vbmenu_control"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars =yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
<td class="vbmenu_control"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td>
</if>
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
</if>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Works Great
![]() Thanks a lot. |
|
#3
|
|||
|
|||
|
fantastic been looking for this for ages many thx
|
|
#4
|
|||
|
|||
|
one prob i do have and think it may be the way i set up the site
with vbad i can add a link to forums from homepage to forums...or other way round..only one will work urls from each page are http://www.ukmods.co.uk/forum/index.php? from home page vbad (working) http://www.ukmods.co.uk/forum/index.php? from forums or any other link (not working) please help if u can thx |
|
#5
|
|||
|
|||
|
Installed and working great.
Thanks! - Justin |
|
#6
|
|||
|
|||
|
Installed and working thanks
|
|
#7
|
|||
|
|||
|
thanks so much my navbar was starting to get a little crowded now i have room to breath and add more links
|
|
#8
|
|||
|
|||
|
Thanks... Was looking for this one for a while.
|
|
#9
|
|||
|
|||
|
nice one, works a treat
|
|
#10
|
|||
|
|||
|
I add he code but I can not see the additional navbar?
Mark, |
![]() |
|
|