Hello,
First of all, sorry for this being my second post for a single day.
Now, my problem is that I want to import some of the exif fields as Taxonomy terms, but the field does not get filled and the taxonomy term is not added.
I created a field called field_ifd0_make for the Camera Make, the field type is "Content Taxonomy Field", with the "Autocomplete (freetagging)" widget selected.
My taxonomy is configured as follow:
Vocabulary called "Exifs", with "Tags" the only checkbox selected in its settings. I added a term in it : "Camera Make".
My Content Taxonomy field is configured as follow:
- Allow and insert new terms by the user into the vocabulary
- Extra Parent for new terms: "Camera Make"
- I Selected Save values additionally to the core taxonomy system (into the 'term_node' table).
- Vocabulary: Exifs
- Parent Term: Camera Make
*Additional note: I can import the data of the field_ifd0_make when the field type is a text field.
Thanks in advance for any help!
Comments
Comment #1
jessia823 commentedYes, I've also had problems using Content Taxonomy with EXIF. I tried to import the IPTC keywords into an Autocomplete Content Taxonomy field, but I can't get it to work. Keywords display properly as text, but fail to import into the Content Taxonomy field. Any ideas? Has anyone been able to make this work?
Comment #2
jessia commentedNevermind. Switched to the dev version and applied the patch from here: http://drupal.org/node/598558 and everything works perfectly!
Comment #3
arski commentedhmm, doesn't work for me.. btw that patch is from a year ago and has been long committed :(
Comment #4
arski commentedthe patch in #862898: Separating IPTC keywords when saving to a content_taxonomy field fixes this for me! yay!
Comment #5
jphautin commentedDrupal 6 EOL