/[drupal]/contributions/modules/publishcontent/README.txt
ViewVC logotype

Contents of /contributions/modules/publishcontent/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Jan 21 02:19:18 2009 UTC (10 months ago) by malaussene
Branch: MAIN
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1-BETA1, DRUPAL-5--2-1-BETA2, HEAD
Branch point for: DRUPAL-5--2
Changes since 1.1: +22 -7 lines
File MIME type: text/plain
Revamp and improve documentation in README.
port of Drupal-6--1.
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!

  ViewVC Help
Powered by ViewVC 1.1.2