Please don't prepopulate the Your name field on comments with Anonymous. This encourages less-detailed identity information.
Leave it blank instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drupal.comment-author-anon.5.patch | 1.64 KB | sun |
| #2 | anonymous-commenting.patch | 711 bytes | mr.baileys |
Comments
Comment #1
yoroy commentedNice one. Worthy of a patch imo. Good example of the 'Provide sane defaults' UX strategy. Assuming anonymous here is worse than leaving blank.
Comment #2
mr.baileysThis should do the trick.
Comment #4
Tom Ash commentedI'd second this suggestion; I work for a site that gets a lot of comments on its articles, and we have a real problem with people sticking to 'Anonymous' (apart from anything else, it makes it very difficult to tell commenters apart)
Comment #5
sunLet's try this once more.
Comment #6
idflood commentedPatch is working fine for me and the code looks good.
I tested the following without and then with the patch:
- create a story with comment enabled
- assign "Post comments" permision to anonymous user
- logout then go to the new story and create a comment.
- create two comment. One with a random username and the other with an empty one
- login as admin and approve the new comments
Result: Same functionality. Only the default input is changed as expected. This patch is definitely ok for me.
MAMP ( Apache/2.0.59 (Unix) PHP/5.2.5 DAV/2 MYSQL/5.0.41-log)
Comment #7
yoroy commentedThanks for testing. Lets do it
Comment #8
dries commentedCommitted to CVS HEAD. Thanks.