Closed (fixed)
Project:
Taxonomy Menu
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Oct 2004 at 00:49 UTC
Updated:
6 Jan 2005 at 00:32 UTC
I find the taxonomy_menu feature usefull, but did not like the results from clicking on the initial menu entry which produced a page with the vocabulary name and "There are currently no posts in this category." I thougth it would be usefull to show all the terms for the vocabulary along with out many items reference it. I modified function taxonomy_menu_page (shown in attached file) to achieve this and was hoping you might include it in the official version.
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| patch_1.txt | 1.44 KB | nevets |
Comments
Comment #1
(not verified) commentedComment #2
Uwe Hermann commentedComment #3
morbus iffClosing. I've attached a patch over in http://drupal.org/node/13275 that replicates the same methodology throughout the taxonomy_menu - when clicking on a term, show all nodes under that term (and not page() items on the terms children). In this case, clicking on a vocabulary should show all nodes assigned to terms of that vocabulary, not a hierarchal list of terms. You should follow a similar, but more inclusive, feature request at http://drupal.org/node/8167.