Web Taxonomy VIAF

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is based on the web_taxonomy module and uses the VIAF (Virtual International Authority File) services to provide autosuggest "terms" for Person names and Organizations. Once a term is selected it includes a URI (web_tid) to linked data for that term.

taxonomy_easier

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Набор функций для облегчения работы с таксонимией:

taxonomy_term_id

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

taxonomy_term_id is a module for Drupal 7.x that provides a solid and easy
accessible way to retrieve taxonomy term ids as array by passing taxonomy term title.

calling method :


/**
 * Returns the taxanomy ids curresponding to the given terms as array.
 *
 */
 $terms = get_taxonomy_id($terms);

Taxonomy Freetag Detection

Component type

module

Categories

Maintenance status

Development status

Downloads

1063

Component created

Component changed

This module extends Term reference fields of type Autocomplete term widget (free tagging) with a button to scan other fields to find matching taxonomy (existing) terms.

This can be used for example, to populate a taxonomy reference field, where the body of the content has matching terms in that vocabulary.

Term Autosuggest

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Searches for term names in body content, and suggests any matches found.

To do:

  • Make vocabularies configurable
  • Remove dependency on term field widget

Taxonomy Tree Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Taxonomy Tree Block is a module that generates blocks of formatted taxonomy menu blocks (in a tree format) on a vocabulary basis. A block can be created for each taxonomy on the site if the user wishes.

Dictionary Export

Component type

module

Categories

Maintenance status

Development status

Downloads

1863

Component created

Component changed

This module allows you to download a Microsoft Office compatible dictionary (*.dic) file for any vocabulary on your site.

A new local task (tab) is created for each vocabulary in the administration pages to download the dictionary file.

Additional support

Taxonomy Delete Batch

Component type

module

Maintenance status

Development status

Component created

Component changed

Taxonomy Delete Batch module allows you to delete large vocabularies and orphaned terms. This module aims to help you if you want to delete thousands of terms at once.
If you try to delete a Vocabulary what contains a huge amount of terms, you will probably face memory or execution time limitations.
Taxonomy Delete Batch aims to solve that problem using the Batch API of Drupal core.
You may find this module helpful, if you are building or administering a site what generates a huge amount of data, and you need to do a clean-up sometimes.