Taxonomy List: Displaying Lists of Terms

Introduction

The Taxonomy List moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. is for displaying the terms (or nodes) under categories with their descriptions and images (Taxonomy Image required). The user can select the number of terms to display in each row, and assign the HTMLHyperText Markup Language - the coding standard for a web page. attributes to the display cell, image, and the description text.

Installation

Standard moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. installation applies. If you want to have pictures associated with the terms, install the Taxonomy Image moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP..

Settings

The settings page is at Administer >> SiteA logically grouped set of content - also web site. configuration >> Taxonomy list. The page is fairly straightforward.

Vocabulary separator
This is the character that separates multiple vocabulary names in the page title.
List Mode
  • Hierarchical - subcategories will be shown as a table inside their parent's cell.
  • Flat - all terms will be listed at the same level in the grid.
Terms per row
How many terms in the list to show on a row.
Add administration links
Add administration links (e.g. "edit term") to the display for authorized users.
Optional information
Show content types
Displays a list of the content types for the vocabulary.
Show related terms
Sets whether or not to show related terms.
Show synonyms for the term
Sets whether or not to show synonyms for the term.
Show parents of the term
Sets whether or not to show the trail of parents for child terms
Count content
Count content types
Sets whether or not to count the content types for terms.
  • No count.
  • Count all content types.
  • Count by content type.
  • Count by type, don't show zero counts.
Hide terms with no content
Do not show the term if there is no content using the term.
Show taxonomy image?
Specifies whether or not you want Taxonomy Image to show the pictures.
Show taxonomy image
You may have the image linked to a) the term path (i.e. taxonomy/term/xxx), or b) as a full size image.

Using Taxonomy List

To browse the terms under a vocabulary, simply request the URL http://yoursite.com/taxonomy/vocabulary/<vid>[+<vid>][/depth[/list]].

For example:

http://example.com/taxonomy/vocabulary/1
to show all terms under vocabulary id #1
http://example.com/taxonomy/vocabulary/2+1
to show all terms under vocabulary id #2 and then follow by terms under vocabulary id #1
http://example.com/taxonomy/vocabulary/1/3
to show all terms under vocabulary id #1, limited to the top 3 levels of hierarchy.
http://example.com/taxonomy/vocabulary/1/2/list
to show all CONTENT under vocabulary id #1, limited to the top 2 levels of hierarchy.

Here's a screenshot.

Problems or Questions?

Please post support or feature requests, or bug reports on the project page, not in the general forums nor as a comment to this page.

 

Taxonomy list module

Hi nancy...thanks a lot for maintaining Taxonomy list.Its a great moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP..Its well explainesd.Presently it has been explained -how to filter and list categories under vocabs.But i use same vocabs for 2 content types.So, Can we filter by content type and list them using this moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP..

Working on it

I'm working on it, but you will need the Node Type Filter moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP..