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

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

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


Revision 1.2 - (show annotations) (download)
Tue Oct 20 02:36:43 2009 UTC (5 weeks, 4 days ago) by dragonwize
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-7--2
Changes since 1.1: +22 -13 lines
File MIME type: text/plain
Updating HEAD with latest 6-2.0 branch to prepare for D7 upgrade.
1 Flatcomments is a small module that allows you to force comments to always be
2 replies to the node, not other comments.
3
4 -- Example
5
6 \- comment 1
7 \- comment 2
8
9 Suppose user replies via the reply link on comment 1:
10
11 Without flatcomments:
12
13 \- comment 1
14 \- comment 3
15 \- comment 2
16
17 With flatcomments enabled and flat list display for the content type:
18
19 \- comment 1
20 \- comment 2
21 \- comment 3
22
23
24 -- Configuration
25
26 1. Enable the module.
27 2. Edit a content type.
28 3. Under the "Comment settings" section select a "Default display mode" of either
29 "Flat list - collapsed", "Flat list - expanded", or
30 "Orderable flat list - expanded".
31
32 4. (Optional) Hide reply links on comments by checking the
33 "Do not show reply link on comments" checkbox at the bottom of the
34 "Comment settings" section.
35 5. (Optional) Use the "Flat comments existing" sub-module to remove threading
36 from existing comments on a per content type basis.
37 (Recommended: Disable the "Flat comments existing" sub-module after use.)
38
39 -- Developers
40
41 Current maintainer:
42 Alan Doucette (dragonwize)
43
44 Original creator:
45 Heine Deelstra (http://drupal.org/user/17943/contact)

  ViewVC Help
Powered by ViewVC 1.1.2