faraz Posted September 5, 2010 Report Posted September 5, 2010 Hi How can i change recaptcha theme ? <script type="text/javascript"> var RecaptchaOptions = { theme : 'theme_name' }; </script> Quote
Administrators simpilot Posted September 6, 2010 Administrators Report Posted September 6, 2010 I never even thought about it but found this with a quick google search. Pretty cool option. http://wiki.recaptcha.net/index.php/Theme Quote
Moderators mark1million Posted September 6, 2010 Moderators Report Posted September 6, 2010 Where is the script? I have searched the templates but cant find it. Quote
Administrators simpilot Posted September 6, 2010 Administrators Report Posted September 6, 2010 - It took me a bit too, never did find it. I read through the how to at reCaptcha and followed their guidelines and got it to work. I put it right before the reCaptcha section of my registration form. <script type="text/javascript"> var RecaptchaOptions = { theme : 'white' }; </script> <label>reCaptcha</label> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> Quote
Moderators mark1million Posted September 6, 2010 Moderators Report Posted September 6, 2010 Works a treat, Thanks Quote
Moderators joeri Posted September 7, 2010 Moderators Report Posted September 7, 2010 not working here :-) Quote
Administrators simpilot Posted September 9, 2010 Administrators Report Posted September 9, 2010 not working here :-) Did you put it in your registration form template right before the call for the reCaptcha? I could not get it to work form the module... Quote
Moderators joeri Posted September 9, 2010 Moderators Report Posted September 9, 2010 working now major bummer for myself i was uploading it to my local hdd Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.