Closed (won't fix)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_attach
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 16:24 UTC
Updated:
30 Dec 2009 at 09:33 UTC
Hi !
I have got a suggestion. Would it be possible for images attached through image_attach to inherit the taxonomy terms of their "parent" node ? That could be an optional feature perhaps ? Or does that feature already exist ?
My suggestion is basically very similar to what has already been implemented in the Upload Image module : #85969: Created Images Should Inherit Taxonomy of Parent Node
thanks a lot in advance for the great work !
Comments
Comment #1
robertdjung commentedcurious about this: why did it not make the new version?
Comment #2
sunBetter title.
This needs to be a configurable option. Anyone up for a patch?
Comment #3
joachim commentedThis could be done in a separate module:
- implement hook_nodeapi
- on node save, check to see if it has attached images
- if so, set the taxonomy terms on those images.
If someone writes this module I'll be happy to link to it from the Image project page; but marking this as wontfix.