XF2 Add-on Post Flood Permissions v2.3.0 - Xenforo Add-Ons

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,531
Reaction score
29,731
Points
113
NullCash
579,032
Compatible XF Version: 2.1 , 2.2

Provides user group permissions for the following post/like rate limiting options:
  • Post Reply - Enable Per thread rate limiting
  • Post Reply - Per thread rate limiting - delay between posts in seconds
  • Post Reply - Enable Per node rate limiting
  • Post Reply - Per node post rate limiting - delay between posts in seconds
  • Post Reply - General rate limiting - delay between posts in seconds
  • Like - Enable Per thread rate limiting
  • Like - Per thread rate limiting - delay between posts in seconds
  • Like - Enable Per node rate limiting
  • Like - Per node post rate limiting - delay between posts in seconds
  • Like - General rate limiting - delay between posts in seconds
This permits the posting/liking rate to be managed per node, and per user group. The number is the delay in seconds between actions.

Minimum supported delay is 1 second. A value of zero disables that rate limiter (ie falls through to the next check), and a value of unlimited causes it to be the equivalent of zero seconds delay

This is due to how XenForo permissions inherited with numeric.

The per thread/node option allows decoupling of the global flood limiter from posting in different sections.

Matching order, the first match wins:
  • Per thread rate limiting.
  • Per node rate limiting.
  • General post rate limiting.
  • XF Global post rate limiting (reports/posts/profile posts/etc).
No extra queries required.

Contributing features or bug fixes
Please create a Github Pull request via the "More information" link.

Contributions

If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.
 

Attachments

  • addon-Xon-PostFloodPerms-2.3.0.zip
    20.1 KB · Views: 0
Top