Hi,
this is a very interesting module. But the readme.txt is very short. Could you explain briefly what you mean when you say the module wants to preserve hierarchical relationships?
Thanks
Hi,
this is a very interesting module. But the readme.txt is very short. Could you explain briefly what you mean when you say the module wants to preserve hierarchical relationships?
Thanks
Comments
Comment #1
kdebaas commentedHi,
in trying out the module, I soon understood what was meant by preserving hierarchical relationships: A content type that creates taxonomy terms through NAT, will create child terms of the taxonomy term it is associated with itself. Very nice.
An obvious application of this module would be to create automatic Image Galleries for specific content types. Unfortunately, the hierarchy does not seem to be preserved in the Image Gallery vocabulary.
Let me explain better what I have tried: I created a content type called "Project". Through NAT, it creates terms for the vocabularies: Image Galleries, and Projects. For every project, an image gallery is created. If I create a project that is a child of another project, i.e. it is associated with a term from the Projects vocabulary, then it creates a new term that is a child of the first term in the Projects vocabulary. It also creates an image gallery, which is however not nested inside the first gallery.
Comment #2
ray007 commentedMaybe being able to specify a parent-term in hierarchical vocabularies would be a good first step?
At least it would allow me to create image galleries in different part of the hierarchy for different nodetypes. Or is that already possible and I have missed how to do it?
Comment #3
vacilando commentedZen, I really must congratulate you for this module, it has filled a great gap in the taxonomy system. Especially I love how hierarchies are created automatically. Keep up the great work!
Comment #4
jpsalter commentedHere is the hack I used to keep my image gallery's hierarchy. Replace the whole function or just add the "elseif" part.
Comment #5
RobRoy commentedCheck out my patch at http://drupal.org/node/188377, I think this is a dupe (sorry I didn't see this before I posted my patch).