Jump to content

Recommended Posts

Posted (edited)

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 by SecondSight
Posted
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).

Posted
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.

Posted

@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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
Γ—
Γ—
  • Create New...