Code:
<if condition="$bbuserinfo[usergroupid] == 6 OR $bbuserinfo[usergroupid] == 7">
$bbuserinfo['fieldX']
</if>
So would this work if I wanted to restrict a profile field to admin, reg users and mod ?
I have a profile field that allows you to upload a video to your profile, I dont want non-member to be able to view it.
it would be ok to replace it with an image or something.. any help would be appreciated..