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

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

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


Revision 1.1 - (show annotations) (download)
Fri Jul 4 08:07:17 2008 UTC (16 months, 3 weeks ago) by gestaltware
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
File MIME type: text/plain
Initial Release for Drupal 5.x
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

  ViewVC Help
Powered by ViewVC 1.1.2