Closed (duplicate)
Project:
Drupal core
Version:
4.6.9
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2005 at 21:22 UTC
Updated:
5 Jan 2007 at 20:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
sin commentedI noted this bug in 4.7 beta 2... I have role without administer comments and administer nodes rights but with post comments without approval and add flexinode custom content type nodes rights. Default comment setting is ignored, comments always disabled for new nodes.
Comment #2
sin commentedThis bug is fixed in HEAD yesterday at http://drupal.org/node/40563
So 4.6 must be updated too...
Comment #3
gregglesTwo issues have been marked as duplicates of this one:
http://drupal.org/node/42611
http://drupal.org/node/40569
Comment #4
firebus commentedthis is still broken in 4.6.6
an easy edit to comment.module fixes this.
change line 258 from
if (!user_access('administer comments')) {
to
if (!user_access('administer nodes')) {
now you can have a user with administer_comments and without administer_nodes and they can create content with correct content type comment defaults.
patch attached.
Comment #5
magico commentedComment #6
magico commentedduplicate of http://drupal.org/node/58615