Posted by robertDouglass on September 30, 2004 at 11:11am
Is there a url that allows one to browse (list all nodes) a taxonomy in Drupal 4.5? I've seen that the term browsing url looks like this: taxonomy/term/n[,n1][,nx], but how does one get the whole vocabulary?
Comments
Vocabulary list
The vocabulary list module should be the thing for you. I don't know if it works for 4.5, but it works quite well for 4.4. It must need to be updated at least in the menu hook, to make it work with 4.5.
Working for me on 4.5
I'm running 4.5.1 and 4.5.2 and it's working
Disregard old instructions in old readme.txt about the url being taxonomy/page/vocab/{vid} and use taxonomy/vocabulary/{vid} instead as indicated in http://drupal.org/project/vocabulary_list :-)
Too bad it does not solve my need of listing terms, not nodes in a single vocabulary ( http://drupal.org/node/17246 ) :-(
------
Con paciencia y calma,
sube un burro a una palma
------
Con paciencia y calma,
sube un burro a una palma
Relief 2.0 - http://www.relief20.com
Navidad Latina - http://www.navidadlatina.com
Four different approaches to listing all terms in one vocabulary
Answer to this available at:
Although the text in in Spanish you should be able to read the code :-)
Three methods are listed:
http://www.socinfo.com/drupal/listandocategorias/formamascorta
http://www.socinfo.com/drupal/listandocategorias/formacorta
http://www.socinfo.com/drupal/listandocategorias/formalarga
Please note that there is also a module for this at:
with a 4.6 upgrade patch at:
Thanks to:
for their original replies at
------
Con paciencia y calma,
sube un burro a una palma
------
Con paciencia y calma,
sube un burro a una palma
Relief 2.0 - http://www.relief20.com
Navidad Latina - http://www.navidadlatina.com
Update for Drupal 4.6/4.7: Views module
Update for Drupal 4.6/4.7: Views module
Views module does this and many other things
- Views module: http://drupal.org/project/views
- Documentation: http://drupal.org/node/54448
- ref. Ramdak's description: http://drupal.org/node/17245
(just adding this comment for searchers that "end" up on this page, to find other relevant solutions quicker)
(Feb. 2012, FYI: I just changed my user name from "DanielTheViking" to "Leeteq".)