flatcomments.info |
flatcomments.info |
|
name = Flat comments
description = Make all comments replies to the main post, regardless of the reply link used.
dependencies[] = comment
core = 6.x |
flatcomments.install |
flatcomments.install |
|
|
flatcomments.module |
flatcomments.module |
|
Make comments replies to the node, regardless of the reply link used. |
flatcomments_existing.admin.inc |
flatcomments_existing/flatcomments_existing.admin.inc |
|
Administrative callbacks to provide the functionality of flattening
previously existing comments. |
flatcomments_existing.info |
flatcomments_existing/flatcomments_existing.info |
|
name = Flat comments existing
description = Remove threading on existing comments.
dependencies[] = comment
core = 6.x |
flatcomments_existing.install |
flatcomments_existing/flatcomments_existing.install |
|
(Un)Install, (dis)enable, and update functions. |
flatcomments_existing.module |
flatcomments_existing/flatcomments_existing.module |
|
Remove threading from existing comments by content type. |
README.txt |
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… |