Matt Beckett's plugins:
Creates a sandboxed user for all anonymous comments.
User icon, and display name can be edited through the admin interface.
Displays comment form on public content even when logged out
Anonymous comments protected by reCaptcha - enabled by default
reCaptcha can be toggled on/off, theme can selected in admin settings
reCaptcha API keys editable on admin settings - remember to get your own unique keys
Works for any content that allows comments
Safe to enable/disable!
Funding for this work has been provided through Athabasca University (championed by Dr. Jon Dron) with development support from Anethum Corporation.
Prevents anonymous user from receiving email if auto-subscribed to a group (possible through group_tools)
Option to set ssl for recaptcha - will prevent chrome from whining about unprotected content if your site runs in ssl.
General code cleanup - please completely remove the old version before uploading the new version
Comments
Would it be possible to post pictures too ???
If they're hosted elsewhere, sure. To use the embed plugin anonymously would require further programming.
Matt, I use this one also, and I am wondering...I know your busy and all, but is it possible that you can tell me how I can add a link to the code for someone to be able to register, like this:
These comments are moderated. Your comment will not be visible until reviewed by the content owner. You may also Register for an Account at this website and join for Free.
You can extend the comment view - I don't remember what view that is offhand but if you look at what views this plugin extends you should be able to find it easily enough.
This works well for photos, videos, files, blogs, bookmarks, events, news, pages, polls.
How can I extend it for Questions?
@elgg!gal, I was able to do that by using the Moderate comments plugin (which I suspect you already use) and then modifying 'mod/moderated_comments/languages/en.php' and look for 'moderated_comments:moderated_notice' and modify the string there.
If you aren't familiar with this sort of thing you should backup the file before altering it and if you use any double quotes you have to escape them first with a backslash like so \". It worked great here and I was able to add a link to register without issue. :)