Something I'll add to this which I think is pretty useful... <at least it's been useful for me.
>
The following will ad an 'ADMIN" link to your Navbar. Only admins will be able to see it.
under:
Code:
<!--compile your links within this space, using the section types below -->
add:
Code:
<if condition="$GLOBALS[show][admincplink]">
<td class="vbmenu_control"><a href="http://www.yoursite.com/forumdir/admincp/index.php?$session[sessionurl]">$vbphrase[admin]</a></td></if>
Hope you'll find it as useful as I do.