Closed (duplicate)
Project:
Flag
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 22:20 UTC
Updated:
5 May 2009 at 22:21 UTC
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
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.