Taxonomy Manager(分类管理器)

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:
分类管理器带有以下操作和关键特性:
 
 
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开始分类术语的重定向默认是禁用的。