Description ------------------ Provides a default comment subject: 'Re: [parent comment/node title]'. Comment subject is derived from the node title, or the comment that the new comment is a reply to. If the parent already starts with 're:', it is not added a second time. Users can still edit the comment subject to their liking if comment titles are enabled in the comment settings New features in 6.x-2.x branch: * Token support * some built-in tokens are supported (which don't require token module): [comment-pid] Comment's parent ID (just for parent being another comment, otherwise zero) [comment-parent-title] Paren's title (the parent might be the node or a another comment) [comment-auto-numbering] Auto-numbering with respect to node's comments count * if token module is enabled more tokens become available IMPORTANT NOTES ----------------- * CAUTION: to achieve [comment-auto-numbering] replacement works as expected previous existing comments shouldn't be deleted. Otherwise numbering sequence won't be guaranted (i.e. existing comments won't get updated and new comments will count just existing ones) * Note that not every available pattern makes sense for comment's default subject. Replacements marked with "AFTER submit" require comment subject field to be disabled. Author ----------------- Aldo Hoeben co-maintainers ----------------- arhak http://drupal.org/user/334209 sinasalek http://drupal.org/user/52244