diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 19:04:45 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 19:04:45 -0500 |
commit | 7a7e28c55f1ffa64eedbaf36ee1729c6bbd27762 (patch) | |
tree | 539ce3221f97c1d23061e5c6782f205b0b7964bc /doc | |
parent | 9a5085e5126d1f76d28a4438b1527659183477b5 (diff) |
add a button to prefs page for comment moderation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/comments.mdwn | 8 | ||||
-rw-r--r-- | doc/wikitemplates.mdwn | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 4cee3b9ad..c13a6daa6 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -45,6 +45,8 @@ There are some global options for the setup file: ## comment moderation If you enable the [[blogspam]] plugin, comments that appear spammy will be -held for moderation. These comments are stored in -`.ikiwiki/comments_pending/`, and can be deleted, or moved into the -wiki's srcdir to be posted. +held for moderation. Wiki admins can access the comment moderation queue +via a button on their Preferences page. + +The comments are stored in `.ikiwiki/comments_pending/`, and can be +deleted, or moved into the wiki's srcdir to be posted. diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index dc217cd30..fc5893677 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -33,6 +33,8 @@ located in /usr/share/ikiwiki/templates by default. by the [[plugins/comments]] plugin. * `editcomment.tmpl` - This template is the comment post form for the [[plugins/comments]] plugin. +* `commentmoderation.tmpl` - This template is used to produce the comment + moderation form. The [[plugins/pagetemplate]] plugin can allow individual pages to use a different template than `page.tmpl`. |