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.