T thomo New Member Apr 14, 2014 3 0 0 Oct 20, 2014 #1 Hi, how can i Change the style from the reCaptcha? Google provides some "themes" and Standard is the red one. I prefer the White one and wanne Change this, BUT WHRE and HOW? Anybody can help me with this?
Hi, how can i Change the style from the reCaptcha? Google provides some "themes" and Standard is the red one. I prefer the White one and wanne Change this, BUT WHRE and HOW? Anybody can help me with this?
Y ysmods New Member Jan 29, 2013 860 1 0 UK www.ysmods.com Oct 20, 2014 #2 Try this: Open /core/includes/recaptcha/recaptchalib.php Find on line 122: Code: return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script> Replace with: Code: return '<script>var RecaptchaOptions = {theme : \'white\'};</script><script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
Try this: Open /core/includes/recaptcha/recaptchalib.php Find on line 122: Code: return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script> Replace with: Code: return '<script>var RecaptchaOptions = {theme : \'white\'};</script><script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
T thomo New Member Apr 14, 2014 3 0 0 Oct 20, 2014 #3 THANKS! Works fine for me. Have a nice day thomo