I'm trying use content taxonomy as replacement for usual taxonomy widgets. There a lot of tagged content already, and i like to save all this data. Is there a way to import all marked terms into corresponding CT fields? For now CT fields on existing content is empty... :(

sorry for my english.

Comments

mh86’s picture

Status: Active » Fixed

no, there is no easy way to do this upgrade. content taxonomy fields use there own tables for saving, so you would have to save all terms to the content taxonomy tables too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

kbk’s picture

Status: Closed (fixed) » Active

I've got a related question.

Content Taxonomy question: I have nodes already tagged with Vocabulary terms using Core's Taxonomy module. If I replace the Taxonomy field in my content type with a Content Taxonomy field and enable "Save values additionally to the core taxonomy system (into the 'term_node' table)", Drupal's Taxonomy table(s) will remain up to date, correct?

If this is the case, I could use the widgets provided by CT to improve the end-user experience and use the core Taxonomy fields when configuring Views filters and displaying related Vocabulary terms for that content type. Is this correct?

kbk’s picture

Title: Content taxonomy as taxonomy upgrade? » Using Content Taxonomy where existing content is already tagged with core's Taxonomy module

Just looked into this myself and I think the answer in "No" because, while Content Taxonomy will keep Core's Taxonomy term_node table up to date, it will wipe away already existing entries for a given node the first time a term is entered.

kbk’s picture

Status: Active » Closed (works as designed)