Vbulletin Conditionals A list of useful conditionals for Vbulletin, this list will be upgraded with more useful information:
1. How to setup a conditional to show some information only to 1 usergroup.
2. How to setup a conditional to show some information to multiple usergroups.
PHP- Kodu:
<if condition="is_member_of($bbuserinfo, X, Y, Z)">
3. How to setup a conditional to show some...