You are here

README.txt in Publication Date 6

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
README
--------------------------------------------------------------------------
This module adds to each node a field containing the date when it has been
published.

Without this, the only dates available are the creation date and the
update date.

This new field can be used for example in any templates or in any views.

This module integrates well also with Scheduler
<http://drupal.org/project/scheduler> for example.

This module is written by Clever Age
Website: <http://www.clever-age.org>

INSTALLATION
--------------------------------------------------------------------------
1. Copy the publication_date folder to your modules directory
2. Go to admin > Site building > Modules, and enable this module. 

This will add a new field $node->published_at, containing 'false' if the
node is not published yet, or containing the publication date otherwise.
You can then use this field in any templates.

Moreover, this field is available in the views parameters.

Note about nodes that have been creating BEFORE the installation of this
module: for these nodes, since we can not know the exact date of the
publication, $node->published_at will contain the creation date.
 

File

README.txt
View source
  1. README
  2. --------------------------------------------------------------------------
  3. This module adds to each node a field containing the date when it has been
  4. published.
  5. Without this, the only dates available are the creation date and the
  6. update date.
  7. This new field can be used for example in any templates or in any views.
  8. This module integrates well also with Scheduler
  9. for example.
  10. This module is written by Clever Age
  11. Website:
  12. INSTALLATION
  13. --------------------------------------------------------------------------
  14. 1. Copy the publication_date folder to your modules directory
  15. 2. Go to admin > Site building > Modules, and enable this module.
  16. This will add a new field $node->published_at, containing 'false' if the
  17. node is not published yet, or containing the publication date otherwise.
  18. You can then use this field in any templates.
  19. Moreover, this field is available in the views parameters.
  20. Note about nodes that have been creating BEFORE the installation of this
  21. module: for these nodes, since we can not know the exact date of the
  22. publication, $node->published_at will contain the creation date.