Quote:
Originally Posted by midnightz
Is there away, to have it where only accepted groups numbers can PM admins. I get a lot of PM's from newbies and groups and just don't want them. But I would like to kep in touch with the usergroups i feel choice.. ?
Possible,
Thanks
|
Modify
PHP Code:
if ($staffsendspms and ($bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 7 and $bbuserinfo['usergroupid'] != X) and ($touserinfo['usergroupid'] != 5 and $touserinfo['usergroupid'] != 6 and $touserinfo['usergroupid'] != 7))
]
Replace the X with whatever usergroupid you want to allow to send PMs