How to create a menu link to a certain vocabulary ?
Thank you
http://drupal.org/project/taxonomy_menu
-- The Coding Pad
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 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.
Taxonomy menu module?
http://drupal.org/project/taxonomy_menu
--
The Coding Pad
'Page not found' for vocabulary.
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
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.