Quote:
Originally Posted by sabret00the
that method works so i'd go with it.
alternatively
PHP Code:
if (in_array($vbulletin->userinfo['usergroupid'], array(6, XX, XX))
i'd really suggest going with your current method though.
|
This didn't work for me. It's supposed to replace
Code:
if ($vbulletin->userinfo['usergroupid'] == 6)
in mas_rateapp.php, right?
I don't think I can use yoyoyo's idea because I just want two usergroups to be able to read the comments.