Quote:
Originally Posted by yoyoyoyo
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...
|
i was wondering that also, i would like the mods to be able to see the comments also, love this hack though!