Hello,
is there any way to create a hierarchical view of terms? Instead of
- term 1
- term 2
- term 3
- term 4
I want to get:
-term1
--term2
---term3
-term4
I've found some issue where merlinofchaos says that this feature was added in 2.x-dev (can't find it now), but I see no way to do that..
Comments
Comment #1
restyler commentedI'm also interested in node view, that respects taxonomy hierarchy:
(taxonomy is multilevel, so using just grouping field 'term' is not enough)
Comment #2
ksc commentedCheck the Taxonomy Menu Module - maybe it´s helpful.
http://drupal.org/project/taxonomy_menu
Comment #3
restyler commentedI'm already using it :) I just wonder if views can handle that type of task.
Comment #4
Flying Drupalist commentedThis would be a great feature. But I don't think it's possible yet. Can the maintainers please confirm either way?
Comment #5
traviscarden commentedIt looks like Views Bonus Pack aims to provide this functionality (see "Lineage nested taxonomy summary"), but it's dependent on #346324: Upgrade Lineage Nested to D6.
Comment #6
esmerel commentedHey neclimdul - is this possible with VBO?
Comment #7
neclimdulI was under the impression that the lineage functionality that was previously in views bonus was available in lineage now. If this is not the case... *sigh* I'd hoped I'd got away without having to learn how lineage stores things. :) Can anyone confirm that lineage can't do this?
Comment #8
MBroberg commentedTry this patch...
http://drupal.org/node/769136
and style each term level differently in css or rewrite the display of terms in views using HTML
Comment #9
MBroberg commentedOther modules I am looking into that might do something useful...
http://drupal.org/project/term_fields
http://drupal.org/project/field_taxonomy
Edit: sorry, not related
Comment #10
neclimdul