I always expect Drupal comments to bear at least "new" tag, or a different coloring for the specific comment, if it hasn't been read by the user already. This isn't working on this forum and I'm usually compelled to goto #new fragment and ride the complete discussion :P
You are hereForums / Suggestions / Can't distinguish read & unread comments.
Can't distinguish read & unread comments.
27 November, 2008 - 16:35
Can't distinguish read & unread comments.
Tags:
27 November, 2008 - 21:22
#1
Man! You are the drupal expert. You suggest whats wrong here?
27 November, 2008 - 23:04
#2
Check for $new usage in comment.tpl.php. If it isn't there, copy the tag line from garland and adjust it (would take 30 seconds). Even otherwise, you may want to pastebin comment.tpl.php so that I can suggest something decent.
29 November, 2008 - 10:37
#4
Add the following to your CSS:
.comment-new {
background:transparent url(http://i38.tinypic.com/2nc4awm.png) no-repeat scroll 99% 4%;
}
:)

