Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    By default, dragging a post to a new date on the calendar doesn’t actually change the publication date for the calendar. See the “Extend The Calendar” section in our documentation.

    If you would like it to set the publication date, you can add the following to your theme’s functions.php file:

    add_filter( 'ef_calendar_allow_ajax_to_set_timestamp', '__return_true' );

    Thread Starter gelgen

    (@gelgen)

    Thanks but I think your answer is meant for another Bug : [Plugin: Edit Flow] Feature request – Keep some users from moving items in the calendar

    This issue is truly a bug where I’ve planned a future date for a post in the calendar. If its status is Pending and I access it, the future date is replaced by an immediate posting date.

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Nope, the answer was meant for this thread. Try adding the snippet to your theme’s functions.php file and see how the behavior changes.

    Thread Starter gelgen

    (@gelgen)

    That works, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Edit Flow] Bug – Future Date in Calendar changes to Now’ is closed to new replies.