Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Dec 2007 at 22:23 UTC
Updated:
2 Jan 2008 at 11:09 UTC
Currently any new taxonomy gets made as a menu, in most cases you don't want it to be shown so a good idea might be to not show by default then if there's one you want to display you can always select it. It's tiresome to have to go back and unselect all the ones you don't want especially if there are many. I don't like taxonomy_menu because of this, but it appears to be the only thing that will create blog like category menus.
Comments
Comment #1
hutch commentedtry changing lines 44, 100 and 150 in taxonomy_menu.module:
to
You could elaborate on this by defining a constant at the top of the file
and replacing the 0 with TAXONOMY_MENU_SHOW_DEFAULT
should do it.
Comment #2
darumaki commentedthat worked nicely thanks