and tell you more, dear Alan.
works perfectly in Vb 4.2.opl3.
just by using the following conditional:
PHP Code:
<vb:if condition="is_member_of($bbuserinfo, 5,6,7)">
<vb:if condition="$post['currentactivity']">{vb:raw post.currentactivity}
</vb:if>
</vb:if>
That way you can put as many groups of users you want.
You can also just leave your moderators with access:
Change the first line only.
PHP Code:
<vb:if condition="can_moderate()">
<vb:if condition="$post['currentactivity']">{vb:raw post.currentactivity}
</vb:if>
</vb:if>