Is it possible to grant a user with a permission to edit not only the node but also the comments related to that node (or category) ?
I find it wierd that the user is permitted to edit nodes but not to edit the comments on those nodes.

Comments

Dave Cohen’s picture

Status: Active » Closed (works as designed)

It might be possible to do something in a custom module to give users permission to edit comments. But it doesn't fit into Drupal's node_access hooks. Its the kind of thing that would take the "lite" out of tac_lite.

Usually only administrators can edit someone else's comments. Otherwise it would be easy for users to make it look like another user said something they really didn't say. So I don't think many Drupal sites would want this feature.