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 Topics</a></td>
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My 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>
</tr>
</table>
</div>
<!-- / top nav buttons bar -->
edit: you can use this to put a link for the admincp in the navbar Code:
<if condition="$bbuserinfo[usergroupid] == 6"> <td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td> </if> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I like the idea... I have my 2nd navbar with a space below the original. I tried yours & I haven't deside which one I like best.
Thanks! |
|
#3
|
||||
|
||||
|
I saw your forum
yeah its a matter of taste, I just needed space to throw some links athere are a couple interesting links to fill out gaps if you need My Topics (topics you started sorted by last reply) Code:
<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 Topics</a></td> </if> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=process&showposts=0&exactname=1&searchuser=$bbuserinfo[username]">My Replies</a></td> </if> edit: changed "topics I replied" to "my replies", kinda nicer |
|
#4
|
|||
|
|||
|
Installed my site is more user friendly now than ever.
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Thank you for sharing your mod Dream.
Could you please place your mod instructions in a .txt and attach it in a zip? It's easier for members to refer back to the modification if required if they can save it on their computers. ![]() Thank you. |
|
#7
|
||||
|
||||
|
done
Quote:
Quote:
|
|
#8
|
|||
|
|||
|
Sure does work in 3.0. I installed it on my site yesterday and it works perfectly.
|
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
Yes those work as well, I have them added to my site and they work, the only change I made is I put them in the Quick Links instead of the navbar.
|
![]() |
|
|