How to ? Need help plz

[3XTORTION]

New Member
2502dc8.jpg


hey guys i would like to add more like these links shown in the pic .....how ? any help would be gr8ful :D
 
here you go

open NAVBAR TEMPLATE
find :

PHP:
<!-- breadcrumb, login, pm info -->

add after :

PHP:
<!-- 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
 
thats the top_nav hack.... can be found on the forum by using search... this will add a second navbar were ever you want it to show up and you can manualy just change the top_nav template to put other links in it... also dropdown's can be made
 
Back
Top