The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
IF Conditions
I've tried using a IF Condition in my version 4 to block something out to unregistered users.
I use: Code:
<vb:if condition="$post['usergroupid'] != 1"> BLOCKEDOUTINFOHERE </vb:if> Should I be using... Code:
<vb:if condition="$is_member_of($bbuserinfo,1)"> <vb:else /> BLOCKEDOUTINFOHERE </vb:if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|