Quote:
Originally Posted by Lizbaby4
I know you have been asked this question a ton of times before, but when I went to add the link to the nav bar (I have a custom style) I could not find this:
PHP Code:
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
Is there someplace else I should put the coding to add the link to the nav bar?
|
dont know if u found this already but follow this: go to your header file - not ur navbar file
search for:
Code:
<tr><td class="vbmenu_option"><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></tr>
under it add:
Code:
<tr><td class="vbmenu_option"><a href="http://www.yoursite.com/misc.php?do=topposters">Top Posters</td></tr>
i just added the mod, its great

thanks for it