• Resolved Manu B

    (@manu-b)


    Hello,

    I love your plugin, I installed it just to try it but it turned out to be incredibly useful. Could you explain how to change now the default schedule time?

    After each update, I used to edit the AddPost funcion in edcal.js in order to set the default date to 09:00 instead of 10:00, but a few updates ago something has changed and doesn’t let me change it anymore.

    It’s not top priority, but as a suggestion I think that would be easy to implement and a nice improvement.

    Thanks!

    http://wordpress.org/extend/plugins/editorial-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Zack Grossbart

    (@zgrossbart)

    Hi,

    Thanks for using the calendar. We don’t have a way to change the default time for posts right now. Making the change in the JavaScript is the best way to go for now.

    The recent versions of the calendar started compiling our JavaScript so we can make it smaller and have the calendar run faster. Your JavaScript changes aren’t showing up because you’re editing the uncompressed version.

    There are two options to make this work:

    1. Download the Google Closure Compiler and use it to compress the JavaScript. There’s a closure.sh file with the commands to make this work.

    2. Add &debug=true to the end of the calendar URL to load the uncompressed JavaScript.

    In the future I can add this time to the edcal.php file so it’s easier to change.

    Thanks,
    Zack

    Thread Starter Manu B

    (@manu-b)

    Awesome thank you very much!

    Plugin Author Zack Grossbart

    (@zgrossbart)

    I’m glad we could sort it out.

    Thanks,
    Zack

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Editorial Calendar] Default date change’ is closed to new replies.