Software Listing: Taxonomy
- Taxonomy Picker
- License: Freeware
- Price: 0.00

Taxonomy Picker is a widget which you can include in your sidebar to help visitors build complex queries using categories and your custom taxonomies by chosing terms from drop down boxes. The widget also includes a text search making it easy to search for text only within certain categories or taxonomies. Results will be displayed using your theme's standard search form so the results need no additonal styling. For example on my site I use it to allow users to: * Find all posts containing the word Egypt within the Books category * Find all posts within the Magazine category which match "Valley of the Kings" in my "Where?" custom taxonomy which also include the word Tutankhamun Install : Download the and activate the plugin the usual way.
- Publisher: KatePhiz
- Date: 12-06-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Taxonomy single tag
- License: Freeware
- Price: 0.00

taxonomy_single_tag improves core's taxonomy adding support for free single tagging. Why such a module might be necessary is explaned at Taxonomy autocomplete without multiple select: is it possible to create a taxonomy-input with autocomplete, but without the possibility to select multiple terms? With "Free tagging" its possible to separate multiple terms with a comma, but i like to select only one term. Autocomplete is necessary because 1000+ terms are too much for a single dropdown... Related modules: * Unitag * Hierarchical Select * Content Taxonomy.
- Publisher: Antonio
- Date: 05-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Machine Names
- License: Freeware
- Price: 0.00

This module's audience is developers who require machine names for taxonomy vocabularies, including views support. This module allows existing (and new) installations to continue using the Drupal 6 taxonomy API while gaining the benefits of vocabulary machine names. As such, it should play nice with any taxonomy related modules (such as those that provide import / export features, etc...) Background Taxonomies are a bit of an issue to deal with in Drupal, specifically in terms of using them in install profile or update hooks, team development, and deployment through environments. There are a few modules out there which try to get around this issue.
- Publisher: mundanity
- Date: 15-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Subnodes by Taxonomy
- License: Freeware
- Price: 0.00

This module provides a method to manage one to many relations between nodes using a taxonomy vocabulary to assign meaning to each relation. Only one level of parent/child relationships is actually supported. Child nodes are displayed in tabs on the parent node, and can be created edited, cloned or deleted directly from there. The labels for these tabs are defined by the terms of a particular vocabulary assigned to children nodes. Nodes of a particular content type can be configured to become parents of nodes of another type from the Content Type Edit form. It is required that child nodes are previously configured with a fieldgroup that contains two fields: a node reference that will hold the relation with its parent and a taxonomy field that will hold the term that assigns meaning to the relation.
- Publisher: Marc Ferran (aka Markus)
- Date: 14-02-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Taxonomy API and REST interface
- License: Freeware
- Price: 0.00

Provides a clean set of API calls for working with taxonomy. Most of the core code has been taken from the taxonomy module, and turned into some smaller, more modular functions for use by other modules. Taxonomy REST provides some simple url based tools for adding and removing terms from nodes. Taxonomy API Taxonomy module does not really open up much of it's functionality to other modules. This means that, if your module needs to add or remove tags programmatically, then you have to end up duplicating a lot of the core taxonomy code. This module is an attempt to take a step to a clean interface to taxonomy functions.
- Publisher: the greenman
- Date: 07-01-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Introduction
- License: Freeware
- Price: 0.00

The module provides a new field in taxonomy term forms called 'introduction'. Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules..
- Publisher: Martin Simon
- Date: 06-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy context
- License: Freeware
- Price: 0.00

This module utilizes the core taxonomy module to create a hierarchical menu tree for each vocabulary. The menus are created as an independent block which can be displayed contextually or display can be controlled through standard block controls. This module also displays the term description for the the term list pages as well. This module also allows you to add taxonomy based breadcrumbs to node pages..
- Publisher: Greg Knaddison
- Date: 24-05-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Panels Taxonomy
- License: Freeware
- Price: 0.00

This is a "taxonomy browser" component for panels. Together with embedded views, it lets you lay out your taxonomy displays any way you like. Features: * Each panel handles the browsing for an entire vocabulary * Good breadcrumbs support, shows term/vocab description and title. * Replaces standard taxonomy display (taxonomy/term/id) Getting started I'm assuming that you've enabled panels_taxonomy and the required modules, and that you have a vocabulary already in place, with categories to browse and content associated with the categories. You should also have a panel created. Add a "taxonomy browser" to your panel, and choose whichever display options you want to enable.
- Publisher: Eric Drechsel
- Date: 18-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Fields
- License: Freeware
- Price: 0.00

The taxonomy_fields module brings two important modules together: CCK and taxonomy. As CCK can assign fields to content types, taxonomy_fields can assign CCK fields to categories. By doing this, content types are not limited to the same range of fields anymore. Nodes of the same content type can now contain absolutely different fields. Simply assign a field to a term and every node in this category will now contain this field. When choosing a new term for a node, the field-form will appear next time on the edit-page. Further more taxonomy_fields gives you two extra options: * Universal values for fields.
- Publisher: Jann Porsch
- Date: 01-06-2013
- Size: 51 KB
- Platform: PHP, Scripts
- Taxonomy Query Language
- License: Freeware
- Price: 0.00

The taxonomy query language module, tql, implements a plugin for the search (Drupal core) and views module. It provides a new tab Taxonomy in the Drupal search and a new Views filter. If you have the tql module and the search module enabled, a Taxonomy tab appears in the search where you can enter a search query. (demo) If you have the tql module and Views enabled, a new filter Taxonomy: Query is available which can be used to enter a query. It works best if it is exposed so users can enter their own query. (demo) Language capabilities The query language can combine query terms with different operators: AND, OR, XOR and NOT.
- Publisher: roetzi
- Date: 13-02-2013
- Size: 31 KB
- Platform: PHP, Scripts
- Domain Taxonomy
- License: Freeware
- Price: 0.00

This module extends Domain Access (DA) functionality to taxonomy objects. It makes taxonomy terms dependent on domain access rules like nodes. In practice, it means that term editing forms are extended by new options for choosing domains where term must be published. This options block is identical to the block for nodes from DA, but have some additional features for allowing inheritance of domain rights to child nodes or terms. And when you create nodes with term which have assigned domain right, than term right inherits to this new nodes. Filtering of terms list for current domain is organized by proccessing db_rewrite_sql hook on taxonomy select queries.
- Publisher: Alexey Kolotygin
- Date: 05-02-2013
- Size: 20 KB
- Platform: PHP, Scripts
- Taxonomy Ticker
- License: Freeware
- Price: 0.00

Provides a block displaying titles of nodes (related to a particular taxonomy term) in a scrolling news ticker. The "ticking" code integrates well in Drupal xhtml code (which means that it doesn't break w3c validation). In particular, the code does not rely on "document.write()". This work was sponsored by Koumbit.org. It's possible to configure the scrolling type (vertical, horizontal) and display speed (extra slow to extra fast). DEPRECATED. Since the creation of the Views module, this approach is less relevant than the Views Ticker approach. Everyone is encouraged to use the other module instead of this one, which is as of now deprecated.
- Publisher: Mathieu Petit-Clair
- Date: 09-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Theme
- License: Freeware
- Price: 0.00

Taxonomy Theme allows you to change the theme of a given node based on the taxonomy term or vocabulary. Current State Project Taxonomy Theme was unmaintained since April 2009. So mkalkbrenner took over responsibility for this module on November 2009. Currently the focus is to continue Thilo's (profix898) work to turn Taxonomy Theme 6.x into a ThemeKey front end. Nevertheless I'll have a look at the very long issue queue for Taxonomy Theme 5.x ... Update: Taxonomy Theme 6.x-1.0 is in beta state now. Taxonomy Theme 6.x in combination with ThemeKey 6.x provides all the features Taxonomy Theme 5.
- Publisher: Thilo Wawrzik
- Date: 05-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Blocks
- License: Freeware
- Price: 0.00

This module creates blocks for taxonomy vocabularies. Merging with Taxonomy Navigator: In a move that might decrease confusion, Taxonomy Blocks module will merge with Taxonomy Navigator. If you are a maintainer of one of the many "taxonomy blocks" modules, please join us. The merged module will start in 2.x branch. Bugs in 1.x will be fixed anyways..
- Publisher: Omar Abdel-Wahab
- Date: 11-05-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Defaults
- License: Freeware
- Price: 0.00

Taxonomy Defaults allows you to assign default terms from any vocabulary to any node-type. Taxonomy Defaults allows two types of defaults: * If a vocabulary is marked as "Visible", then terms are pre-selected on new nodes, but can be edited. * If a vocabulary is NOT marked as "Visible", the vocabulary is hidden on the /node/add form and the terms are automatically assigned..
- Publisher: Heine Deelstra
- Date: 13-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Parser
- License: Freeware
- Price: 0.00

This module provides helper functionality for parsing data into taxonomy terms / pages. Useful if you are considering importing a large amount of taxonomy terms from an external source (e.g. an XML file). Once the module has imported the taxonomy data it will also return the structured taxonomy array, ready to be applied to a node object if you wish. This is purely a utility module for developers looking to import taxonomy data and has no front-end UI..
- Publisher: Graham Taylor
- Date: 02-03-2013
- Size: 10 KB
- Platform: PHP, Scripts
- OG Taxonomy Access
- License: Freeware
- Price: 0.00

This simple modules aims at linking group members and nodes via taxonomy. A goup member is only granted access to a node if her group matches has at least a common taxonomy term with the node. Taxonomy is often used to define hierarchy in organic groups. This module allows to restrict node access for groups within those taxonomy vocabularies. Example: John in a member of OG1. the organic group OG1 has the following taxonomy terms: Term1, Term2, Term4. John will have access to nodes with either of terms term1, term2 or term4 but will not have access to node with only term3. This module is in very early devellopment stage and any help/advice/feature request is more than welcome.
- Publisher: tomdeb
- Date: 06-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Active Taxonomy Links
- License: Freeware
- Price: 0.00

This module allows to process nodes of selected content type and replace the words in the nodes with a links to taxonomy terms if it exists. Installation Installation is as simple as installing the module. How it works 1. After standart installation Users will be able to do configurations via admin/settings/activetl/settings 2. Add links -> here Users will be able to select content type, content type's fields and vocabularies they want to use. 3. This module is not a copy of http://drupal.org/project/alinks, it is totally different. Because Current module rewrites the fields (Alinks does not change the node body as it is executed on display only) Active Taxonomy Links prevent server loading induced by huge amount of content.
- Publisher: adciserver.com
- Date: 25-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy Depth
- License: Freeware
- Price: 0.00

The Taxonomy Depth module enables dramatically more efficient taxonomy "depth" searches than the core taxonomy module. Drupal vocabularies can be hierarchical; terms can have parents. A normal taxonomy search is "retrieve all nodes with term T." A depth 1 taxonomy search is "retrieve all nodes with term T or any of term T's children." A depth N search is "retrieve all nodes with term T or any of its descendents up to N levels deep." When Taxonomy module performs a depth D search for a term T, it retrieves every term in T's vocabulary, scans the results in PHP to compute the descendant graph dynamically, extracts the descendants of T of depth D or less, and executes "SELECT FROM node INNER JOIN term_node WHERE tid IN (all terms in the descendant list)".
- Publisher: bjaspan
- Date: 21-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Taxonomy HTML
- License: Freeware
- Price: 0.00

This module provides an overview page and block representation of your site's taxonomy. Because several other modules provide the same functionality with more open possibilities, this module is not maintained anymore..
- Publisher: Anonymous
- Date: 17-04-2013
- Size: 10 KB
- Platform: PHP, Scripts





