Back to vBulletin 3.8 Template Modifications

Restrict some profile fields to specific usergroup
Mod Version: 1.00, by Devanand

vB Version: 3.8.4 Rating: (2 votes - 5.00 average) Installs: 6
Released: 20 Jun 2010 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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:
Code:
<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:

Code:
</if>
That is all....enjoy

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024