Title: [Plugin: Edit Flow] Disabling Calendar Functionality??
Last modified: August 19, 2016

---

# [Plugin: Edit Flow] Disabling Calendar Functionality??

 *  Resolved [twedigteam](https://wordpress.org/support/users/twedigteam/)
 * (@twedigteam)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/)
 * Hey all,
 * Does anyone have a quick tip on how to disable the calendar function? So far 
   the other Edit Flow functions are great, but we’re finding that the calendar 
   will change the “Last Update” time to 00:00 if a post is moved. Additionally,
   we do not need some roles viewing the calendar.
 * Is it safe to just eliminate the following from the plugin editor:
 * // Add sub-menu page for Calendar
    if ( $this->calendar_viewable() ) add_submenu_page(‘
   index.php’, __(‘Edit Flow Calendar’, ‘edit-flow’), __(‘Edit Flow Calendar’, ‘
   edit-flow’), ‘edit_posts’, $this->get_page(‘calendar’), array(&$this,’calendar’));
 * This does eliminate the calendar sub-menu. Thanks in advance!!!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [twedigteam](https://wordpress.org/support/users/twedigteam/)
 * (@twedigteam)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719334)
 * Disregard/found the feature. I was thinking way too deeply about this one! Thanks!
 *  Plugin Contributor [Scott Bressler](https://wordpress.org/support/users/sbressler/)
 * (@sbressler)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719342)
 * For future reference, in version 0.5.1 we added the ability to disable the calendar
   entirely in the Edit Flow settings. You can also filter the roles that can access
   the calendar by [filtering ‘ef_view_calendar_cap’](http://plugins.trac.wordpress.org/browser/edit-flow/tags/0.5.1/edit_flow.php#L549)
   in your theme’s functions.php file.
 * If you need help with this, feel free to ask and I’d be happy to whip up an example
   of filtering the roles.
 *  Thread Starter [twedigteam](https://wordpress.org/support/users/twedigteam/)
 * (@twedigteam)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719344)
 * Good to know! We’ll consider testing it out with one or two roles at a time.
 * Is there any word on an issue or bug where the published time stamp changes to
   00:00 if a already published post is moved [dragged] in the calendar?
 *  Plugin Contributor [Scott Bressler](https://wordpress.org/support/users/sbressler/)
 * (@sbressler)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719350)
 * There are currently a few issues with the calendar, which we are refactoring 
   in a coming release. Sorry for the current bugs, but we’ll be sure to squash 
   them soon!
 *  Thread Starter [twedigteam](https://wordpress.org/support/users/twedigteam/)
 * (@twedigteam)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719353)
 * Cool, thanks for the prompt response. We’ll keep an eye out as we are just starting
   our project!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Edit Flow] Disabling Calendar Functionality??’ is closed to 
new replies.

 * ![](https://ps.w.org/edit-flow/assets/icon-256x256.png?rev=3433533)
 * [Edit Flow](https://wordpress.org/plugins/edit-flow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edit-flow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edit-flow/)
 * [Active Topics](https://wordpress.org/support/plugin/edit-flow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edit-flow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edit-flow/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [twedigteam](https://wordpress.org/support/users/twedigteam/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-edit-flow-disabling-calendar-functionality/#post-1719353)
 * Status: resolved