aBitGone CommentSafe

CommentSafe is a very simple plugin which removes (X)HTML tags you specify from your comments.

Author:Anthony Williams (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.7.1
Plugin version:1.0.0
Added to WordPress repository:19-02-2009
Last updated:19-02-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://abitgone.co.uk/projects/commentsafe
Total downloads:1 686
plugin download
Click to start download

CommentSafe is a really simple plugin that I've written for WordPress. Very simply, it takes a list of (X)HTML tags - which you can specify through the admin interface - and does one of three things with those tags, when they're found in your comments:

  1. Strip tags (example: A <b>bold</b> choice becomes A bold choice - default)
  2. Convert tags (example: A <b>bold</b> choice becomes A &lt;b&gt;bold&lt;/b&gt; choice)
  3. Remove tags and content (example: A <b>bold</b> choice becomes A choice)

The comments are changed before being saved to your WordPress database so that, if you decide to uninstall or deactivate CommentSafe, your comments will remain sanitised and safe.

For further information and updates, see http://abitgone.co.uk/projects/commentsafe.