Will this module save the entire taxonomy path to cck, or just the highest level?
I need the entire path to be available as cck.
Example:
taxonomy->term->term
becomes:
(0) -> taconomy
(1) -> term
(2) -> term
Will this module save the entire taxonomy path to cck, or just the highest level?
I need the entire path to be available as cck.
Example:
taxonomy->term->term
becomes:
(0) -> taconomy
(1) -> term
(2) -> term
Comments
Comment #1
farald commentedComment #2
ksc commentedI investigated this question too. http://drupal.org/node/399380
The module saves the selected term.
Only the Hierarchical Select (HS) module seems to do what you want.
The HS support for Content Taxonomy is not yet ported from Drupal 5 to 6 but there are patches and other solutions already there.
Please see http://drupal.org/node/342992.
Comment #3
mh86 commentedas ksc said, this module doesn't save any parent values