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?
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?
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.
Comments
Comment #1
dawehneryou 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?
Comment #2
mooffie commentedSee #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.