Active
Project:
Views Hacks
Version:
6.x-1.x-dev
Component:
Views Summary Taxonomy
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 12:10 UTC
Updated:
31 Oct 2012 at 15:14 UTC
It sound like a great module, but can anybody please provide some info on how to use Views Taxonomy Summary?
I installed and enabled the module, but then what?
Comments
Comment #1
1kenthomas commentedI think someone has asked before-- see the existing issue queue. I'll post later if I have a chance.
Comment #2
alexbk66- commentedIt could be me, but I couldn't find my post :)
Comment #3
alexbk66- commentedCan anybody please write a few words explaining where "summary style plugin" can be found?
Comment #4
infojunkieI updated the usage description on the module page. Hope this helps.
Comment #5
alexbk66- commentedThank you, I tried it. But do I understand correctly - basically the view should display the summary only if argument isn't present?
If I specify the term ID - it should behave normally, i.e. list the nodes for this term?
Comment #6
infojunkieThat's right, that's the job of the argument summary.
That being said, you can *force* a summary by attaching a view to your main view that accepts the same argument but never receives it from the URL. Check for example the glossary view that comes with Views.
Comment #7
alexbk66- commentedI created a view with path summary/term/%. So if I don't set any argument (when editing the view) - preview does show the taxonomy tree. But if I save the view, then enter url summary/term - I get 404?
Comment #8
infojunkieNot sure what to think about #7. Sounds like you need to check your steps to make sure you are building the view correctly.
Comment #10
doublejosh commentedIs it possible to show a list of ALL terms in a vocabulary in a hierarchical list?
(no term argument, etc.)
I end up with a list like this of term ids suddenly, even though the term name is the field...
1 (1)
2 (1)
3 (1)
11 (1)
12 (1)
14 (1)
19 (1)
20 (1)
Comment #11
aaronbaumanThe brief summary on the front page does not address the common use case where the taxonomy summary is to be used like exposed filter / facet filter.
Can someone please provide step-by-step directions?