Tip: Changing recpatcha theme

drjjw
drjjw
  • drjjw
  • 13 months ago
If you would like to change your recaptcha theme to match your site.

In file:

components/com_communityanswers/templates/default/new_question.php

After line 69, before the code:

<?php if($user->guest && $answersConfig[ENABLE_CAPTCHA]):?>


Paste the following:

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


Replace <theme name here> with one of these themes:

http://wiki.recaptcha.net/index.php/Theme

Enjoy!

Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai