]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/moderatedcomments.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / moderatedcomments.mdwn
index 97924d742a1ea5d7184ef8ab44d6f2adb30cbea4..85bcf652b57a21aea45628bed265c4eec9f18bc4 100644 (file)
@@ -1,10 +1,12 @@
 [[!template id=plugin name=moderatedcomments author="[[Joey]]"]]
-[[!tag type/auth]]
+[[!tag type/auth type/comments]]
 
 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.
+for moderation. The `moderate_pagespec` setting can be used to specify a
+[[ikiwiki/PageSpec]] to match comments and users who should be moderated.
+For example, to avoid moderating comments from logged-in users, set
+`moderate_pagespec` to "`!user(*)`". Or to moderate everyone except for
+admins, set it to "`!admin(*)`".