X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ac3aac560f74457ded48ba3b5a14d0bbbf9b6d92..9a99c4c6e2228954b27e1e93e2b66c12a74850ac:/doc/plugins/moderatedcomments.mdwn diff --git a/doc/plugins/moderatedcomments.mdwn b/doc/plugins/moderatedcomments.mdwn index c29b0b052..85bcf652b 100644 --- a/doc/plugins/moderatedcomments.mdwn +++ b/doc/plugins/moderatedcomments.mdwn @@ -1,5 +1,5 @@ [[!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. @@ -8,5 +8,5 @@ By default, all comments made by anyone who is not an admin will be held 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(*)". +`moderate_pagespec` to "`!user(*)`". Or to moderate everyone except for +admins, set it to "`!admin(*)`".