Forums

Join
bbPress Support ForumsTroubleshootingModerator Throttling Limit

Info

Moderator Throttling Limit

  1. I noticed that, even though the "ignore throttling limit" isn't checked in moderator profiles, that the limit is still ignored. I would like moderators to be throttled. What can I do to change that?

  2. Hey citizenkeith!

    Moderators have "throttle=true" set in their capabilities, which I believe is what gives them the power to avoid the throttle:
    http://trac.bbpress.org/browser/trunk/bb-includes/functions.bb-capabilities.php

    You could always create a new Role that has all the same capabilities as Moderator, except for the ability to avoid throttles:
    http://bbpress.org/forums/topic/adding-a-new-user-type?replies=6#post-9210

    Or you could write a plugin which removes that one capability from Moderators. That's beyond my skills though.

    Good luck!

  3. You must log in to post.