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

restyler’s picture

I'm also interested in node view, that respects taxonomy hierarchy:
(taxonomy is multilevel, so using just grouping field 'term' is not enough)

<h1>term1</h1>
<h2>term2</h2>
-node13
-node2

<h3>term3</h3>
node5
-node6

<h2>term4</h2>
-node7
-node8
ksc’s picture

Check the Taxonomy Menu Module - maybe it´s helpful.
http://drupal.org/project/taxonomy_menu

restyler’s picture

I'm already using it :) I just wonder if views can handle that type of task.

Flying Drupalist’s picture

This would be a great feature. But I don't think it's possible yet. Can the maintainers please confirm either way?

TravisCarden’s picture

It 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.

esmerel’s picture

Project: Views (for Drupal 7) » Views Bonus Pack
Version: 6.x-2.5 » 6.x-1.x-dev

Hey neclimdul - is this possible with VBO?

neclimdul’s picture

Status: Active » Postponed (maintainer needs more info)

I 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?

MBroberg’s picture

Try 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

MBroberg’s picture

Other 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

neclimdul’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)