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

gábor hojtsy’s picture

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.

Carlos Miranda Levy’s picture

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

Carlos Miranda Levy’s picture

Answer to this available at:

Although the text in in Spanish you should be able to read the code :-)

Three methods are listed:

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

Leeteq’s picture

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)

.
--
( Evaluating the long-term route for Drupal 7.x via BackdropCMS at https://www.CMX.zone )