XF 2.2 Disable moderation actions for new mods?

KSA

Well-known member
Is there a way to disallow newly appointed mods from seeing previous moderation actions that have been executed prior to their appointment, specifically deleted posts/threads?
 
A possible solution is to customize your phrases for the actions you are worried about.
Code:
Deleted by {name}
to
Code:
Deleted by a moderator
This solution means no usernames are revealed on the frontend, but are in acp (logs), and this permission could be granted to super mods and senior mods, etc., if needed.
 
Last edited:
A possible solution is to customize your phrases for the actions you are worried about.
Code:
Deleted by {name}
to
Code:
Deleted by a moderator
This solution means no usernames are revealed on the frontend, but are in acp (logs), and this permission could be granted to super mods and senior mods, etc., if needed.
That's a good workaround.

I agree with the others though, if you can't trust your mods, maybe you should reconsider appointing them?
 
Top Bottom