![]() |
template condition to check if user is banned?
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> |
You would use the condition if they were a member of the banned users usergroup...
Code:
<if condition="is_member_of($vbulletin->userinfo, 8)"> |
You can also try this conditional.
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 8"> |
All times are GMT. The time now is 02:41 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|