Skip to:
Content
Pages
Categories
Search
Top
Bottom

Allow this user to Ignore the 30 second post throttling limit

  • I’m using the 0.9 version of bbPress, and have noticed something weird. On two of my installs, if an admin goes to someone’s profile and clicks edit, they see the following checkbox:

    Allow this user to [ ] Ignore the 30 second post throttling limit

    If you check that off and click save, then that user can post more than once every 30 seconds. It’s a neat feature. :-)

    On my other installs, the “Allow this user to” label shows up… but the checkbox that lets you turn it on and off isn’t there. That line now just says: “Allow this user to”.

    Any ideas why that checkbox sometimes doesn’t show up on some bbPress installs?

    The only difference I can think of is that the first two installs were upgraded from bbPress version 0.8… while the other installs are all fresh installs. Could that cause this issue?

    How about you: when you (the admin) goes to edit somebody’s profile… do you see the checkbox that lets you change their “throttle” saving?

Viewing 1 replies (of 1 total)

  • _ck_
    Participant

    @_ck_

    Older installs from 0.8 won’t have a default throttle time so the override won’t show up.

    Try putting this into bb-config.php

    $bb->throttle_time=30;

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar