You are here

README.txt in Publish Content 6

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 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'
- "publish editable content", "publish editable 'nodetype' content": if you use more granular ACL, you can specify that roles should be able to publish content for which they have editing permissions.


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!

CONFIGURATION

admin/config/content/publishcontent
Here you can disable the display of Publish/Unpublish tabs.

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. - "publish editable content", "publish editable 'nodetype' content": if you use more granular ACL, you can specify that roles should be able to publish content for which they have editing permissions.
  19. USAGE
  20. A tab button (like Edit and View) 'Publish' or 'Unpublish' should appear on the
  21. node edit and view pages.
  22. Click on 'Publish' to publish and 'Unpublish' to unpublish, it's that simple!
  23. CONFIGURATION
  24. admin/config/content/publishcontent
  25. Here you can disable the display of Publish/Unpublish tabs.