The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
If the members who's profile is being viewed is a member of a usergroup where the code is to be visable use:
Code:
<if condition="$userinfo[usergroupid]=x">$userinfo[fieldy]</if> If the viewing member is to have permission to view the field regardless of who's profile use: Code:
<if condition="$bbuserinfo[usergroupid]=x">$userinfo[fieldy]</if> If you want to do it in the postbit, then use Code:
$post[fieldy] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|