Comments Module
Comments Module allows your members to comment on individual pages. This can be used for comments on an article, blog post, or a section on a help-wiki where a member can ask a question.
Syntax
[[module Comments]]
[[module Comments title="custom title"]]
Theme Info
HTML
<div class="comments-box"> <h1>Comments</h1> <div class="options" id="comments-options-hidden" style="display: none"> <a href="JS"show comments</a> </div> <div class="options" id="comments-options-shown" > <a href="JS">hide all comments</a> | <a href="JS">unfold all</a> | <a href="JS">fold all</a> </div>
Note: HTML listing is incomplete.
CSS
CSS Selector | HTML Tag | Description |
---|---|---|
.comments-box | <div> | contains the entire comments area generated by the Comments Module. |
.comments-box .options | <div> | contains the options for each post and "fold" |
#comments-options-hidden | <div> | contains the 'hidden' version of comment options |
#comments-options-shown | <div> | contains the 'shown' version of comment options |
Note: This listing is incomplete.
Related Pages
How To
Categories: Community : Forums : Wiki Guide |