Quote:
Originally Posted by Merriweather
It's not mind boggling, it's that not all groups are as trustworthy as yours, I suppose. I have had issues where users set up groups for the purpose of harassing others on the site and a group owner in such a group isn't going to give a crap if people are breaking forum rules, in which case the site management needs to step in. Also, if the post being reported is the group owner's, and they get the report, again, they aren't going to do anything about it. This is why reports need to go to admin -- at least for me, but I am guessing others would like to be able to have control over their groups as well, and not just let them do as they please. If you can give me a little direction, I can just tweak the code to not pull the userid of the group owner and instead PM it to my userid for now. 
|
Wouldn't it then be better to have a feature which enables end-users to flag groups for reviewing by the administration team?
anyhoo in report.php find:
PHP Code:
$pmdm->set_recipients($reportinfo['username'], $botpermissions);
and replace with:
PHP Code:
$pmdm->set_recipients('____YOUR_USERNAME___', $botpermissions);