I know I have to change this in the Nav Bar template, but I'm a relative newbie to coding and am unsure as to how to modify the code to include the my own set of links after the Miscellaneous set:
<tr><td class="thead">$vbphrase[miscellaneous]</td></tr> <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]">$vbphrase[private_messages]</a></td></tr></if> <tr><td class="vbmenu_option"><a href="subscription.php?$session[sessionurl]">$vbphrase[subscribed_threads]</a></td></tr> <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr> <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php?$session[sessionurl]">$vbphrase[whos_online]</a></td></tr></if>
I'd like a new Message Bar after the Micellaneous bar and links that says "League Links"
Then I'd like to add links to the following sites:
NF-FFL - http://nf-ffl.predsff.com
Feeding Frenzy - http://frenzy.predsff.com
Greek Mythology - http://football.myfantasyleague.com/2003/home/89687
IFFL - http://iffl.150m.com/
Can anyone help me code this into the Nav Bar under the Quicklinks PopUp?
Thanks
Comment