limit the number of posts per time period for each user, e.g. 3 per day or 10 per week, which to me is essential for a well-regulated forum. (split from #91 )
Assumptions (@pejhab please comment if not correct):
- only opening discussions is limited - answers are unlimited
Implement:
- setting regulating the number of post (numerically)
- optional - time span for the regulation (days, weeks) (otherwise each user can only create x discussions)
- use
created in post table to count post created (in a specific timespan).
- add logic to discussion.php
- add meaningful messages if users try to create more discussions (also regarding information about next time the users is able to create a discussion)
limit the number of posts per time period for each user, e.g. 3 per day or 10 per week, which to me is essential for a well-regulated forum. (split from #91 )
Assumptions (@pejhab please comment if not correct):
Implement:
createdin post table to count post created (in a specific timespan).