This module provides an powerful interface for managing a taxonomy vocabulary. A vocabulary gets displayed in a dynamic tree view, where parent terms can be expanded to list their nested child terms or can be collapsed.
这个模块提供了一个功能强大的用户界面,用来管理分类词汇表。一个词汇表被显示成为了一个动态的树形结构,父术语可以被展开,以列出他们嵌套的子术语,当然也可以被折叠起来。
The Taxonomy Manager has following operations and key features:
分类管理器带有以下操作和关键特性:
-
dynamic treeview
-
动态的树形结构
-
mass deleting
-
批量删除
-
mass adding of new terms
-
批量添加新术语
-
moving of terms in hierarchies
-
在层级中移动术语
-
merging of terms
-
合并术语
-
fast weight changing with up and down arrows (and AJAX saving)
-
使用上下箭头(和AJAX保存)快速的修改权重(重量)
-
AJAX powered term editing form
-
在术语编辑表单中支持AJAX
-
simple search interface
-
简单的搜索界面
-
CSV Export of terms
-
CSV导出术语
-
i18n support for multilingual vocabularies (per language terms)
-
支持多语言词汇表i18n(单语言术语)
-
Double Tree interface for moving terms in hierarchies, adding new translations and switching terms between different vocabularies
-
双树界面,用于在层级中移动术语,添加新的翻译或者在不同词汇表中切换术语。
For using the Taxonomy Manager you should have JavaScript and automatically load of images enabled in your browser.
为了使用分类管理器,你需要在你的浏览器中启用JavaScript和自动加载图片功能。
Taxonomy Manager Drupal 6 and Panels 3 / Taxonomy Breadcrumb:
分类管理器Drupal6和Panels 3 / Taxonomy Breadcrumb:
Taxonomy Manager and other taxonomy modules might conflict, if both try to override the taxonomy/term/% path. Taxonomy Manager uses this to redirect previously merged terms to their new term. If you do not need this feature or if you want to used Panels 3 / Taxonomy Breadcrumb, you can disable it under Administer > Site Configuration > Taxonomy Manager. See
this issue for more information.
分类管理器和其它的分类模块有可能冲突,如果两者都同时覆写taxonomy/term/%路径的话。分类管理器在合并术语时,重定向分类术语时,会用到这个特性。如果你不需要这个特性,或者你想使用Panels 3 / Taxonomy Breadcrumb。那么可以在分类管理器的配置页面禁用它。更多信息可参看问题
http://drupal.org/node/469126。
Note: since 6.x-2.1, the redirect of taxonomy/term is disabled by default
注意:从e 6.x-2.1开始分类术语的重定向默认是禁用的。