Scheduler gives website editors the ability to schedule content to be published and unpublished at specified dates and times in the future.
Scheduler provides hooks and events for third-party modules to interact with the process during content editing and during cron publishing and unpublishing.
A plugin system allows support for any Drupal entity type that has the concept of a 'published' status. As at Scheduler version 2.0 Node content, Media entities, Commerce Products and Taxonomy Terms are supported.
-
Scheduler uses the following Drupal 8 Core components: Actions, Datetime, Field, Node, Text, Filter, User, System, Views.
-
There are no special requirements outside core.
-
Rules: Scheduler provides actions, conditions and events which can be used in Rules to build additional functionality.
-
Token: Scheduler provides tokens for the two scheduling dates.
-
Devel: When generating new test content via Devel Generate, Scheduler can add publishing dates automatically.
-
Scheduler Content Moderation Integration If you use core Content Moderation then you should also install this sub-module, contributed by the folks at Thunder
-
Media: Core media items can be scheduled for publishing and unpublishing.
-
Commerce: Commerce products can be scheduled for publishing and unpublishing.
-
Taxonomy: Core taxonomy terms can be scheduled for publishing and unpublishing.
-
Install as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-8 for further information.
-
The Scheduler project page on Drupal.org has information regarding versions and Core compatibility.
-
Configure user permissions via url /admin/people/permissions#module-scheduler or Administration » People » Permissions
-
"Schedule publishing and unpublishing of {type}"
Users with this permission can enter dates and times for publishing and/or unpublishing, when editing content of types which are Scheduler-enabled.
-
"View scheduled {type}"
Users can always see their own scheduled content, via a tab on their user page. This permissions grants additional authority to see the full list of scheduled content by any author, providing the user also has the core permission 'access content overview' or the equivalent for other entity types.
-
"Administer scheduler"
This permission allows the user to alter all Scheduler settings. It should therefore only be given to trusted admin roles.
-
-
Configure the Scheduler global options via /admin/config/content/scheduler or Administration » Configuration » Content Authoring » Scheduler
-
Basic settings: allow a date only and set a default time.
-
Lightweight Cron: This gives sites admins the granularity to run Scheduler's functions only on more frequent crontab jobs than the full Drupal cron run.
-
-
Configure the Scheduler settings per entity type:
- Administration » Structure » Content Types » Edit
- Administration » Structure » Media Types » Edit
- Administration » Commerce » Configuration » Product Types » Edit
- Administration » Structure » Taxonomy » Vocabulary » Edit
-
The system status report at /admin/reports/status has a Scheduler Timecheck section, giving details of the server time, default site time and current user time.
-
To submit bug reports and feature requests use https://drupal.org/project/issues/scheduler
-
To get help with crontab jobs, see https://drupal.org/cron
Current maintainers:
- Pieter Frenssen 2014(6.x)-current
- Jonathan Smith 2013(6.x)-current
Previous maintainers:
- Rick Manelius 2013(6.x)-2014(7.x)
- Eric Schaefer 2008(5.x)-2013(7.x)
- Sami Kimini 2008(5.x)
- Ted Serbinski 2007(4.7)
- Andy Kirkham 2006(4.7)-2008(6.x)
- David Norman 2006(4.x)
- Tom Dobes 2004(4.x)
- Gábor Hojtsy 2003(4.3)-2005(5.x)
- Moshe Weitzman 2003(4.2)-2006(4.6)