Quote:
Originally Posted by R34GTT
I just need simple code to put in the postbit.
On the lines of "if usergroup 'x','y','z' $show[field'x']"
I just need someone to write it out for me so I can add it in if possible
|
This will show profile field X to just the members of those usergroups. Change X to the number of the field you want to use.
Code:
<if condition="is_member_of($bbuserinfo, 5,6,7,15)">
<div>
a.k.a.: $post[fieldX]
</div>
</if>