The choosen reCAPTCHA look should depend on what Drupal theme is currently being used.
For example, if you have a red Garland theme, the reCAPTCHA red theme is good. But, if you then change the theme to a clear white Minelli theme, you'd want the reCAPTCHA theme to change white without having to go into the reCAPTCHA settings. How would we accomplish this?
Comments
Comment #1
robloachWe might be able to have a fieldset pop up for all the current Drupal themes allowing the user to choose which reCAPTCHA theme to display for each one.
Comment #2
kthagen commentedWhat about hooking in to the theme settings the way that the themesettingsapi module does. That way, the recaptcha theme can be changed when setting up each theme, and you're not limited to stock themes.
Comment #3
robloachVery cool idea... We could check if the Theme Settings API module is available, and use it if it is to provide per-theme reCAPTCHA looks.
Comment #4
robloachIt would be something like this:
Comment #5
liam morlandVersions prior to Drupal 6 are no longer supported. If this issue still exists in a supported version, please re-open and provide details.