Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 drupal 7 中,当为某种内容类型添加新字段时,在字段选项中,我可以选择“术语参考”以链接到预定义术语列表。但是我在 Drupal 6 中不能有这个选项。我怎样才能在 Drupal 6 中做到这一点?(有一些我必须回到D6的原因)
词汇表专门与 Drupal 6 中的节点相关联(当时还没有实现核心字段系统),因此您需要在词汇表上启用特定的内容类型来模拟相同的行为。
转到/admin/content/taxonomy,为要附加到节点类型的词汇选择“编辑词汇表”,然后从页面底部的复选框中选择节点类型。之后,您将能够从该词汇表中为您刚刚启用的内容类型选择术语。
/admin/content/taxonomy