This patch adds a checkbox that logged in users see when posting comments that allows them to post anonymously without having to log out first. Still needed would be a permission surrounding it that could be enabled/disabled, as I would imagine that not all sites would want their users to be able to comment anonymously (even if they were required to login first).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | anonym_comment-6.x-1.0.tgz | 1.64 KB | geneticdrift |
| comment.post_anonymously.patch | 1.64 KB | javanaut |
Comments
Comment #1
javanaut commentedI'm changing this to status: patch so that it gets seen. I'm not sure what an appropriate mechanism would be to make it optional. Would that be a permission "allow logged in users to post anonymously"?
Comment #2
moshe weitzman commentedi don't think thats a permission so much as an admin preference.
Comment #3
killes@www.drop.org commentedI really don't see why you'd want that feature. I really don't see this patch make it to drupal core. it's rather esoteric. Setting to "won't fix".
Comment #4
javanaut commentedIt's actually quite common in online communities. Many users just logout to comment anonymously on systems that don't have such a feature. This is merely a matter of convenience.
Comment #5
wwwoliondorcom commentedPost comments anonymously when logged ?
Hi, as this patch is quite old do you know any new method for this function ?
Thanks.
Comment #6
geneticdrift commentedThis is an old thread but I got here looking for the exact same answer. Finally I created a small module for Drupal 6 that lets the administrator allow authenticated users to comment anonymously.
If anyone is interested the module is attached.
Comment #7
wwwoliondorcom commentedGreat, will try it !
Thanks a lot.