Quote:
Originally Posted by SFishy
Okay... I figured out the first part. In postbit, I now have a little icon that shows up only for admins and mods (right next to the iplogged graphic) that links right to the usernotes of the member who posted.
PHP Code:
<if condition="($permissions['genericpermissions'] & CANVIEWUSERNOTES)"> <a href="usernote.php?$session[sessionurl]u=$post[userid]"><img src="images/buttons/notes.gif" border=0></a></if>
Now... the second part I still need help with
I only want it to show up IF that member has 1 or more notes.
OR
when you rollover it, it tells you how many notes that members has.
Ideas anyone?
|
awe crap -- forget that.. my conditional didn't work (everyone can see).
Help?