Comments
From Movable Type
This module is used to display the comment form to the user and to display any comments already made for the entry.
This module is included by the following:
This module includes the following:
<MTIfCommentsActive> <div id="comments" class="comments">
If the Comment Preview template is being shown, show the Comment Form
<MTIf name="comment_preview_template"> <$MTInclude module="Comment Form"$> </MTIf>
Display any comments already made on the entry or page
<MTComments> <MTCommentsHeader> <h2 class="comments-header"><$MTEntryCommentCount$> Comments</h2> <div class="comments-content"> </MTCommentsHeader> <$MTInclude module="Comment Detail"$> <MTCommentsFooter> </div> </MTCommentsFooter> </MTComments>
Display the comment form to the viewer unless the Comment Preview template is being shown
<MTUnless name="comment_preview_template"> <$MTInclude module="Comment Form"$> </MTUnless> </div> </MTIfCommentsActive>