vocabulary matrix

Component type

module

Maintenance status

Development status

Component created

Component changed

As a first step this module attempts to support a content field as a matrix. The matrix field supports management of the labels of the matrix on the x and y axes i.e. first row column headers and first column row headers using predefined vocabularies with support for nesting. The first version is expected to be fairly rudimentary with future versions i will attempt to support online merge of rows and columns using AJAX. The grand plan is to try and take the implementation in the direction of a spreadsheet style pivot table.

Vocabulary Image

Component type

module

Categories

Maintenance status

Development status

Downloads

847

Component created

Component changed

This is a light weight module. This is developed in consideration with adding vocabulary images. In some cases your project( E-commerce site) needs to display list of vocabularies with their images.
The vocabulary_image module allows site administrators to associate images with vocabularies. With the association created, an admin can then make a call to 'vocabulary_image_get_vocab_image_path($vid)' from their theme or other PHP code to get image path & display the appropriate image in their desired image format.

Taxonomy Index Lineage

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds an option to term reference fields in node content types so the entire lineage of a term selected in a node is stored into the taxonomy_index table. This allows for simpler deep taxonomy database queries.

This module does not change the actual contents of the term reference fields. They will continue to contain only the actual selected values. If you are using EntityFieldQuery and term reference fields it will not check against the full lineage. If you want EntityFieldQuery to check against the full lineage check this modules README file for more information.

Taxonomy Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

9196

Component created

Component changed

A package of taxonomy management tools.
Includes:

  • Taxonomy Publisher
  • Taxonomy Publisher Filter
  • Taxonomy Role Access
  • Taxonomy Redirect
  • Taxonomy Copier

Icons taken from "Crystal" and "Oxygen".

Hide Termpage Content

Component type

module

Categories

Maintenance status

Development status

Downloads

1349

Component created

Component changed

Hides related content (nodes) from /taxonomy/term/%taxonomy_term pages where needed by providing an alternate page callback.
Currently, this only controls content visibility per vocabulary.

This is not compatible with i18n_taxonomy.
You may also be interested in: http://drupal.org/project/taxonomy_display

Views taxonomy depth

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Add 'Taxonomy term: depth' field to Views. Current functionality:

  • 'Taxonomy term: depth' field to add to the list of Views' fields
  • Ability to group by 'Taxonomy term: depth' field

Tasks in development:

  • Add 'Taxonomy term: depth' to Views' filter section
  • Add 'Taxonomy term: depth' to Views' sort section

Term Reference URL Widget

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This project is a modification on nodereference_url, aimed at referencing terms in the "new node" form based on the tid in the url. Both modules can be used independently and simultaneously. For good functioning special care should be taken though to create URLs for referencing when mixing node and term references by URL on a single node type.