The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a template condition to display a text if the user is banned from the forum ?
something like <if condition="is_banned"> you are banned </if> |
#2
|
||||
|
||||
![]()
You would use the condition if they were a member of the banned users usergroup...
Code:
<if condition="is_member_of($vbulletin->userinfo, 8)"> |
#3
|
||||
|
||||
![]()
You can also try this conditional.
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 8"> you are banned </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|