verbb / comments

A Craft CMS plugin for managing comments directly within the CMS.
Other
137 stars 33 forks source link

Documentation issue: Spam Guard - unsupported? #238

Closed rowansentesy closed 2 years ago

rowansentesy commented 2 years ago

Description I started having a look at the documentation found here with regards to 'Spam Guard' installation https://verbb.io/craft-plugins/comments/docs/feature-tour/anti-spam

I tried to install it, but realized that the plugin is 7 years old and apparently has no support for Craft 3.

Is there a suitable replacement for Spam Guard that is supported and that you can recommend? I suggest you update your docs to remove that suggestion for others in the future.

If by chance there is a way to install this and it is compatible, please let me know how I can go about doing that.

Craft v 3.7.1 Comments v dev-craft-3 as 1.8.7

Regards, Rowan

engram-design commented 2 years ago

Good point, forgot that was in there from the Craft 2 days. May very well need to add support for snaptcha which seems to be the best bet these days.

rowansentesy commented 2 years ago

Thanks for letting me know. Do you have any instructions for how to add snaptcha to Comments at the moment? Or, would you recommend I wait until you officially roll it into a future release?

thanks!

engram-design commented 2 years ago

I can't say I'm actually familiar with snaptcha (yet), but from what I've read it's compatible with most forms, you just might need to add some HTML inputs to the comment form (which would be what our official support would be).

However most of the stuff in snaptcha is covered by our own core spam protection, so depends if you really need it. reCAPTCHA has also proven to be the best overall performer out of any approach.