To use 1 additional usergroup, change the line to:
PHP Code:
if (($vbulletin->userinfo['usergroupid'] == 3) or ($vbulletin->userinfo['usergroupid'] == 26))
This will check for usergroup 3 and usergroup 26.
To use more usergroups, do something like:
PHP Code:
if (($vbulletin->userinfo['usergorupid'] == 3) or ($vbulletin->userinfo['usergroupid'] == 26) or ($vbulletin->userinfo['usergroupid'] == 99))
You can continue to add usergroups in that fashion.
With regards to your second question, there is currently no way to do this within the existing code, but if you send me a PM with the usergroup ids and the text that you want displayed for each one, I will make a custom version for you
Thanks,
Alan.