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

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

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


Revision 1.1 - (show annotations) (download)
Sun Jul 6 04:50:13 2008 UTC (16 months, 3 weeks ago) by gestaltware
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
File MIME type: text/plain
Initial Release for Drupal 5.x
1 $Id$
2
3
4 Description
5 -------------
6 Comment Dialogue facilitates a discussion between node authors and one or more
7 role groups. The module sends an email notification to members of selected
8 roles when a node author posts a comment to their own node and notification
9 back to the node author when anyone else posts a comment on the node. Comment
10 Dialogue can be enabled per node type. There are no subscription options or the
11 ability to "opt out" of notification.
12
13 It is recommended that access is restricted to just the node author and the
14 role groups to view nodes and post comments where Comment Dialogue is enabled,
15 for example with Content Access.
16
17
18 Dependencies
19 -------------
20 Comment module
21
22
23 Installation
24 -------------
25 1. copy the comment_dialogue directory and all its contents to your modules
26 directory
27 2. enable the module: admin/build/modules
28 3. configure the module: admin/settings/comment_dialogue
29 4. enable Comment Dialogue on one or more node types: admin/content/types
30
31
32 Download
33 -------------
34 Download package and report bugs, feature requests, or submit a patch from the
35 project page on the Drupal web site.
36 http://drupal.org/project/comment_dialogue
37
38
39 Developers
40 -------------
41 The node content type form has become cluttered with all of the additional
42 settings introduced. Comment-related node content type settings could be
43 grouped in it's own fieldset, comment_options. This module includes a code
44 block to create the fieldset if it does not already exist and move the Default
45 Comment setting to this fieldset which will make the form more intuitive until
46 a standard arises. Feel free to copy the code block into your own modules.
47
48
49 Todo List
50 -------------
51 None
52
53
54 Author
55 -------------
56 John Money
57 ossemble LLC.
58 http://ossemble.com
59
60 Module development sponsored by LifeWire, a subsidiary of The New York Times
61 Company.
62 http://www.lifewire.com

  ViewVC Help
Powered by ViewVC 1.1.2