Quote:
Originally Posted by ubcforums
Hi guys..I have a donators group,
how can I show something only in the postbit of donators group list ?
Thanks 
|
Edit the postbit (or postbit_legacy) and add
Code:
<vb:if condition="is_member_of($bbuserinfo, 9)">
Text or HTML to show to paid usergroup
</vb:if>
Change "9" to your paid usergroup id... if more than one then separate by comma: 9, 10, 11