Posted by kilimanjaro on September 7, 2007 at 6:43am
Jump to:
| Project: | SiteMenu |
| Version: | 5.x-1.0 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
If I have these taxonomies:
- Term1
--Term1a (5 nodes)
--Term1b (3 nodes)
--Term1c (7 nodes)
--Term1d (8 nodes)
When I click Term1a to Term1b, it shows the related nodes.
But if I click Term1, it doesn't show anything. I just says "There are currently no posts in this category" which I think it's not true because it has subterms "Term1a" to "Term1d" and all those 23 nodes.
So isn't the term supposed to show at least the subterms when the term is clicked? Or is this going to be done in the future release?
Comments
#1
This behaviour has absolutely nothing to do with the SiteMenu module, it's part of Drupal core as taxonomy is.
OK, though this is off topic here:
Supposed, "Term1" has the URL "/taxonomy/term/7" then use the URL "/taxonomy/term/7/1" for going 1 Level down in the hierarchy, type "/taxonomy/term/7/all" for all levels. (Of course these URL's can have aliases.) In fact, if you go to "/taxonomy/term/7" this means: "/taxonomy/term/7/0" (in other words: NO hierarchy) - and this way you catch only the nodes tagged with "taxonomy/term/7" directly.
#2
I see. I didn't know that. Thanks, I'll try it out.