Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    Don’t forget to press Save (at the bottom of the page) after set plugin options.

    Thread Starter bibo_m16

    (@bibo_m16)

    I did. When i click a past date i get the error message “Whoops! …….”. But when i click on a current date and i can create an event for past dates simply by changing the dates on top of the modal window.

    Thread Starter bibo_m16

    (@bibo_m16)

    I think the option to prevent users to create events on past dates in reversed, because when the option is checked, i can click on past dates but cannot create an event. However, when the option is unchecked, i cannot access the past date but I can create an event simply by opening a current date and just changing the date from there.

    Can this issue be fixed?

    Plugin Contributor Eran Miller

    (@eranmiller)

    Here’s the fix:

    In init_admin_calendar.js replace the following line:
    if (custom.limit === '0') {
    with this
    if (custom.limit === '1') {

    In the future, please submit bugs and feature requests to the issue tracker.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Can't create events in the past.’ is closed to new replies.