diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-26 13:24:27 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-26 13:24:27 -0400 |
commit | 8dfd5289a970e2a77499a2178c493c2c233ba27e (patch) | |
tree | 5f4906f0cf991dd0dd77316f4587f8a9b4d30994 /doc | |
parent | a8a58a466cd787e4b75328b2e9d689168dd26ba8 (diff) |
moderatedcomments: New plugin to allow comment moderation w/o relying on blogspam.net.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/comments.mdwn | 3 | ||||
-rw-r--r-- | doc/plugins/moderatedcomments.mdwn | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 7e2232411..b6d4d252b 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -45,7 +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. Wiki admins can access the comment moderation queue +held for moderation. (Or with the [[moderatedcomments]] plugin, all +comments will be held.) 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 diff --git a/doc/plugins/moderatedcomments.mdwn b/doc/plugins/moderatedcomments.mdwn new file mode 100644 index 000000000..97924d742 --- /dev/null +++ b/doc/plugins/moderatedcomments.mdwn @@ -0,0 +1,10 @@ +[[!template id=plugin name=moderatedcomments author="[[Joey]]"]] +[[!tag type/auth]] + +This plugin causes [[comments]] to be held for manual moderation. +Admins can access the comment moderation queue via their preferences page. + +By default, all comments made by anyone who is not an admin will be held +for moderation. The `moderate_users` setting can be set to false to avoid +moderating comments of logged-in users, while still moderating anonymous +comments. |