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).

Comments

javanaut’s picture

I'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"?

moshe weitzman’s picture

i don't think thats a permission so much as an admin preference.

killes@www.drop.org’s picture

I 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".

javanaut’s picture

It'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.

wwwoliondorcom’s picture

Post comments anonymously when logged ?

Hi, as this patch is quite old do you know any new method for this function ?

Thanks.

geneticdrift’s picture

Issue tags: +module, +anonymous comments
StatusFileSize
new1.64 KB

This 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.

wwwoliondorcom’s picture

Great, will try it !

Thanks a lot.