I'm playing around with peterska2's
User Note Info in Postbit hack, and trying to wrap a conditional around it so that only those authorized to view usernotes would see the link.
Code:
<if condition="$show['usernoteview']">
...
</if>
This conditional is used in MEMBERINFO template but as far as I can tell $show['usernoteview'] is not populated in postbit. Any tips on how to get this to work?