MyBB Community Forums

Full Version: Mods can't remove rep.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want that only Administrators can remove reputation, not Moderators. Please help me.
admin/index.php?module=config-settings&action=change&gid=15

and then choose disallow negative reputation

maybe it help u
(2012-08-16, 05:35 PM)MyBB King Wrote: [ -> ]admin/index.php?module=config-settings&action=change&gid=15

and then choose disallow negative reputation

maybe it help u

Umm no, it won't help me. This doesn't disable reputation for ONLY members - it disables it for everyone.
I'm actually not entirely sure this is available in the core. I've never really considered it before, but if it isn't a standard permission I really think it's an oversight.
(2012-08-16, 05:52 PM)euantor Wrote: [ -> ]I'm actually not entirely sure this is available in the core. I've never really considered it before, but if it isn't a standard permission I really think it's an oversight.

This site has it here... Members CANNOT give NEGATIVE reputation. Also forget about the Moderator thing, probably can't happen.
On reputation.php, line 182, 424, and 788: delete
&& $mybb->usergroup['issupermod'] != 1
(2012-08-17, 12:48 AM)Paul H. Wrote: [ -> ]On reputation.php, line 182, 424, and 788: delete
&& $mybb->usergroup['issupermod'] != 1

Thank you so much. You're a legend. Cool
(2012-08-17, 12:48 AM)Paul H. Wrote: [ -> ]On reputation.php, line 182, 424, and 788: delete
&& $mybb->usergroup['issupermod'] != 1

This is Ultimate.

Thanks