一种树分类法
更新
我想创建一个分类法期间:在此分类法中必须有多个术语。学期年和学期年中有值(1 学士,2 学士,.. 1 硕士,2 硕士)。另一个术语“培训”(护士、医学……工业科学)。以及另外 2 个热培训日,毕业时将体现价值观。 我怎样才能在 Drupal 6 中在一个分类法中完成前一项工作。谢谢!
update
I want to create one taxonomy Period: In this taxonomy there must multiple terms in it. a term year and in term year there are values (1 bachelor, 2 bachelor,.. 1 master, 2 master). and another term "training" (nurse, medecine,... industrial science). and 2 other therms training days, tion rights graduation with values in it.
How can I do the previous in one Taxonomy, in Drupal 6. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
admin/content/taxonomy/add/vocabulary
添加新的词汇表,并将其命名为“Period”,然后选择要使用它的内容类型。您的“列出条款”页面应与此类似(包含您想要添加的所有其他条款):
以下是一些有关了解有关 Drupal 分类的更多信息的链接:
Drupal 分类法概述
了解新用户的分类法
Drupal 分类法(视频)
如何:利用 Drupal 分类法(视频)
分类概述(视频)
admin/content/taxonomy/add/vocabulary
and name it "Period" and choose which content types you want to use it with.Your "List Terms" page should look similar to this (with all additional terms you want added):
Here are some links about to learn more about Drupal Taxonomy:
Drupal Taxonomy Overview
Understanding taxonomies for new users
Drupal Taxonomy (VIDEO)
How To: Leverage Drupal Taxonomy (VIDEO)
Taxonomy Overview (VIDEO)