Jun
20
Restrict some profile fields to specific usergroup
ByWell, 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_ ........
For the full text, visit vBulletin.org
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_ ........
For the full text, visit vBulletin.org
