Quote:
Originally Posted by Smooth Adam
Thanks for the quick reply. I have the code inserted below, but it doesn't seem to be working. It puts it on everyone's postbit even if they are not part of that group. The usergroup id is 12.
Code:
<if condition="is_member_of($bbuserinfo, 12)"><img src="link to image"></if>
|
Sorry try this:
Code:
<if condition="$post[usergroupid]==6">Code Here</if>