The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
If display group template conditional
Hi,
I've been using this conditional in my templates: Code:
<vb:if condition="is_member_of($post, 56)"> Is there a similar conditional that uses whatever their display group is rather then primary usergroup? Thanks |
#2
|
|||
|
|||
You should be able to do this:
Code:
<vb:if condition="$post['displaygroupid'] == 56"> but all users will have a displaygroupid of 0 unless they have the display group set to something other than "Default". |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|