MyBB Community Forums

Full Version: Repeating events on the calendar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I'm trying to make it so certain events repeat every month. For example, from the 1st-8th of every month is a certain event.

For some reason I cannot get it to repeat. I've attached a photo of how I'm setting it up. It will just show up in March, but not April, May, etc.
Looks like a bug, so moving to bug reports forum.

Also, other event bugs I noticed while testing:
- if you edit an event and press Delete Now button without checking the "Delete?" checkbox, it will throw these errors:
Quote:The name for the event is missing. Please enter an event name.
The description for the event is missing. Please enter an event description.
even though none of these was missing (they're blanked afterwards)..
- if you add an event and click Post Event without filling necessary fields, the event is not created (it shouldn't), but no inline error is thrown/shown
- if you edit an event it's impossible to select "Repeats on the First ..." radio button because "Using the start and end times along with the event repetition settings, this event won't occur." error is always thrown, no matter how you fill "Starts" and "Finishes" fields... Doesn't make any sense. Same bug most likely applies to adding event but can't see it because of the bug above..

There are probably more issues with calendar, it's probably the least used feature, so not wondering.
I pushed two of these errors:

Deleting without 'checkbox': https://github.com/mybb/mybb/issues/2001
No errors shown: https://github.com/mybb/mybb/issues/2003

I could not reproduce the original bug, as I can mark events as repeating. The inserted 'repeats' field in the database looks good, but the event is shown as not repeating inside the calendar views.
Shall we push this or create separate issues @destroy?
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2099

Thanks for contributing to MyBB!

Regards,
The MyBB Group