By dashmug on
I have constructed my terms like this:
- primary term 1
- secondary term 1
- tertiary term 1
- tertiary term 2
- secondary term 2
- primary level 2
I first thought that when I access the secondary term 1, all its nodes will show including the nodes belonging to tertiary term 1 and tertiary term 2. But it didn't turn out that way. Is there a possible way to display the term's nodes together with all of it's subterms' nodes? If none, can you suggest a workaround?
Comments
multiple select
Did you check multiple select in the 'vocabulary' page.
check this option, then go back to each of your post and select 'secondary term1' hold down the 'control key' and select 'tertiar term 1' and so on. Save your post and there it is.
Hope this helps,
t4him
--*--
post back with your solution
I think the child/parent
I think the child/parent relationship in taxonomy is confusing. They does not appear to be any benefit to having child terms. The only effect is the display in the category select boxes.
You can use the views modules to do want you want. You can set it to display any of the selected terms.
http://drupal.org/project/views
here is a similiar question: http://drupal.org/node/58138
with a similiar answer ;)
White Paper Designs
Thanks
I'll just use views.module though it really didn't give me my expected results.
I'm with you.
I know how I could hack around it by selecting multiple terms, but I want to just turn the site over to a group of users and when they go to "Secondary Term 2" I want them to see all the tertiary terms below it.
It is possibile...
...but you have to modify the modules/taxonomy.module file.
You should insert a new function into it, like:
(it's a hacked taxonomy_get_children function :) )
And change the taxonomy_select_nodes function like this:
I haven't tested this too much, but it seems to be working.
See
See http://drupal.org/node/41349#comment-76913 for a possible solution.
Thanks
it's a much nicer solution, thx :)
Subscribing. Looking for
Subscribing. Looking for this in relation to panels_taxonomy. Greetings, Martijn