Additional navbar

Hoxxy

New Member
I need the additional/second navbar mod

ltei9u7fe389788riviw.png


You also get this (see attachment) in adminCP

I have searched here for about 1 hr coz im sure i got it from here last time but cant find it

Thanks in advance!
 
Here you go mate.

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 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 -->

and change the links as you like :P
 
Thanks will give this a try but thes a mod called Advanced Navbar which is what im really looking for.
 
hoxxy said:
Thanks will give this a try but thes a mod called Advanced Navbar which is what im really looking for.

This does what is exactly in your screenshot.
I have to admit i think this is one of the best looking around, forgot i had it just added i to mine aswell lol.
 
your all talking here about the TOP_NAV modification its different from the Advanced Navbar modification.....

Both have a .xml to import so here are the 2 hacks topnav and advanced navbar you can choose wich one to use :)
 
Back
Top