The comments subject header (the comment title given by the commenter) doesn't appear in the comments listing. Actually this happens if the comments are expanded (threaded or flat), and if collapsed they appear.

Attaching screencap of comments on the GlossyBlue demo site.

I don't know if this is by design so not reporting this as a bug -- though not sure why it would be deliberately hidden. Didn't find anything on this.

Anyway, I'm going to try to tweak the comment.tpl.php to get it working. Unless you have some suggestions.

CommentFileSizeAuthor
Picture 1.png21.75 KBnuphile

Comments

nuphile’s picture

Priority: Normal » Minor

just as a follow-up, I've changed the second line of comment.tpl.php file like so:

<cite><?print $title ?> <span style="font-weight:lighter; color:#333353">submitted by</span> <?php print t('!username', array('!username' => theme('username', $comment))); ?></cite> <!--Says:--> 

which gave me exactly what I wanted...

anyway, at this point I wouldn't call this is a support request, but again not sure if this is by design or a bug... if by design, then at least it would be nice to have the option somehow to restore it

itapplication’s picture

Status: Active » Closed (won't fix)