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