I need to be able to have different content types go to different levels of a nested taxonomy tree. ie (add content type state, state gets added to tax - add content type city, city gets added to the next level down but in the same vocab)
seems like this module only works with top level tax terms (vocab, but not term).
-v
Comments
Comment #1
Zen commentedYour use case can be accomplished by something like the following:
Hope this helps.
-K
Comment #2
jimdunntx commentedThis didn't work for me?? Perhaps I am missing something. Actually, what I was trying to do is create an automatic forum category using Drupal's regular forum system, which relies on taxonomy terms. Of course, it is a nested system. Setting up a community system, I wanted to have museums, which I have a specific CCK content type to handle, automatically set up a discussion category for each museum as the museum content is created.
I did all the associations, but there is no place that I see in my Museum node that allows one to set where in the nested taxonomy the term will go.
Comment #3
(not verified) commentedComment #4
Anonymous (not verified) commentedAh! Brilliant fix for my situation.