Quote:
Originally Posted by CeesT
Thanks Magnus, have just installed it and it works fine.
Only the local-language and color does not work in the 'sendmessage.php' (in register.php this works fine), it has default red-color and english language in sendmessage.php, can I change this somewhere in the code ?
And could you give a recipe what to change for implementing this in 'search.php' ?
|
To add support for themes/language in sendmessage.php, perform the following
template edit:
In
contactus:
FIND:
REPLACE WITH:
HTML Code:
<script type='text/javascript'>
var RecaptchaOptions = {
theme : '$vboptions[recaptcha_theme]',
tabindex : $vboptions[recaptcha_tabindex],
lang : '$vboptions[recaptcha_lang]'
};
</script>
<fieldset class='fieldset'>
<legend>$vbphrase[image_verification]</legend>
$imagereg
</fieldset>
That should do the trick.
I haven't done the code for search.php yet, it's on my list.