On 12 Mag, 10:44, Stefan Scholl <[email protected]> wrote:
> Hi!
>
> Is there a CAPTCHA feature for Habari that doesn't bypass moderation?
>
> The current plugin I found just publishes every comment that has the
> CAPTCHA code correct. I'm looking for something that prevents spam and
> then leaves it to the admin to moderate the comment.

Hi Stefan,
  the only Captcha plugin for Habari is the one written by Eugene Wee
[1]. You may ask him to make the bypass an option. Otherwise, you may
change line 52 of captcha.plugin.php to
    $comment->status = Comment::STATUS_UNAPPROVED;
  which will send all comments into the moderation queue (if I get it
right). Then you should change the event log in line 53 accordingly.
  You may also try Spam Honeypot [2] which tricks spambots into
filling an invisible textarea.
    Massimiliano

[1] https://launchpad.net/habari-captcha
[2] http://www.habariproject.org/dist/plugins/spamhoneypot.zip
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to