Hi,
I'd like to use threaded comments on my site, and my 'story' content type is set to that. But when people comment on my site, there is no "reply to this comment" link, everything is just flat. Why does Nitobe seem to ignore the setting for comments to be threaded.
Also, the comment form asks for users to input a subject line, but the theme doesn't output that on the node. What variable contains the comment's subject line?
Thanks for any help,
Alex
Comments
Comment #1
Anonymous (not verified) commentedI will work on adding this feature. The theme wasn't originally designed for threaded comments or comment subjects, so that functionality isn't there at all.
In the mean time, the variable in comment.tpl.php for the comment subject is
$titleThere is a great reference on the core templates and the variables they support here:
http://drupal.org/node/190815
Thanks!
Comment #2
Anonymous (not verified) commentedThese features are being worked on for the next release.
I've created a separate issue for the subject line problem:
#302230: Comment subject line preference not honored.
Comment #3
Anonymous (not verified) commentedThe reply link has been restored in the CVS HEAD and will be available in the next release.
Comment #4
Anonymous (not verified) commented