Quote Originally Posted by lidlchris View Post
all of a sudden i'm having a problem with pickupman's plugin.. the captcha seems to be working fine from the front end but there is nowhere to edit it in the admin.. there is nothing under 'configuration' for 'recaptcha'.. Plus i am getting hit with hundreds of spam emails from my contact page with this captcha on it - for the last 4 weeks. http://www.swordsofhonor.com/index.p...age=contact_us
It's been awhile since I worked on the code in this plugin, but you have two options for the admin side. The plugin should create a link under Admin->Configuration. Either scenario, please copy down your reCaptcha information before proceeding.

1. Since ZC v1.5 and higher, admin menu links have to added to the system to show on the admin menus. You can do this manually by finding the configuration group id and entering the correct values to add the menu. The config key value is 'configRecaptcha'.

2. Uninstall the plugin, and try reinstalling it. Specifically the admin files. My code should have automatically installed the admin menu link itself. Navigate to the Admin home page. Then add to the end of the url: index.php?remove_recaptcha=yes
So the url would look like http://yoursite.com/YOUR-ADMIN-FOLDE..._recaptcha=yes After the page loads, it should display a link to reinstall itself.

The latest version maybe downloaded from here:
https://bitbucket.org/pickupman/zenc...ha/get/tip.zip