Thanks for this -- i've got it up and workin on my 4.7 site.

any chance for support for recaptcha's theming options:

see http://recaptcha.net/apidocs/captcha/

Look & Feel Customization

You can optionally customize the look of the reCAPTCHA widget with some JavaScript settings. To use these settings, insert a

tag that defines a dictionary called RecaptchaOptions. The following dictionary fields can be set: Key Possible values Default value Meaning theme 'red' | 'white' | 'blackglass' 'red' Defines which theme to use for reCAPTCHA tabindex any integer 0 Sets a tabindex for the reCAPTCHA text box. If other elements in the form use a tabindex, this should be set so that navigation is easier for the user As an example this script tag makes the reCAPTCHA have a white theme and have tabindex 2: var RecaptchaOptions = { theme : 'white', tabindex : 2 };

i'd love to be able to use the 'white' theme.

Thanks again for helping us help out the Internet Archive!

/jt

Comments

robloach’s picture

Title: add support for recaptcha themes? » reCAPTCHA Themes
Version: 4.7.x-1.0 » 5.x-2.0
Assigned: Unassigned » robloach

Great idea.... I'll work on putting it into the 5.x branch, and then hopefully it will eventually be ported to the 4.7.x branch.

robloach’s picture

Version: 5.x-2.0 » 5.x-1.x-dev
Status: Active » Fixed

Commit 78083.... Check your reCAPTCHA settings now for a "Theme Settings" option.

kthagen’s picture

Version: 5.x-1.x-dev » 4.7.x-1.x-dev

4.7 version now committed to dev. Commit 78415

robloach’s picture

Thanks!

jtrant’s picture

Title: reCAPTCHA Themes » reCAPTCHA Themes: 4.7 version now up and running

thanks for the quick turn-around on this request!

jt

robloach’s picture

I made the tabindex in the theme settings is optional. It also validates as an integer.

kthagen’s picture

Optional tab index (with validation) committed for 4.7

robloach’s picture

......You're fast ;-) .

Anonymous’s picture

Status: Fixed » Closed (fixed)