dilbert: No I havn't figured a way with that. If someone does they can let me know lol.
bada_bing: Instead of this:
PHP Code:
<if condition="$vbulletin->userinfo['usergroupid'] == '5,6,7,11,12,16'">
Use this option, think it works lol:
PHP Code:
<if condition="$vbulletin->userinfo['usergroupid'] == '5' OR $vbulletin->userinfo['usergroupid'] == '6' OR $vbulletin->userinfo['usergroupid'] == '7'">