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

robertdjung’s picture

curious about this: why did it not make the new version?

sun’s picture

Title: image attach to inherit taxonomy terms ? » Inherit taxonomy terms from attached node

Better title.

This needs to be a configurable option. Anyone up for a patch?

joachim’s picture

Status: Active » Closed (won't fix)

This 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.