Templates: Junecode: commentmessage
This documentation was updated on Tuesday, February 24, 2009 at 3:25 AM
Inserts a message giving different feedback on the comment. It must appear inside of a <junecode:comments> tag. It should always be included in your template if comments will be enabled. It will be wrapped in a <div> tag with the class “commentmessage”.
Attributes
text: the text to insert before any error messages. The default is “This is a preview only. Click the Add Comment button to add your message.”
value: any text to insert if the comment is a preview. The text attribute will be ignored, error messages will not be included, and the output will not be wrapped in a <div>.
Example
<junecode:comments>
<junecode:commentmessage />
<h3><junecode:commentname /> said on <junecode:commentdate />:</h3>
<junecode:commenttext />
</junecode:comments>