FV Antispam is a powerful and simple antispam plugin. It moves any spambot comments directly to trash and allows Akismet to just deal with human spam.
FV Antispam is a powerful and simple antispam plugin. FV Antispam moves any spambot (machine written) comments directly to the trash and allows Akismet to just deal with human spam.
What makes FV Antispam better than any other solution is the very low CPU load. FV Antispam will not burden your hosting or slow down your server. Other effective antispam plugins may get your hosting cancelled. Really. It happened to us, that’s why we wrote FV Antispam.
Our studies on our own sites have shown that for every 50 human spam comments a popular weblog will have up to 10,000 machine generated spam. With FV Antispam, Akismet finally becomes a usefull tool again allowing you to browse your spam folder and pull out any Akismet false positives. If you use just Akismet, bots fill your whole spam folder with thousands of comments. It’s nearly an impossible task to browse through hundreds or thousands of comments to find one or two false positives.
You can use the built in installer and upgrader, or you can install the plugin
manually.
Test comment submission as non-logged in user after the plugin is installed! Read the FV Antispam Testing guide!
This way your spam folder is not overwhelmed with all the obvious spam messages. So you can look at this folder to check the spam messages detected by Akismet for example. And with new WordPress versions, you can also check the trash folder, to make sure that our plugin works correctly and only deletes what’s really a spam.
Same reason as above question, if a comments is already blacklisted, you don’t want to think about it in spam folder.
When you are logged in you should see a notice above each protected Filled in form. You will also see a warning in wp-admin Dashboard if there is any conflict with your Filled in forms.
Live Comment Preview works, but you have to change the textarea ID in the live-comment-preview.php file on line 124. You can find out that the ID is by looking into the source code of the page with comment form on it. It will be an unique string of seemingly random numbers and letters like “a7391152e”, so use that.
jQuery Comment Preview is not so lightweight as the Live Comment Preview, but you can set the ID in options, so you don’t have to edit files.
Please check your template HTML and CSS for that element. Ideally it should use standard WP comment_form function and the same kind of CSS as the default template (TwentyTen). It needs to have id=”comment”.
Same as above – make sure you use standard WP functions for display of comment forms. When you check out HTML source of your article page with comments bellow it, you should see two textareas – one with ID comment and the other with ID consisting of random numbers and letters. The first one should be set to invisible by this plugin.