I am looking for a way to let author of a node flag comments, nobody else. Is there a way right now to do it?

Comments

dawehner’s picture

you could do this using http://api.drupal.org/api/function/hook_link_alter

but it seams that the links in comments are not run throught this hook

do you want to have more informations about it?

mooffie’s picture

Title: author of a node to flag comments » only author of a node to flag comments
Status: Active » Closed (duplicate)

See #344450: Flag accessible only if you are the node author for code you can start with.

Once #285237: Ability to disallow a flag/unflag operation is implemented, things will be much easier and you won't have to do this in the theming layer. Marking this a duplicate.