| 1 |
$Id$
|
| 2 |
|
| 3 |
|
| 4 |
Description
|
| 5 |
-------------
|
| 6 |
Comment Workflow closes comments if the node state is changed to the last state
|
| 7 |
of a workflow and re-opens comments if the state is changed from the last
|
| 8 |
state. Comment Workflow will make these changes if:
|
| 9 |
|
| 10 |
* Comment Workflow is enabled for the node type
|
| 11 |
* The node's comment setting is Read only or Read/Write (Comment Workflow will
|
| 12 |
not alter a Disabled comment setting)
|
| 13 |
* A workflow with three or more states (including creation) is assigned to
|
| 14 |
the node type
|
| 15 |
|
| 16 |
|
| 17 |
Dependencies
|
| 18 |
-------------
|
| 19 |
Comment and Workflow modules
|
| 20 |
|
| 21 |
|
| 22 |
Installation
|
| 23 |
-------------
|
| 24 |
1. copy the comment_workflow directory and all its contents to your modules
|
| 25 |
directory
|
| 26 |
2. enable the module: admin/build/modules
|
| 27 |
3. enable Comment Workflow on one or more node types
|
| 28 |
|
| 29 |
|
| 30 |
Download
|
| 31 |
-------------
|
| 32 |
Download package and report bugs, feature requests, or submit a patch from the
|
| 33 |
project page on the Drupal web site.
|
| 34 |
http://drupal.org/project/comment_workflow
|
| 35 |
|
| 36 |
|
| 37 |
Developers
|
| 38 |
-------------
|
| 39 |
The node content type form has become cluttered with all of the additional
|
| 40 |
settings introduced. Comment-related node content type settings could be
|
| 41 |
grouped in it's own fieldset, comment_options. This module includes a code
|
| 42 |
block to create the fieldset if it does not already exist and move the Default
|
| 43 |
Comment setting to this fieldset which will make the form more intuitive until
|
| 44 |
a standard arises. Feel free to copy the code block into your own modules.
|
| 45 |
|
| 46 |
|
| 47 |
Todo List
|
| 48 |
-------------
|
| 49 |
None
|
| 50 |
|
| 51 |
|
| 52 |
Author
|
| 53 |
-------------
|
| 54 |
John Money
|
| 55 |
ossemble LLC.
|
| 56 |
http://ossemble.com
|
| 57 |
|
| 58 |
Module development sponsored by LifeWire, a subsidiary of The New York Times
|
| 59 |
Company.
|
| 60 |
http://www.lifewire.com
|