=== Akismet Spam Counter Widget === Contributors: viperfang Donate link: http://viperfang.net Tags: akismet, spam, widget, display, counter, text Requires at least: 2.0.2 Tested up to: 2.8.2 Stable tag: 1.0 A sidebar widget that allows custom display of the amount of spam blocked by akismet. == Description == A text based widget that allows you to display the count of spam that Akismet has blocked. It also allows you to wrap this figure in any way you wish, then add it to your sidebar! This is a simple yet effective plugin come widget. Enjoy! == Installation == 1. Upload `vfn-akismet-spam-counter-widget.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Add it to your sidebar via the admin widgets interface 1. Give it a title and some info to display usng the tokens below 1. Enjoy! == Frequently Asked Questions == = I want in my widget too! how? = Please follow the link to my website and make a comment on that post. Assuming the request is reasonable, it should be updated shortly. = What tokes are currently supported? = The available tokens are: * !akismettotal! - Total number of spam items blocked by akismet * !currentspam! - Number of items currently in your spam box * !approved! - Number of comments that have been approved. If you have no moderation, this is all non-spam * !unapproved! - Messages that are not spam and that have not been aprroved. If you have moderation disabled, this will always be zero. == Changelog == = 1.0 = * Initial version