Yes I have turned it on but getting about 9 or 10 posts a day. They are captured by the spam filter but wanted to try and stop the bots from posting at all 🙂
I suggest you using reCaptcha, you can activate this on DMSGuestbook.
I have tried reCaptcha and will give it another go as wasnt get as much. Sorry but is it possible to change the text colour on the reCaptcha as it is black text and black background 🙂
Copy this code on top of dmsguestbook.php, before <?php.
<script type="text/javascript">
var RecaptchaOptions = {
lang : 'en',
theme : 'blackglass'
};
</script>
See: reCaptcha Customizing for more options.
Greetings,
Dani
Thanks I have tried all of the themes but it stil keeps putting a black background with black text ?? I have even changed the background colour using the css options with the module. My theme is a black theme and that seems to be the problem. The other text is blue and a grey background apart from the recaptcha ??
just added the option in to the mysql datbase and this also didnt change anything 🙁 part from the rest of the text
DMSGuestbook css settings has no effect on reCaptcha theme.
If you don’t like to post your website here send me an e-mail on
DMSGuestbook [ät] DanielSchurter (dot) Net
included with website link. After that I will take a look on it as soon as possible.
Dani
Cheers but just cracked it 🙂
I added the following code in the Custom CSS scripts and it has changed the colours of the background and the font 🙂 Not had chance to “smooth it out as they is probably extra code in there but it works 🙂
### Start of Code ###
input, textarea, select, select:active, input:focus, textarea:focus, select:focus { background-color: #CCCCCC;
color: #990000;
}
### End of Code ###
The website is http://www.mysonjoe.com/joes-guestbook/
I will come back and remove the link later but just in case you wanted to see it 🙂