Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 01:21 UTC
Updated:
10 Jul 2008 at 17:12 UTC
The default comment settings for “Default display order” are “Date - newest first”, but this is just silly.
Every known language reads a page from top to bottom, so when reading a comment discussion, why do we show responses before the comment that generated the response?
This is a big usability error, IMO.
Here’s the patch to fix it.
| Comment | File | Size | Author |
|---|---|---|---|
| default-comment-display-order.patch | 1.58 KB | johnalbin |
Comments
Comment #1
Susurrus commentedNot really a bug...
Comment #2
johnalbinFair enough…
Comment #3
catchDefinitely a bug. More drastic approach here: http://drupal.org/node/191499 but I like this one.
Comment #4
catchComment #5
dman commentedJust to temper the hyperbole ...
Top-posted comments are totally useful in emails, mailing lists and even usenet. So there's a time-tested reason for that option to exist. There's probably even a few studies on it.
BUT I totally agree that when the primary interface is a web page (not push media) forum, it's not right.
Hm, it's probably do do with the way folk use similar but different 'forums' or BBs. In CMS's they don't quote each other nearly as much. ... which is almost certainly another factor. With the history available and threaded, there's not so much quoting going on. Maybe people just had to stop treating it like an email list.
And off the top of my head, YouTube does this, posting most recent comments at the top.
Oh yeah, OK, please please let's not be like YouTube!
I DO support the proposal, and think the default should be read down.
I'm just adding some context. Most decisions in history that look wrong now were a good idea at the time :-)
Comment #6
dries commentedI agree that this is a bug. I'm also happy to go with the more aggressive approach at http://drupal.org/node/191499.
Comment #7
johnalbin#191499: Remove "Display order" from comment settings was committed!