• I seem to be getting bombarded with Spam messages at the moment which ever captcha I use. Is it possible to use 2 like the maths equation and a Antispam image. They do get blocked and go to the spam folder but I have also set we have to review messages as well. It is getting bombarded on whichever Captcha I use.

    Cheers
    Payenardo

    http://wordpress.org/extend/plugins/dmsguestbook/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author danielschurter

    (@danielschurter)

    Are you using Akismet?

    Thread Starter payneardo

    (@payneardo)

    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 🙂

    Plugin Author danielschurter

    (@danielschurter)

    I suggest you using reCaptcha, you can activate this on DMSGuestbook.

    Thread Starter payneardo

    (@payneardo)

    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 🙂

    Plugin Author danielschurter

    (@danielschurter)

    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

    Thread Starter payneardo

    (@payneardo)

    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 ??

    Thread Starter payneardo

    (@payneardo)

    just added the option in to the mysql datbase and this also didnt change anything 🙁 part from the rest of the text

    Plugin Author danielschurter

    (@danielschurter)

    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

    Thread Starter payneardo

    (@payneardo)

    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 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: DMSGuestbook] Captcha’ is closed to new replies.