Quote:
Originally posted by bensonfactor
I need it so it displays in the edit profile area, only to admins etc.
|
Edit template register_customfields and just in the begining add:
[[(($bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==5) OR ($profilefieldname!="fieldX"))]]
and at the end:
[[/(($bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==7 OR $bbuserinfo[usergroupid]==5) OR ($profilefieldname!="fieldX"))]]
Dont forget to replace "X" with your field id. This change will display this field to only S.Mods, Mods and Admins while editing user profile fields and since the others cant see it, they cant set any info there..