Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2007 at 04:14 UTC
Updated:
24 Feb 2010 at 18:40 UTC
Jump to comment: Most recent
Comments
Comment #1
aren cambre commentedComment #2
Anonymous (not verified) commentedAren: can you clarify what you're talking about?
No nodes or selected nodes: do you mean node types?
Vocabulary module: do you mean taxonomy module?
Comment #3
aren cambre commentedSorry, I meant content types. In D6, you specify the content types to which a vocabulary applies in the Content types section of admin/content/taxonomy/edit/vocabulary/vocabularyId.
In D7, admin/structure/taxonomy/vocabularyId/edit has no place to select which content types use a given taxonomy, but I think it's now a term reference field of a content item? If so, looks like that if I want a taxonomy that applies to all content types, I now have to modify every content type?
Comment #4
Anonymous (not verified) commentedYes. This is correct. The taxonomy term reference field will need to be added to each content type, but you can re-use taxonomy term field instances quite easily. The decision to make this managed only in Field UI and not to have an interface in the vocab admin screen was made a few weeks ago.