You are here

README.txt in Flatcomments 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 README.txt
  3. 6 README.txt
  4. 7.2 README.txt
Flatcomments is a small module that allows you to force comments to always be
replies to the node, not other comments.

-- Example

 \- comment 1
 \- comment 2

Suppose user replies via the reply link on comment 1:

Without flatcomments:

 \- comment 1
    \- comment 3
 \- comment 2

With flatcomments enabled and flat list display for the content type:

 \- comment 1
 \- comment 2
 \- comment 3


-- Configuration

1. Enable the module.
2. Edit comment settings type.
3. For display mode select either "Flat list - collapsed" or "Flat list - expanded".


-- Remaining problems

You will notice that when replying to a comment you'll see the content of the
'parent' comment, but as soon as you have previewed your comment you will see
the content of the node.


-- Developers

Current maintainer:
Alan Doucette (dragonwize)

Original creator:
Heine Deelstra (http://drupal.org/user/17943/contact)

File

README.txt
View source
  1. Flatcomments is a small module that allows you to force comments to always be
  2. replies to the node, not other comments.
  3. -- Example
  4. \- comment 1
  5. \- comment 2
  6. Suppose user replies via the reply link on comment 1:
  7. Without flatcomments:
  8. \- comment 1
  9. \- comment 3
  10. \- comment 2
  11. With flatcomments enabled and flat list display for the content type:
  12. \- comment 1
  13. \- comment 2
  14. \- comment 3
  15. -- Configuration
  16. 1. Enable the module.
  17. 2. Edit comment settings type.
  18. 3. For display mode select either "Flat list - collapsed" or "Flat list - expanded".
  19. -- Remaining problems
  20. You will notice that when replying to a comment you'll see the content of the
  21. 'parent' comment, but as soon as you have previewed your comment you will see
  22. the content of the node.
  23. -- Developers
  24. Current maintainer:
  25. Alan Doucette (dragonwize)
  26. Original creator:
  27. Heine Deelstra (http://drupal.org/user/17943/contact)