The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Profile fields visibility based on usergroups
Hi friends,
I searched the mod database but didn't found something like this. I would like to have the possibility to configure profile fields based on the usergroup, the user belongs to. For example, if he is member of usergroup x, he should have the possibility to fill out the profile field y. If he's member of usergroup z, he should be able to fill out the profile field i but not profile field y. Do you remember if there was a mod which provides this functionality? If yes, please give me a link or perhaps you can give me a few tips, how to create something like this? |
#2
|
|||
|
|||
I need the same.. anyone?
|
#3
|
||||
|
||||
Same here :up:
|
#4
|
|||
|
|||
In detail I have a custom profile field shown in the post bit, and I only want this field to come up if they are in a certain usergroup, and if they are a registered user it doesn't show.
--------------- Added [DATE]1228180875[/DATE] at [TIME]1228180875[/TIME] --------------- I just need simple code to put in the postbit. On the lines of "if usergroup 'x','y','z' $show[field'x']" I just need someone to write it out for me so I can add it in if possible |
#5
|
||||
|
||||
Quote:
Code:
<if condition="is_member_of($bbuserinfo, 5,6,7,15)"> <div> a.k.a.: $post[fieldX] </div> </if> |
#6
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|