views:

70

answers:

1

My designers want to use the same taxonomy for three different purposes. On the node creation form we'd have three different fields where you're choosing from the same set of terms. Ideally, one field would enforce a single choice (and be hierarchical), and the others would allow multiple choices with tags. Any thoughts about how to accomplish this?

+3  A: 

I would use the CCK module with the Content Taxonomy module to add taxonomy fields to a custom content type used by the nodes. Relevant links:

http://drupal.org/project/cck and http://drupal.org/project/content_taxonomy

CalebD
Ah! content_taxonomy! I figured there was something. Thanks!
sprugman

related questions