So for the people, where the moderators can`t see the report center.
We have do a workaround and here is the Solution
in reportedposts.php
find:
PHP Code:
if (!$permissions['ismoderator']) show_nopermission();
Replace with
PHP Code:
if (!($bbuserinfo[1]['usergroupid']==5 || $bbuserinfo[1]['usergroupid']==6 || $bbuserinfo[1]['usergroupid']==7)) {
show_nopermission();
} else {
and over
insert a
it is sufficient, if the moderators have the status of a moderator.
The Moderators aren`t moderate a forum.