Closed (fixed)
Project:
Flag Terms
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 01:09 UTC
Updated:
30 Sep 2012 at 13:49 UTC
Jump to comment: Most recent
Comments
Comment #1
tayzlor commented@mkinnan - I would think you could probably write a Rule action (http://drupal.org/project/rules) using the rules API to do what you describe
Comment #2
tayzlor commentedComment #4
Anonymous (not verified) commentedHave you found a solution? Can you share it?
Comment #5
fadgadget commentedhigh ive been trying to do this with rules all day and i cant see how it could be possible to do with Rules. There is no action available to flag subterms etc. If anyone has a solution it would be appreciated.
Comment #6
mkinnan commentedIt has been awhile, but I think I did this using rules and a custom PHP script. When a term gets flagged, the rule gets implemented which executes my PHP script. The PHP script then searches for the child terms, and a database query makes the changes such that the user has now flagged those terms.