Quote:
Originally Posted by SpeedStreet
Well, there is code in the navbar template that is coded out, but instead of writing a hack, this can now be done using conditionals.
It's simple! Just modify this code to work with proper links in the navbar, and make sure you have two graphics that represent pms off and pms on!
PHP Code:
<if condition="$bbuserinfo[pmunread] == 0">
<img src="pmoff.gif"></img>
<else />
<img src="pmon.gif"></img>
</if>
See how easy this is??? 
|
I installed this hackin the navbar at
http://www.landscapeforums.com but it only shows up on the forumhome navbar and not any of the others any ideas as to why it does this?
Chuck