Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Certain amount of posts at any one time?
TownFish
New
Best Answer
-
peregrine MVP
no. but there is a permission that does something similar but not category specific.
number of posts per time period.
/settings/floodcontrol which set the following in config.php
//time in seconds you can adjust if the dashboard doesn't give you the increments you want.
$Configuration['Vanilla']['Discussion']['SpamTime'] = '240'; $Configuration['Vanilla']['Discussion']['SpamLock'] = '600'; $Configuration['Vanilla']['Discussion']['ShowCounts'] = TRUE; $Configuration['Vanilla']['Comment']['SpamCount'] = '5'; $Configuration['Vanilla']['Comment']['SpamTime'] = '60'; $Configuration['Vanilla']['Comment']['SpamLock'] = '120'
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
7
Answers
no. but there is a permission that does something similar but not category specific.
number of posts per time period.
/settings/floodcontrol which set the following in config.php
//time in seconds you can adjust if the dashboard doesn't give you the increments you want.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
This is great thanks so much for your answer