Comments
Description
Inserts page discussion below page contents. A very useful module if you want to comment contents of the page.
Attributes
| attribute | required | allowed values | default | description |
|---|---|---|---|---|
| hide | no | "true" | none | hides the discussion and requires user click to show it |
| title | no | text string | "Comments" | shows alternate heading for the comments block |
Examples
Initially hidden discussion.
[[module Comments hide="true"]]
Full discussion within a page.
[[module Comments]]
Make the comments block be listed in [[toc]] (by disabling the default heading and insert a heading manually):
+ Comments
[[module Comments title=""]]