Closed (outdated)
Project:
Views Bonus Pack
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 13:26 UTC
Updated:
8 Mar 2023 at 20:35 UTC
Jump to comment: Most recent
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