I know you can limit how many events are displayed, and as far as a user creating an amount of events, you can limit that as well. You might look at the User Registration plugins and see if that helps until someone on here can give you better advice on what you are wanting to do.
On the back end, if you go to Components>JEvents>Authorized Users, there you can set the amount of events they are allowed to post. User Registration I think works hand in hand with the Authorized Users. but I'm not sure. Again, I'm not as good at this as the others on here, but some of this might help you I hope.
Hello,
What Brandon is saying is kinda of correct in the way authorised user mode does allow limiting the amount of events but it doesn't do it by day.
It's an interesting scenario. We would need to add a config option and a dynamic call to check the events on that day. I'll have a chat with Geraint.
Many thanks
Tony
It would be possible to write a custom plugin to do this for you - do you have a budget for modest custom work?
The plugin would use the overlapping event testing handlers to check the dates of events being created and block more than 'x' occuring on any particular day.
It would be possible to write a custom plugin to do this for you - do you have a budget for modest custom work?
The plugin would use the overlapping event testing handlers to check the dates of events being created and block more than 'x' occuring on any particular day.
Doing the constraint by category would be no issue.
Are you studying computing? If so, joining the JEvents as a silver member would give you access to other plugins to use as a template and I could give you some quick pointers on how to write such a plugin yourself.