The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
if condition="$post[usergroupid]==x" for memberinfo?
I'm currently using the 'if condition="$post[usergroupid]==6"' for the memberinfo as a way to add an extra title for different membergroups. This works fantastially however I was wondering if there was an equivalent I could use in the memberinfo? - as this only works in the postbit.
|
#2
|
||||
|
||||
Probably something like:
HTML Code:
<if condition="is_member_of($userinfo, 6)"> stuff </if> |
#3
|
|||
|
|||
That worked perfectly, thankyou
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|