Wednesday, August 15, 2012

Module - Scheduler

This module allows nodes to be published and unpublished on specified dates.
Dates can be entered either as plain text or with Javascript calendar popups (JSCalendar in Drupal 5, Date Popup in Drupal 6).
JSCalendar is part of the JSTools module.
The Date Popup module is part of the the Date module.
Notice:
  • Please check if cron is running correctly if scheduler does not publish your scheduled nodes.
  • Scheduler does only schedule publishing and unpublishing of nodes. If you want to schedule any other activity check out Workflow, Rules and Actions.
Scheduler is the work of many people. Some of them are listed here: http://drupal.org/project/developers/3292. But there are even more: All the people who created patches but did not check them in themselfs, who posted bug or feature request and those who provided translations and documentation.
Translations to other languages than English can be found over there: http://localize.drupal.org/translate/projects/scheduler
Heather James has recorded a nice tutorial screencast about publishing nodes with scheduler: http://www.youtube.com/watch?v=G7VfhGI4aoE

Read More....

www.drupal.org

No comments:

Post a Comment

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...