Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthormightymango
    • CommentTimeOct 15th 2007 edited
     # 1
    Add a 'Honeypot Captcha' to the 'Apply for membership' form.

    The Honeypot extension uses an input box that is hidden using CSS. The idea is that a Spambot will 'see' this input box and fill it with text. Honeypot will reject any application that includes text in this input.

    For more information about 'Honeypot Captchas' see http://haacked.com/archive/2007/09/11/honeypot-captcha.aspx

    There are a couple of issues however that you should be aware of before enabling 'Honeypot':

    - Visually impaired users will 'see' this input box as it will not be invisible to their 'text-readers'.
    - It is possible that a page that uses a 'Honeypot Captcha' might fall foul of Google's Webmaster Guidelines (see below).

    Google does not like pages with hidden DIVs. Their guidelines state that the page as viewed by their webcrawler should be the same as the page viewed by a user. This is to prevent a page including a load of text which is hidden from the user but boosts the page ranking a.k.a 'Cloaking'.

    This extension does not hide any text from the user, just an input box.

    If you are concerned about this issue then my feeling is that you could get Google to ignore the 'people.php' page by using a 'Robots.txt' file with the following entries:

    User-Agent: Googlebot
    Disallow: /people.php


    For more information see:

    http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769

    Future Development
    When I get a moment I'll look at adding a 'Honeypot Captcha' to the 'Post comment' page when 'Guest' postings are allowed.
    • CommentAuthorsstawarz
    • CommentTimeMar 7th 2008
     # 2
    Did you ever add it to Post Comment with Guest Postings? I might have to fork this and add that.
  1.  # 3
    Not had a chance to do the check for 'Guest' postings.
    Will try and do this in the next few days.
Add your comments
    Username Password
  • Format comments as