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

Anonymous’s picture

Assigned: Unassigned »
Category: bug » feature

I 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 $title

There is a great reference on the core templates and the variables they support here:

http://drupal.org/node/190815

Thanks!

Anonymous’s picture

These 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.

Anonymous’s picture

Status: Active » Fixed

The reply link has been restored in the CVS HEAD and will be available in the next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)