Needs work
Project:
Hidden author (anonymizer)
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2010 at 13:07 UTC
Updated:
19 Nov 2011 at 01:15 UTC
Do these work? I can hide the author's name on other nodes (blog pages, cases), but I cannot post comments to those nodes w/o showing the author's name.
Comments
Comment #1
gaele commentedVersion 2.x only works in combination with nodecomments, not with plain Drupal comments.
Comment #2
gaele commentedEnabling anonymous comments is difficult to find in 6.x-2.x. This needs documentation.
- Anonymous comments only work when using nodecomments module.
- Enabling anonymous comments is not done on the nodecomment node type itself.
- Instead it is done at the Edit tab of the main node type. So you can decide per main node type if you want to allow its comments to be anonymous.
- E.g. if you want to allow anonymous comments on forum nodes, go to admin/content/node-type/forum. Under "Comment settings" enable "Post comments anonymously".
Comment #3
develcuy commentedThanks for your comments, I have updated the documentation http://drupal.org/node/960084
Feedback welcome!
Comment #4
gaele commentedThanks. Corrected a typo in the documentation, and made the dependency on nodecomments a bit clearer (not needed if you don't need anonymous comments).
One thing:
Is this really necessary? I disabled this at my comment content type, and anonymous comments still seem to work.