How to create a menu link to a certain vocabulary ?

drupalnew - March 27, 2009 - 03:24

How to create a menu link to a certain vocabulary ?

Thank you

'Page not found' for vocabulary.

drupalnew - March 27, 2009 - 05:14

I used the taxomomy_menu.And I added a vocabulary 'NEWS'.

But when I click the 'NEWS' menu created automatically by the 'taxonomy_menu', it print 'Page not found The requested page could not be found. '

Then, I go to the 'admin/build/menu/item/131/edit', and I want to change the edit the path of the menu 'NEWS'. But it can't be edited.

How to change the path of it ?

Any menu item in Drupal 6

cog.rusty - March 27, 2009 - 06:13

Any menu item in Drupal 6 must point to an existing page. However core Drupal does not provide "vocabulary" pages to point to, it only provides term pages (taxonomy/term/nnn).

If you use some module such as http://drupal.org/project/taxonomy_list or http://drupal.org/project/vocabindex or http://drupal.org/project/taxonomy_vtn or some other module which can create vocabulary pages (depending on what you want those pages to show), you can point your menu item to one of them.

 
 

Drupal is a registered trademark of Dries Buytaert.