Not a developer? Go to MovableType.com

Documentation

AuthorCommentResponses

This template tag is used to retrieve a list of all the comments that have followed comments left by the author currently in context.

In other words, say Joe leaves a comment on entry foo. Then Jay, Kate and Ezra leave comments after Joe. This template tag will retrieve all the comments left by Jay, Kate and Ezra on entry foo, in addition to all of the comments left by other users on other posts that Joe has commented on.

Attributes

This template tag uses all the same attributes as the MTComments template tag, excluding MultiBlog related attibutes such as include_blogs, exclude_blogs and blog_ids.

Back

1 Comment

Beau Smith

Beau Smith on June 16, 2009, 10:32 a.m. Reply

This tag doesn’t do necessarily do what it should do. Case 100507 describes the desired behavior in more detail:

If a tag is called “AuthorCommentResponses” it should display a list of responses to a particular author’s comments… not list comments that were left after a particular author’s comment.

More specifically, this tag should return comments (ordered by date) which have one of the author’s comments as a parent comment id.