You are here

README.txt in Publish Content 5.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
PUBLISH CONTENT MODULE

The Publish Content module allows users to publish and unpublish nodes,
on a per "node type" basis or for all "node types", without granting users
the very broad "administer nodes" permission.

It allows easily to create editor or moderator roles by granting them 
either publishing or unpublishing permissions, or both.

This module is also integrated with the Views module:
you can add a publish/unpublish link on all your views, making it easy
to create lists for reviewers, editors and publishers.


INSTALLATION

Put the module in your drupal modules directory and enable it in admin/modules.

Then, you just need to go to the Drupal permissions page,
and set the various permissions:
- "publish *all* content": you can publish any node
- "publish 'nodetype' content": you can publish any node whose type is 'nodetype'
- "unpublish *all* content": you can unpublish any node
- "publish 'nodetype' content": you can publish any node whose type is 'nodetype'


USAGE

A tab button (like Edit and View) 'Publish' or 'Unpublish' should appear on the
node edit and view pages.
Click on 'Publish' to publish and 'Unpublish' to unpublish, it's that simple!

File

README.txt
View source
  1. PUBLISH CONTENT MODULE
  2. The Publish Content module allows users to publish and unpublish nodes,
  3. on a per "node type" basis or for all "node types", without granting users
  4. the very broad "administer nodes" permission.
  5. It allows easily to create editor or moderator roles by granting them
  6. either publishing or unpublishing permissions, or both.
  7. This module is also integrated with the Views module:
  8. you can add a publish/unpublish link on all your views, making it easy
  9. to create lists for reviewers, editors and publishers.
  10. INSTALLATION
  11. Put the module in your drupal modules directory and enable it in admin/modules.
  12. Then, you just need to go to the Drupal permissions page,
  13. and set the various permissions:
  14. - "publish *all* content": you can publish any node
  15. - "publish 'nodetype' content": you can publish any node whose type is 'nodetype'
  16. - "unpublish *all* content": you can unpublish any node
  17. - "publish 'nodetype' content": you can publish any node whose type is 'nodetype'
  18. USAGE
  19. A tab button (like Edit and View) 'Publish' or 'Unpublish' should appear on the
  20. node edit and view pages.
  21. Click on 'Publish' to publish and 'Unpublish' to unpublish, it's that simple!