Taxonomy Edge

Component type

module

Maintenance status

Development status

Downloads

25715

Component created

Component changed

Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().

The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().

Search API Context

Component type

module

Maintenance status

Development status

Downloads

3027

Component created

Component changed

Search API Context is an add-on module to the excellent Search API suite.

Search API Context provides "context-sensitive" blocks for Search API. Let's say you want to display some additional information about a selected term then Context becomes useful.
In the Context Block settings you specify a view to use and select what to display if a term is selected. This view must accept one argument of the type term id.

Taxonomy Term Reference Tree Widget

Component type

module

Maintenance status

Development status

Downloads

123346

Component created

Component changed

About this module

This module provides an expandable tree widget for the Taxonomy Term Reference field in Drupal 7. This widget is intended to serve as a replacement for Drupal's core Taxonomy Term Reference widget, which is a flat list of radio buttons or checkboxes and not necessarily fit for medium to large taxonomy trees.

This widget has the following features:

SearchTermExclude

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a very small module to exclude nodes from search results by taxonomy term.

  • On search settings page you may choose one or several taxonomy terms.
  • Nodes with these terms are stored in search tables without any content, so they are indexed but cannot be found.
  • It does not work with tags.

Taxonomy stats

Component type

module

Maintenance status

Development status

Downloads

645

Component created

Component changed

The purpose of this module is to provide different types of statistics for taxonomy terms on the website.

The module will initially provide a list of popular terms. The criteria for selecting what constitutes popular terms is by looking into how many nodes use it. This module does not calculate statistics on how many users view a node, rather, it's a tool for navigating through those terms that are used the most.