Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module adds two fields to nodes of a chosen type or types (a configuration page allows you to choose which types of node are impacted).

  • The first one (field_real_published) is a simple date field which contains the real published date of the node. It can be modified by a user. This date will be different from the created date (provided by node module).
  • The second one (field_delayed_publication) is a delayed publication date. You can set it in order to publish the node later. A hook_cron (and its queue) will publish it automatically and set field_real_published with the field_delayed_publication value.
  • These two fields are grouped in a vertical tab (provided by field_group module).

Delayed publication also provides a bulk update page in order to set field_real_published for all previous nodes, and a view page which list all nodes awaiting publication. On this page, you can select nodes for which you want to force publication (provided by views_bulk_operations).

So this module depends on date, field_group and views_bulk_operations

Project information