Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 19, 20214 yr Hello, 🙂 I have members who like reporting moderators and admin's posts for fun... Is there an option to prevent this ? - preventing these members from reporting anything ? - make it impossible to report posts written by the admin ? Thank you. 🙂 Edited March 19, 20214 yr by SecondSight
March 19, 20214 yr 9 hours ago, SecondSight said: - preventing these members from reporting anything ? You can do this. In member group settings, under content, there is a "can report content" feature. It's all or nothing, meaning if you take away the ability to report content, they won't be able to report any content. There is no built in functionality to make the content of a moderator/administrator unreportable (and I'm not sure I'd recommend enabling such a thing--it may be best to deal with the abusive member's behaviors directly).
March 19, 20214 yr Community Expert 10 hours ago, SecondSight said: Hello, 🙂 I have members who like reporting moderators and admin's posts for fun... Is there an option to prevent this ? - preventing these members from reporting anything ? - make it impossible to report posts written by the admin ? Thank you. 🙂 This will require a custom plugin.
March 19, 20214 yr @SecondSight .cPost[data-membergroup="4"] .ipsMenu .ipsMenu_item:first-child a { display: none; } This will do it for admins if the admin group is 4. You would do the same thing for mod groups. All it does is hide the Report link since its always the first in that menu. It will only work on posts.