The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
<if> and usergroup
Hi,
I'm trying to make a glow-hack but without any php mod. Anyone can helpme on this, I don't know the right sintax of <if> and if it has an <elseif> and <else>. Thanks. |
#2
|
|||
|
|||
There is no <elseif />.
To see if a user is in a usergroup, use: Code:
<if condition="is_member_of($bbuserinfo, usergroupid)"> ... </if> |
#3
|
|||
|
|||
Thanks, I will post the results ;-)
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|