PDA

View Full Version : Project Tools Link not Visible in NavBar with Customized Styles


NashChristian
05-29-2008, 10:40 AM
Hello.

I have a couple of customized styles (by another designer) which I'm using on my website (http://nashvillechristian.com), that place the navbar code in the header. For some reason on those styles, the Project Tools link does not show up at all. I'm sure that someone has run accross this.

How do I "fix" it to show the Project Tools link in those styles, without having to revert the templates and screw up the styles?

Thanks!
Jeff

Jase2
05-29-2008, 11:18 AM
You could empty the pt_navbar_link template, then add the link to your project tools in your navbar, by adding:

<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.

NashChristian
05-29-2008, 12:29 PM
Could I do this WITHOUT emptying my pt_navbar_link? The reason I ask, is because I have other styles which this DOES work with. I need a solution which will work in both instances.

Thanks!
Jeff

NashChristian
05-31-2008, 02:18 AM
I have only ONE user group who I allow to view Project Tools. How would I rewrite the IF condition to only work for that one User Group?

How would I determine the ID number of that one group?

Thanks!
Jeff