You could empty the
pt_navbar_link template, then add the link to your project tools in your navbar, by adding:
Code:
<if condition="$bbuserinfo[userid]"><td class="vbmenu_control"><a href="/forum_directory/project.php">Project Tools</a></td></if>
Simply replace forum_directory with your forums directory, and remove the if statement if you want it to show for guests on the navbar.