How to limit the number of threads and comments that a member can publish?
I wish that in a Vanilla 2.3 forum every member had a maximum number of threads and comments for each week. This can help me to limit meaningless interventions. So, is there someone who can help me?
Tagged:
0
Comments
You can use the built in Flood Control: https://forum.example.com/vanilla/settings/floodcontrol
The view doesn't give you an option beyond 4 minutes, but I don't see anything immediately jumping out that would prevent you setting say (7 * 24 * 60 * 60) seconds in the SpamCheck and a higher thread count.
unfortunately flood control does not satisfy the request, unless you can change the default values
Sorry I wasn't explicit. You can modify the values directly in the
/conf/config.phpfile. The values you are looking for are:@hgtonight GREAT!