Drupal Content Taxonomy(内容分类)模块

This module provides a CCK field type for referencing taxonomy terms.

这个模块提供了可以引用分类术语的CCK字段类型。
The fields are independent from vocabulary settings. For every field you can specify following settings:
这些字段独立于词汇表的设置。对于每个字段,你可以指定以下设置:
  • widget type (see list below)
  • 小部件类型(参看下面的列表)
  • general CCK settings (label, description, fieldgroup, weight, single/multiple, required, ...)
  • 一般的CCK设置(标签,描述,字段组,重量,单选/多选,必须德,。。。)
  • the vocabulary to use
  • 要使用的词汇表
  • further settings for hierarchical vocabularies, like the depth of the tree or a parent term for sub-trees
  • 对于层级词汇表,还有更多的设置,比如树的深度或者子树的父术语。
  • storage settings: storage is done in the CCK tables. But for many modules it's necessary, that the saved values are also available to the core Taxonomy system. In this case it's possible to save values additionally to the core taxonomy database table. (Drupal 6)
  • 存储设置:存储放到了CCK表中。但是对于很多其它模块,有必要将数据同时保存到核心分类系统中。Drupal6版的支持这一点。
  • widget-specific settings
  • 部件特定设置
Content Taxonomy is going to hide all form fields from the core Taxonomy module from vocabularies, which are handled by a Content Taxonomy field (since Beta 6).
内容分类模块,使用一个内容分类字段,它将会隐藏来自于核心分类模块词汇表的所有表单字段。
Further Content Taxonomy Fields have Views and Token support and can be used with Rules.
内容分类字段支持Views和Token,也可以与Rules结合使用。
At the moment there are following widgets available:
当前支持以下小部件:
A good comparison between the different CCK/Taxonomy Modules is available here.
关于CCK/分类模块的比较,可参看这里http://drupal.org/node/212834
 
Drupal 7 and Content Taxonomy:
Drupal7和内容分类:
Taxonomy Term Fields are in core of Drupal 7. This already implements the basics of Content Taxonomy :-) . My plans for Content Taxonomy in Drupal 7 are to extend the Taxonomy Term Fields with more options and to provide some more cool widgets, but porting has no priority for me yet.
分类术语字段已经进入了Drupal7核心。它已经实现了内容分类的基本功能。分类模块的维护者,打算在Drupal7的基础上扩展分类术语字段,以提供更多的选项和可选部件。但是近期来没有打算升级。
Note: active development is only done for the 6.x branch! 5.x is not supported any more
Downloads
下载地址:
 

Drupal版本: