meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin:discussion [2010/08/26 10:52] laakkone |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== discussion - plugin to include discussion area to wiki pages ====== | ||
- | |||
- | * [[http://www.dokuwiki.org/plugin:discussion | Discussion plugin homepage]] | ||
- | |||
- | ===== How to use ===== | ||
- | |||
- | To add discussion area to the bottom of dokuwiki page put one of following code lines at your dokuwiki page: | ||
- | |||
- | <code>~~DISCUSSION~~ (adding discussion area) | ||
- | ~~DISCUSSION:off~~ (removing discussion area) | ||
- | ~~DISCUSSION:closed~~ (closing commenting) | ||
- | ~~DISCUSSION|Custom Title String~~ | ||
- | ~~DISCUSSION:closed|Custom Title String~~ | ||
- | </code> | ||
- | |||
- | To get list of dokuwiki pages which contains discussion, use following code: | ||
- | |||
- | <code>{{threads>[namespace]&[flags]}}</code> | ||
- | |||
- | {{threads>.}} | ||
- | |||
- | ~~DISCUSSION~~ | ||