I'm using 4.1.0rc.

So, I have this taxonomie for my content and use a hierarchy to sort the stuff into categories. For the navigation I use the taxonomy_html module.

Here is a small example:

Graphics
-- Cinema 4D
-- Gimp

If I click on 'Gimp', I get my Gimp stuff and so on. The problem is the 'Graphics' link. If I click it I get only the stuff with the term 'Graphics', but what I really want is all the stuff from 'Graphics' and the children ('Cinema 4D' and 'Gimp').

I think I need a way to add the 'or=...' part for the children to the 'Graphics' link.

Comments

moshe weitzman’s picture

taxonomy_dhtml.module fixed this problem.

blackburnrovers’s picture

I have my navigation with multiple hierarchies (for a newspaper site):
Issue 1
--Page 1
--Page 2
--Page 3
--Page 4
Issue 2
--Page 1
--Page 2
--Page 3
--Page 4

the taxonomy_dhtml works normally, but the Drupal breacrubms at the top do not. They have Issue 1 and Issue 2 empty unless I use multiple select. Anyway to automatically include the children when someone clicks on the parent vocab?

moshe weitzman’s picture

fixed ... in the future, please file bug reports on the project page.

blackburnrovers’s picture

I see your note that if is fixed, but my installation does not work as you say it should. i tried downloading and installing the latest version, but that does not correct the error.

my breadcrumbs at the top of the article look like
home >> Issue I
and when you click on Issue I, no nodes are listed.

you also linked to the taxonomy_html page, when the user was talking about taxonomy_dhtml. which one should i be using to correct my breadcrumbs?

thanks for the help.