The handbook only tells us how to make url links to terms like:
http://mysite.com/taxonomy/term/1
http://mysite.com/taxonomy/term/1,2
thttp://mysite.com/axonomy/term/2+3
But how do you make url links to vocabulary?
I tried these and they don't work:
http://mysite.com/taxonomy/vocabulary/1
http://mysite.com/taxonomy/vocabulary/2
http://mysite.com/taxonomy/vocabulary/3
Basically I wanna show a vocabulary page where it shows all of its terms (or featured terms only) in a page in blocks format. Kinda like the "front page" of the vocabulary so the users can see the previews of what they are going to see before clicking the featured terms there.
So when you click the primary links bar, you'll go to those vocabulary pages that showcase their preview terms and highlights.
How to do that? Thanks in advance.
Comments
A vocabulary does not have a
A vocabulary does not have a link, only terms do.
You can create one with the views module, by creating a view (a teaser list or a table-like page or a list of titles in a block) for each vocabulary. Those pages will have links.
Or else take a look at the directory module, although it is a bit old.
Thanks
That explains a lot about the vocab. I was confused my entire weekend to figure it out.
Taxonomy Menu is the way to go.
I had a similar issue yesterday, I needed to have a navigation built off of my taxonomy. I found that taxonomy Menu totally allowed me to do that.
http://drupal.org/project/taxonomy_menu
-carlo