Closed (outdated)
Project:
Drupal core
Version:
11.x-dev
Component:
comment.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2007 at 07:32 UTC
Updated:
10 Oct 2025 at 19:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drummThis feature will not be put in the stable Drupal 5.x.
Comment #2
catchNo longer applies.
Comment #3
yngens commentedsubscribe
Comment #4
macgirvin commentedsubscribe
Comment #5
thehong commentedOrganic Group needs this feature too.
Comment #6
damien tournoud commentedThis is a good idea, but the implementation is wrong. The permission should be based on the node type, and the
user_owns_node()hack is useless.Comment #7
yngens commentedi am looking either this or User Comment module to be ported to Drupal 6.x. I put small bounty and call others to second my call. Details: http://drupal.org/node/234204#comment-802908
Comment #8
webchickMarked #295352: Comment permission granulation a duplicate, which has a patch.
I'd like to see this get into Drupal 7, but definitely configurable per content type rather than at a global level. While I probably want users to be able to manage comments to their blog posts, I probably do not want them managing comments to their forum topics.
Comment #9
catchWould make sense to have create foo, edit own foo, administer comments on own foo, edit all foo, although that won't actually work with our permissions page being grouped by module.
Comment #10
marcoBauli commentedrerolled original patch against D5.14 in case someone needs in the meantime
Comment #11
johanneshahn commentedThere's an error in your patch
change it tfrom 'delete' to 'edit'
Comment #12
manop commentedsubscribe. I would love to see this feature too.
Comment #13
jct commentedI had to change line 385 in comment.module from
'#access' => user_access('administer comments') ,to
'#access' => user_access('administer comments') || user_access('administer comments in own node'),to give users access to the "Comment settings" form on node add/edit.
Comment #14
farald commentedSubscribing
Comment #15
izmeez commentedsubscribe
Comment #16
Marat commentedI wish to see this feature, should be in core comment module. I think users can open and close commenting on their node!
Subscribing too
Comment #17
catchThis is too late for D7, moving to Drupal 8. However it should be very easy to do this in a contrib module now for D7 since the way comments are built and rendered is a lot more standardized.
Comment #19
jct commentedAny chance someone has rolled a patch for D6?
Edit:I was able to get some of this functionality with UserComment (http://drupal.org/project/usercomment)
Comment #20
jhedstromComment #36
smustgrave commentedThank you for sharing your idea for improving Drupal.
We are working to decide if this proposal meets the Criteria for evaluating proposed changes. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or there is no community support. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #37
smustgrave commentedSince this has been around since Drupal 5 and not much follow up believe we can close out. If someone still wants it for D11 we can always re-open
Thanks all