Hi guys,

is there a way to add a taxonomy child term via cck?
Example:

I have 3 taxonomy parents terms: Parent_a/Parent_b/Parent_c

Then in my content type I would like to add a child to parent that I would choose from this content type.
Example:
I would add child 1 and choose Parent_a.

Please let me know if I made myself clear.

Thanks,
-Raff

Comments

vm’s picture

not as far as I am aware of. The only way to add terms is through the admin UI or by setting up a freetagging vocabulary.

raffuk’s picture

I have a freetagging cck type but I can only add parent or a children from a pre-defined parent. I would like to chose the parent and then create the child on the fly. Any way around?

Thanks

vm’s picture

not that I am aware of.

however, you may investigate modules in the repo with reference to tagging/taxonomy like : http://drupal.org/project/tagtool

taxonomy category = http://drupal.org/project/modules?filters=tid%3A71&solrsort=sis_project_...

or of course, you could write a custom module I'd guess.

jevets’s picture

Why use CCK to assign terms? Are the content types allowed to use the terms in your vocabulary?