Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2009 at 03:55 UTC
Updated:
28 Mar 2011 at 01:26 UTC
Scenario:
In this case, the 'Add new comment' link will display, but will not do anything when clicked. The 'Add comment' link should either not be displayed, or access comments should not be a required permission.
Comments
Comment #1
aren cambre commentedThis is related but not identical to #629848: Anon commenters disabled by default?. Both these permissions should be enabled by default.
Comment #3
aspilicious commentedThis is still an issue.
Anonymous settings:
1) view comments is disabled
2) post comments isn't disable
If anonymous people wonna make a comment they can see the link, but they cannot click it.
Like 1 said, I think View comments must be enabled before you can post comments
Comment #4
aaronbaumanIt's not just anonymous users, it's any role.
This patch addresses it:
#799998: "post comments" permission does not work without "access comments"