I'm having a hard time doing this.
I've used an HTML content type with this, and no luck:
Code:
<vb:if condition="is_member_of($bbuserinfo, 1, 2, 3, 4, 15, 17)">
text
</vb:if>
And I've also tried this with no luck (want to display to everyone but 16):
Code:
<vb:if condition="!is_member_of($bbuserinfo, 16)">
text
</vb:if>
Can I modify permissions anywhere else for forum blocks since this isn't working for some reason? Thanks.