faraz Posted September 5, 2010 Report Share Posted September 5, 2010 Hi How can i change recaptcha theme ? <script type="text/javascript"> var RecaptchaOptions = { theme : 'theme_name' }; </script> Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 6, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted September 6, 2010 Moderators Report Share Posted September 6, 2010 Where is the script? I have searched the templates but cant find it. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 6, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators mark1million Posted September 6, 2010 Moderators Report Share Posted September 6, 2010 Works a treat, Thanks Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted September 7, 2010 Moderators Report Share Posted September 7, 2010 not working here :-) Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted September 9, 2010 Administrators Report Share 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 Link to comment Share on other sites More sharing options...
Moderators joeri Posted September 9, 2010 Moderators Report Share Posted September 9, 2010 yes i did Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted September 9, 2010 Moderators Report Share Posted September 9, 2010 working now major bummer for myself i was uploading it to my local hdd Quote Link to comment Share on other sites More sharing options...
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.