Hi,

All is in the topic : what is the difference between this 2 options when you create a content taxonomy ?

thanks

zmove

Comments

mh86’s picture

Status: Active » Fixed

hi
'save as tag': all terms assigned to a node get saved to the standard term_node table, which is managed by the taxonomy module. This means that you can use all contributed taxonomy modules like Tagadelic, ...
'save in cck': all terms get saved in a cck table, which gets automatically generated. this may be a bit faster, because of smaller tables (you have your own tables per content type or field), but prevents from using some other contributed taxonomy module.

and before I forget: make this decisions before you start creating nodes with content taxonomy fields assigned, because, switching afterwards, from cck saving to tag saving or the other way round, will cause data loss (it's possible to switch from 'both' to 'tag' or 'cck').

zmove’s picture

Ok, so if I understand well, if I want that content taxonomy do the job of the core taxonomy select list when I create a node, I should choose 'save as tag'. It will do the same job that if I select terms in the core taxonomy selection isn't it ?

the strange thing is that I try to understand why the i18n translation don't work with content taxonomy, and if the module do the same job that the core taxonomy when I choose "save as tag", the translation should work because it works with the core taxonomy selection.. ?

So I don't understand why the translation don't work with a "save as tag" content taxonomy field.

Anonymous’s picture

Status: Fixed » Closed (fixed)