Taxonomy Enhancer

Component type

module

Downloads

1780

Component created

Component changed

Taxonomy Enhancer is a module which will extend the fields available to any given term. Each Vocabulary is fully configurable in its own right and can have as many fields "bolted on" as one likes.

Unfortunately (or fortunately, depending on how you wish to look at it), Drupal does not provide a "term load" or "vocabulary load" hook. There are hooks to pick up when a term or vocabulary is inserted, updated or deleted - but not loaded. This means that this module cannot easily pickup and extend a term automatically. This causes Taxonomy Enhancer to be more of an "on demand" service which is a double edged sword. On one hand, you are not bloating terms unnecessarily - you may not ALWAYS want the term to be extended. On the down side, it does mean that you will have to manually invoke the extension of the term when you need it.

Hierarchy

Component type

module

Component created

Component changed

This module provides an efficient and flexible way of storing content in a hierarchy. You can use this hierarchy for site menus, scoped searches, and node references.

Hierarchical Select

Component type

module

Maintenance status

Development status

Downloads

397166

Component created

Component changed

Description

This module defines the "hierarchical_select" form element, which is a greatly enhanced way for letting the user select items in a hierarchy.

List Nodes by Vocabulary

Component type

module

Categories

Downloads

2630

Component created

Component changed

Provides nodes listing by vocabulary with standard pager.
Lists are available at:

  • example.com/vocabulary/list/1;
  • example.com/vocabulary/list/1+2+3 and so on;
  • example.com/vocabulary/list/1,2,3 and so on;
  • example.com/vocabulary/list/1 2 3 and so on;

where 1, 2 and 3 are vocabulary IDs.

Works well with Node Type Filter.

Taxonomy CSV import/export

Component type

module

Maintenance status

Development status

Downloads

253332

Component created

Component changed

This module allows you to import or export taxonomy from or to a CSV (comma-separated values) file or with a copy-and-paste text.

It helps you to quick import a non-standardized vocabulary, for example an old thesaurus, a hierarchical taxonomy or a simple list of children, synonyms, descriptions, weights or related terms to terms. It can be used as a module or as an API with a plug-in mechanism. It can manage internationalized vocabularies with i18n_taxonomy, a submodule of i18n module [Drupal 7 only].

Taxonomy CSV supports drush: you can import/export taxonomies from the command line interface with drush taxocsv-import and drush taxocsv-export.

More informations on Taxonomy CSV import/export are available on the help page in English (7.x version), in English (6.x version) or in French (6.x version). A quick demo is available here, in Dutch.

Vocabulary Index

Component type

module

Maintenance status

Development status

Downloads

21349

Component created

Component changed

Vocabulary Index provides an easy way to create a taxonomy browser / directory index. You can choose for which vocabularies to create pages or blocks where the terms within that vocabulary are listed. With just a few clicks you're done. Listing is possible in different kind of views depending on your needs:

Example screenshot of a tree view. The tree view displays all terms in a nested tree. If visitors of your site have JavaScript enabled, parent terms will be collapsed by default, but they will expand when clicked on. Since tree view displays all terms on a single page, terms with multiple parents are displayed more than once: once beneath every parent.
Example screenshot of a browsable view. The browsable view lets visitors browse a vocabulary much like they would browse through directories on their hard drive. Taxonomy pages of parent terms do not list the nodes within those terms, but the child terms it contains. Since blocks cannot span multiple pages, they can be displayed using a flat view. This is exactly the same as the browsable view apart from that it is not browsable. Browsable index pages are pageable.
Example screenshot of an alphabetical view. The alphabetical view sorts terms by first letter. Optionally character transliteration may be enabled. Alphabetically viewed index pages are pageable.

Edit term

Component type

module

Maintenance status

Development status

Downloads

9012

Component created

Component changed

Edit term provides links on taxonomy listing pages to directly edit taxonomy terms.

This makes it easier to immediately edit term name, synonyms, description, and weight for the term you are viewing without navigating through your site's administrative back end.

On the term edit page, you also have the new ability to set an URL-alias for the term directly, and create and position a menu item - the same way as can be done for nodes. See illustration.

Once changes are made, you are returned to the listing page from which you started, cutting normal term management procedure down from a dozen clicks to just two.

Taxonomy Timer

Component type

module

Categories

Downloads

4382

Component created

Component changed

Taxonomy Timer allows site administrators to schedule term removal from nodes.

It is sorta like the actions module, but not quite. Here's how it works: