Change the color of Recaptcha.net

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
Locked
Chico Gois
BBCoder II
BBCoder II
Posts: 10
Joined: 08 Mar 2010, 17:00
Contact:

Change the color of Recaptcha.net

Post by Chico Gois »

Hello!

The Recaptcha.net comes standard in the color RED, and depending on your template is not visually pleasing, so we'll see how to change.

Colors supported: 'Red' | 'white' | 'blackglass' | 'clean' | 'custom' (Custom)

Note: For custom theme, the site has full control over the appearance reCAPTCHA.

For more information: http://recaptcha.net/apidocs/captcha/client.html

Open: styles/YOURTEMPLATE/template/captcha_recaptcha.html

Find:

Code: Select all

                           var RecaptchaOptions = {
                              lang : '{LA_RECAPTCHA_LANG}',
Replace with:

Code: Select all

                           var RecaptchaOptions = {
                              theme : 'clean',
                              lang : '{LA_RECAPTCHA_LANG}',
Change theme: 'clean' colors as above

Ps.: Sorry my bad english
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Change the color of Recaptcha.net

Post by cisco007 »

so is this a support question or a snippet?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Change the color of Recaptcha.net

Post by Stoker »

Moved to snippets.
Nice one Chico.

I have changed the one here to "clean"
Board rules! No PM support
Locked