Is there a way to tag content twice with terms from the same taxonomy vocabulary? The reason I’d want to do this is to allow tagging of content with multiple terms from a taxonomy vocabulary, but also tag the content with a “primary” term.
I embed the taxonomy selects as a CCK field from the taxonomy vocabulary page, by choosing the appropriate Content type.
What is an accepted way to do this, without creating identical taxonomy vocabularies? Do I need to create a module to sync to vocabularies?
I would suggest using content taxonomy
http://drupal.org/project/content_taxonomy
We are using this module combined with the default taxonomy module to solve a simular problem.
You can approach this one of two ways.
No matter how you set things up you’d have a content taxonomy field that is limited to 1 entry for the “primary category”
Then you can either use the default taxonomy for the “additional categories” or use another content taxonomy field for them.
There are advantages to either approach, but I would lean toward a solution that uses all content taxonomy fields so that the theming is consistent.