PDA

View Full Version : Mini Mods - Restrict some profile fields to specific usergroup


Devanand
06-19-2010, 10:00 PM
Well, I was trying to do this last 3-4 hours and I found lot of questions about it but no answer. Finaly I got it working so I just want to share it with other people who were searching for this.
It is very simple. Go to your ACP--> Style Manager --> Edit Style --> User Control Panel Templates --> userfield_wrapper

At the top of it add:

<if condition="THIS_SCRIPT != 'profile' OR (!in_array($profilefield[profilefieldid], array(FIELD NUMBER)) OR is_member_of($bbuserinfo, USER GROUP IDs))">

Change "FIELD NUMBER" to the field number of the profile field you want to restrict.
Change "USER GROUP IDs" to the ID(s) of the User group(s) you want to have permission to use this field.

At the bottom of everything add:

</if>

That is all....enjoy :)

Sweeks
06-21-2010, 07:57 AM
Thank you for this, have needed it for quite some time now :)

blind-eddie
12-18-2010, 08:24 PM
Thank you

etiangsonizer
01-06-2011, 11:27 AM
thank you

kamakazy_kid
03-27-2011, 10:54 AM
Didn't seem to work for me :(

septimus
04-09-2011, 06:08 AM
This hides it from the User CP, but not from the About Me tab, so they can still edit them :/

LostForWords
07-01-2012, 06:00 PM
Great mod! Is there a way to make this work for various profile fields to various usergroups?

ie:

Hide field 9 from usergroups a,b and c, and then hide field 8 from d,e,f?

matrex722
11-10-2012, 01:20 PM
thank you