Posted by homerzzz on September 9, 2009 at 2:00am
Jump to:
| Project: | AJAX Comments |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The comments subject module is designed to default the comment subject to the parent comment. Ajax comments uses the node's subject instead of the parent subject.
Comments
#1
tough one
it re-uses the same form, that's why you see the effect of being replying to the node's title
is just the comment form built
how could ajax_comments guess/handle/support having the proper subject for each comment?
that would require being comment_subject aware
would have to load every comment's subject (for comments being displayed) and build the candidate subject for new comments replying to it (building a comment form for each one would be too expensive, knowing how to support comment_subject to give it the chance to act would require knowing how it works)
I would like to see ajax_comments supporting comment_subject, moreover now that branch 2.x brought token support
but actually this hasn't have a great demand on it
and incidentally, having the subject disabled works fine
#2
This is a must have, else one has just users in the comment RSS and in the blocks. For discussion one must have the comment subject. I had to revert back to 1.8 (the latest official release) and need it to work with comment subject form.
#3
marked #820530: ajax comments do not include comments_subject auto comment subjects as a duplicate of this
#4
Is this still an issue? Can you provide more details - it sounds like it may have been working in 1.8 but not in -dev?