What I want to do:
I want to limit number of posts users can submit (per usergroup) either:
- Better: User can't submit the form again until n minutes pass. So users can't spam the blog submitting lots of posts in several minutes.
- Worse: Users can submit only n forms in 24 hours. At midnight the number of allowed submissions replenish for all users.
How can I do that with minimum code editing? May be there were some snippets done for that already?
Thanks.