Taxonomy control or Content types
Hi,
I am building a site in 5.7. I currently have 2 vocabularies.
Vocabulary 1 uses term one, term two, term three, and no sub-terms
Vocabulary 2 uses term one (same as above) and multiple sub-terms, Term two (same as above) and multiple sub-terms, and so on.
Auto- Path uses vocabulary one, single term... ie. http:/website.com/term-two/article-title.html
Vocabulary two allows for multiple term and subterm selection, plus free tagging. This is great for our content because our content can sometimes span multiple categories, but we just want to highlight one for placement purposes and for the Auto path.
Here is my issue, when a user opens up a node and see the taxonomy terms listed, they see the terms from vocabulary one AND vocabulary two
Though I feel I need both vocabularies for the content organization. However, I only want users to see the terms under Vocabulary two.
Is there a module for this? or am I missing some sort of access control?
I know I can make a content type for each vocabulary one term (and delete that list) and only have vocabulary 2 show up, but this seems like a bulky way (20 plus content types for articles) to take care of this.
Thanks,

=-=
investigate hierarchical_select.module
looks great, but may be more
looks great, but may be more than I need. I will keep an eye on this module. I can see it in my future.
I was wondering if anyone is using 'Taxonomy hide' http://drupal.org/project/taxonomy_hide in 5.7. It is no longer supported for 5.x but 6.x drupal. This may be all that I need, just a small hide this vocabulary term from the public module.
Or is there another module like this, that I am missing that is supported
Just found a very helpful
Just found a very helpful tip: http://www.translationdesigns.com/en/how-display-taxonomy-terms-individu...
shows how to only print specific vocabulary from your template files.