Vocabulary List

wazdog - July 4, 2004 - 17:54

CVS (4.5) version

This module provides node listings by vocabulary, much like taxonomy.module provides node listing by terms. It also implements vocabulary feeds, and works under the same principles as taxonomy term URLs.

Example URLs:
  taxonomy/vocabulary/{vid}
  taxonomy/vocabulary/{vid}/{depth}
  taxonomy/vocabulary/{vid}/{depth}/feed

Operators: Multiple vocabularies can be combined with the operators "+" (any) or "," (all). In other words, "+" is less specific than ",".

Depth: You may optionally specify a "depth" in the taxonomy tree hierarchy. This defaults to "1", which means only nodes tagged with top-level terms within the vocabulary are listed. A positive number indicates the number of additional levels of the taxonomy tree to search. You may also use the value "all", which means that all terms within a vocabulary are searched.

Example URLs:
  taxonomy/vocabulary/1+2/all   (list all nodes in either vocab 1 or 2)
  taxonomy/vocabulary/1,2/all   (list all nodes contained in both vocab 1 and 2)
  taxonomy/vocabulary/4/2       (list nodes two term levels deep in vocab 4)
  taxonomy/vocabulary/3/all/feed   (provide feed for all nodes in vocab 4)

The cvs version works fine with 4.5.0 Drupal. I won't tag a real 4.5 version until I implement legacy URLs (i.e. allow users upgrading the module from 4.4 to use the same URL structure for backwards compatibility). If you don't need this feature, just install the cvs version of this module.

4.4 version

This module plugs a small hole in taxonomy.module, providing node list pages and RSS services for vocabularies. These pages are accessible as

  taxonomy/page/vocab/{vid}
  taxonomy/feed/vocab/{vid}

Only a single vocabulary can be acccessed (no logical magic as with terms in taxonomy module). RSS autodiscovery is supported.

Releases

 
 

Drupal is a registered trademark of Dries Buytaert.