MyBB Community Forums

Full Version: Moderators don't see post report after 1.6->1.8 upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

Since my update from 1.6 to 1.8, moderators don't see anymore the post reports.

Super moderators and admin see them.

Just before the upgrade, it was working.

Any idea where to check for this issue ?

OK found myself ...

I think I have to manually edit all moderators permissions in each forum !

By default,  only these options are set:
- Can edit posts
-  Can view IPs
- Can open/close threads
- Can manage threads (split, move, copy, merge)
- Can use custom moderator tools
on a total of 23 permissions...

Is there a way to select all permission ?
(I have about 20 moderators, on 40 forums...)

I think I solved myself my issue.

This is the SQL request I use :
update mybb_moderators set caneditposts=1, cansoftdeleteposts=1, canrestoreposts=1, cansoftdeletethreads=1, canrestorethreads=1, canviewunapprove=1, canviewdeleted=1, canopenclosethreads=1, canstickunstickthreads=1, canapproveunapprovethreads=1, canapproveunapproveposts=1, canapproveunapproveattachs=1, canmanagethreads=1, canmanagepolls=1, canpostclosedthreads=1, canmovetononmodforum=1, canusecustomtools=1, canmanageannouncements=1, canmanagereportedposts=1, canviewmodlog=1

Please confirm it's the good way to fix this...
Have you tried editing the Moderator usergroup in the ACP?

ACO->Users & Groups->Groups.Click Moderators. Then go to the tab that says Moderator CP.
This was already checked.

I've tried to uncheck/check but it didn't solve my issue.
If you do run the query you mention, you will need to update the forum moderators cache.