how can I make it so the moderators can see each others comments and votes? I assumed that the mods could see the votes and comments like the admins do.
in mas_rateapp.php I changed
Code:
if ($vbulletin->userinfo['usergroupid'] == 6)
to
Code:
if ($vbulletin->userinfo['usergroupid'] !== 8)
but there has to be a better way to do that

How do I add more than one usergroup in that field? what is the array? it is escaping me at the moment...