| 1 |
$Id: README.txt,v 1.7 2008/04/14 23:56:15 pwolanin Exp $
|
| 2 |
|
| 3 |
Modr8 module for Drupal 6.x.
|
| 4 |
|
| 5 |
The moderation of content was removed from core in 5.x. This module adds back
|
| 6 |
that capability and also prevents posts that are in moderation from showing
|
| 7 |
up in lists, on the /node page, etc., unless the user is the node's author or
|
| 8 |
unless the user has the "administer nodes" or "moderate content" permission.
|
| 9 |
This is NOT an access control module, however, so (as with Drupal 4.7.x), posts
|
| 10 |
that are in moderation can still be viewed if a user knows the path (URL)
|
| 11 |
corresponding to that post.
|
| 12 |
|
| 13 |
This module provides an admin interface for managing content in moderation,
|
| 14 |
and an optional block to show how many posts are in moderation and the titles
|
| 15 |
of recently added posts.
|
| 16 |
|
| 17 |
After installation of this module, nodes have an extra publishing option called
|
| 18 |
'In moderation queue'. Generally, each content type which requires moderation,
|
| 19 |
should have this option checked. (path: admin/content/types)
|
| 20 |
|
| 21 |
The admin interface allows a user with the "moderate content" permission to
|
| 22 |
preview content in moderation, as well as approve or delete each moderated post,
|
| 23 |
and (optionally) to send an e-mail to the author informing him/her of the choice.
|
| 24 |
*Important note:* as of version 5.x-2.3 unpublished nodes in the WILL be shown
|
| 25 |
in the moderation queue listing for users with the "adminiser nodes" permission.
|
| 26 |
For these users, approving a post in the queue will also publish it. However,
|
| 27 |
posts to be moderated should generally be set to be published so that users
|
| 28 |
without the "administer nodes" permission can also effectively work as
|
| 29 |
moderators.
|
| 30 |
|
| 31 |
Visit the settings page to customize the e-mail messages and set other defaults
|
| 32 |
(path: admin/settings/modr8).
|
| 33 |
|
| 34 |
As of version 5.x-2.0, modr8 also includes a moderation log to record the
|
| 35 |
actions of moderators on items in the moderation queue. This may be especially
|
| 36 |
helpful if you are using the feature to send a note by e-mail even when taking
|
| 37 |
"no action" on a post. Then, other moderators can see the note, and whether
|
| 38 |
the post's author has responded to the suggested changes. This log may also be
|
| 39 |
useful if you want to know which moderator approved or deleted a post, and if
|
| 40 |
they provided any specific rationale in their e-mail note. The data for this
|
| 41 |
log is saved in the table named {modr8_log}. Note that if you have an access
|
| 42 |
control module enabled, events in the moderation log for nodes that have been
|
| 43 |
deleted may only be visible to users with the "administer nodes" permission, but
|
| 44 |
not to users with just the "moderate content" permission.
|
| 45 |
|
| 46 |
This module was originally written for Drupal 4.7.x by Jeff Robbins
|
| 47 |
(jjeff@drupal). Upgrade to 5.x and 5.x, 6.x maintenance by
|
| 48 |
Peter Wolanin (pwolanin@drupal).
|
| 49 |
Initial upgrade to 6.x by Croitor Alexander (Placinta@drupal)
|