So rewrote my old extension/plugin.
Features:
-Per weblog recaptcha settings
-Per weblog recaptcha private key (if left empty, default one will be used)
You NEED the API keys: http://recaptcha.net/whyrecaptcha.html
-Public Key
-Private Key
Step one: Upload the extension/plugin/language files
Step two: Activate the extension and go into the settings and insert your DEFAULT PRIVATE KEY
Step three: In your CP, go to: Admin > Weblog Administration > Weblog Management and edit each recaptcha settings under “Comment Posting Preferences”
Step four: Go to your template and add the variable to your comment form:
{exp:recaptcha publickey=“YOUR_PUBLIC_KEY” weblog=“some_weblog”}
Step five: Try it out
Step six: Report bugs, feature request etc
publickey=”“ and weblog=”“ are required parameters. Else it will not work.
Depending on your weblog settings the recaptcha will appear/check.
If your weblog settings states that no recaptcha should be done, the {exp:recaptcha} tag will return nothing and no recaptcha check will be done. So no need for {if captcha} stuff.
Take it for a spin.
P.S. Turn off CAPTCHA in your weblog “Comment Posting Preferences” settings (this extension uses it’s own stuff)
