Change recaptcha theme
Posted: 06 Apr 2012, 10:08
I would like to change to default theme of recaptcha and use "blackglass".
In my Kunena forum and Jomsocial there is a setting to change the theme used by recaptcha.
Is there a way i can do this for the phoca guestbook?
I found code below in kunena, can i add this to the guestbook somehow to change the appearance?And if im not sure where and how to add it? recaptchalib.php?
Is it possible the option to set recaptcha theme is added to the phoca guestbook options in a future release?
EDIT: sorry i made a new topic, i now see viewtopic.php?f=2&t=19108 and thats the same question, but no reply so far.
In my Kunena forum and Jomsocial there is a setting to change the theme used by recaptcha.
Is there a way i can do this for the phoca guestbook?
I found code below in kunena, can i add this to the guestbook somehow to change the appearance?
Code: Select all
<script type="text/javascript">
<!--
var RecaptchaOptions = {
theme : "blackglass"
};
//-->
</script>
Is it possible the option to set recaptcha theme is added to the phoca guestbook options in a future release?
EDIT: sorry i made a new topic, i now see viewtopic.php?f=2&t=19108 and thats the same question, but no reply so far.