By nickblue on
could anyone point me to a document or resource that fully explains to me how taxonomy can help me in drupal and how best I can make it work? I am interested in a menu to grow and develop on its own based on how taxonomy is approached. I have been trying it on my site but the concept is still a bit beyond my grasp....:). Specifically, just what is meant by 'taxonomy'? I have installed a couple of modules but am looking for a detailed example of how it should be laid out. Thanks.
Comments
Try help
The help on taxonomy is a good start. See the page ?q=admin/help#taxonomy (Drupal 4.4) or ?q=admin/help/taxonomy (CVS).
How I understand it
This is my basic understanding of taxonomy.
A taxonomy is a way of organizing (describing) objects (things). It's really quite simple. Think about your everyday life.
You interact with objects (things) all the time. Right now you're interacting with a computer monitor, which is interacting with a computer, which is interacting with a power source which is interacting with a power line which is interacting with a power station.
Each of these objects are 'things' that we can define and describe and they are related to each other through our description.
Using this example, we can use simple words--yes we can use complicated words, but I like to keep things easy! -- to create a list of words that define and group our objects. The really powerful part of a taxonomy is that YOU define it. We could create our taxonomy like this:
We could also create this taxonomy this way:
How you use the taxonomy will depend on what your needs are. On one of the sites I manage, the content consists of documents available to the public and some that are private. These documents are basically organized by category, so I use the names of the categories for my taxonomy. I have:
I find a taxonomy very useful because it allows me to:
1) generate a really nice site map automatically
2) show users all pages related to a term or vocabulary
3) organize the sites content in such a way that things are never more than two clicks away
4) create menus based on taxonomy terms
I hope this answered some of your questions and wasn't too confusing.
Annie
taxonomy and the menu
NICE!! my question is how i have that hierarchy in the menu?
how to link those hierarhies to the menu?
tnx