README.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. - "un/publish editable content": publish or unpublish nodes where the user has
  19. full edit permissions of the node concerned (note: check text formats access)
  20. USAGE
  21. A tab button (like Edit and View) 'Publish' or 'Unpublish' should appear on the
  22. node edit and view pages.
  23. Click on 'Publish' to publish and 'Unpublish' to unpublish, it's that simple!
  24. CONFIGURATION
  25. admin/config/content/publishcontent
  26. Here you can disable the display of Publish/Unpublish tabs.