The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
postbit info for 'certain' usergroup only
Hello all!!!
Recently i added 2 extra profile fields in my forum, though the main idea was to make it available to "special" usergroup but most of the members did fill in those fields. So now i wish to display these fields in postbit BUT ONLY for the SPECIAL usergroup. And now i would appreciate if someone can enlighten me with the if condition i would use in the postbit. Thanks in advance... Happy New Year. |
#2
|
||||
|
||||
try this
Code:
<if condition="is_member_of($post, usergroup#)"><if condition="$post['field#']"><div>$vbphrase[customphraseofcustomfield]: $post[field#]</div></if></if> |
#3
|
|||
|
|||
many THANKS!!
u r may hero! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|