Back to vBulletin 3.5 Template Modifications

Double navigation buttons bar
Mod Version: 1.00, by Dream

This modification is in the archives.
vB Version: 3.5.0 Rating: (1 vote - 5.00 average) Installs: 143
Released: 12 Jul 2005 Last Update: 13 Jul 2005 Downloads: 117
Not Supported Template Edits Re-usable Code  

This was the best solution to have more navbar links I saw so far.

Edit "navbar" template, find

Code:
<!-- breadcrumb, login, pm info -->
add before

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&amp;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 -->
and change the links as you like :P

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>

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

Mini Mods Double navigation buttons bar vBulletin 3.7 Template Modifications
Mini Mods Double navigation buttons bar vBulletin 3.6 Template Modifications
Forum Home Enhancements Double Navigation vBulletin 3.7 Add-ons

vblts.ru supports vBulletin®, 2022-2024