In Drupal, taxonomy.module implements hook_term to provide links among content which shares a given term. Site builders often use this feature to provide indexes and RSS feeds of their content.
Taxonomy.module's purpose is to support the creation of controlled vocabularies which we can use to classify our site's content. If taxonomy.module were a prescription drug, this would be its "on-label" or indicated use. Using taxonomy.module vocabularies and terms to store essential data about our content is what I call an "off-label" use. You're not really creating a controlled vocabulary, and the term-node relationship in these cases isn't always classificatory.
However, a clever web developer will use the tools that get the job done, and often taxonomy.module is the perfect tool for making this happen. Because this information is essential to your node's content, CCK fields are indicated for this use. However, CCK fields don't have built-in linking among nodes which share values for the same field. Also absent is any built-in RSS feed for a CCK field's value. This requires some theming and Views.
Group items matching
in title, tags, annotations or url
1More
10 points to consider before hiring a Drupal developer - 0 views
Lead generation marketing - 2 views
1More
Drupal 8 Bug Bounty Program: Find an Issue and Get Paid - 0 views
Speed up a Drupal web site by enabling MySQL query caching | Nadeau Software - 0 views
Usage as a Web Service | Art of Solving - 3 views
‹ Previous
21 - 40 of 46
Next ›
Showing 20▼ items per page