Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 13:02 UTC
Updated:
27 Jan 2006 at 11:20 UTC
I run a flat forum, to make it less confusing for phpbb users. The reply link on each comment is unnecessary and confusing, and will generate threaded comments, which I don't want (due to problems with deleting comments with children and whatnot).
This patch allows you to to turn that off.
| Comment | File | Size | Author |
|---|---|---|---|
| comment.reply.link.patch | 1.7 KB | Wesley Tanaka |
Comments
Comment #1
moshe weitzman commentedthis should be hidden by the theme IMO
Comment #2
varunvnair commentedTill now I was under the impression that setting Default display mode (in admin » comments » configure » Comment viewing options) actually made all the comments unthreaded i.e. really flat. I just realised that comments are always threaded and only the display of comments can be set to threaded or flat. In such a scenario it would be better if the theme handled the hiding of the 'Reply' link.
However making comments actually flat (not the display only) should be considered. If the comments were actually flat then the hiding of the link should be done by the comment module and not by the theme developer.
Comment #3
Wesley Tanaka commentedThe comments are flat, if all replies are created with the comment form instead of via one of the reply links. By suppressing the per-comment reply link, you can be fairly certain that (modulo people typing in a comment-specific reply URL manually) the comments on your nodes will all directly be children of the node instead of other comments.
Comment #4
Marandb commentedOk... Sounds like removing the reply link via the theme is the best option. So, what is the best way to go about doing this? I am sure it varies a little bit from theme to theme (engines?). Lets start with PHPTemplate.
This bugs me alot on my site & would make moderating comments ALOT easier if the reply was done away with (in a flat list scenario).
Is this the proper place for this or do we start another thread. Please let me know.
-- Marand B.
Comment #5
Wesley Tanaka commentedI haven't looked into that yet, I just run my site with the attached patch.