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

CommentFileSizeAuthor
patch_1.txt1.44 KBnevets

Comments

Anonymous’s picture

Uwe Hermann’s picture

morbus iff’s picture

Assigned: Unassigned » morbus iff

Closing. 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.