CMS MADE SIMPLE FORGE

Captcha

 

[#3294] choose reCaptcha themes

avatar
Created By: Chuck Norton (chuckienorton)
Date Submitted: 2009-04-13 12:39

Assigned To:
Resolution: Accepted
State: Open
Summary:
choose reCaptcha themes
Detailed Description:
recaptcha has 3 other themes besides default... can we add a drop down to choose
between theme.

Only thing that needs to be added following 3 lines on line 122 of
recapchalib.php:

 <script type="text/javascript">
 var RecaptchaOptions = {
    theme : '<theme name here>'
 };
 </script>

theme options are here: http://wiki.recaptcha.net/index.php/Theme

History

Comments
avatar
Date: 2012-02-16 06:54
Posted By: cleatus mcfarlan (cleatus)

for anyone seeing this...you can just add 

{literal}<script type="text/javascript">
 var RecaptchaOptions = {
    theme : '<theme name here>'
 };
 </script>{/literal}

in the head section of the template the page  in question is using.
      
avatar
Date: 2016-05-22 06:44
Posted By: Fernando Morgado (JoMorg)

Although Captcha now is using reCaptcha V2, the concept still applies: there are
(it seems) 2 possible themes. Should be available in next major release (Captcha
1.0). Thanks.
      
Updates

Updated: 2016-05-22 06:44
resolution_id: => 6