Skip to main content

Home/ Drupal for Developers/ Group items tagged taxonomy

Rss Feed Group items tagged

Scott Blackburn

How to make CCK fields do some of the same tricks as taxonomy terms | !&# - 0 views

  • 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.
webExplorations

The Drupal Cookbook (for beginners) | drupal.org - 0 views

  •  
    A nice summary giving an overview of what you can do with Drupal as well as the ability to zoom in on certain things such as menus and taxonomy. Great to help new folk get started with Drupal.
1 - 8 of 8
Showing 20 items per page