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 made an interesting header addition that was inspired by your little snippet, and I was wondering if you minded if I share it with everyone.