Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 14:19 UTC
Updated:
24 Jul 2013 at 08:42 UTC
I have a tree page with node count enabled.
Imagine for example that i have this tree
Term A
Term A.A
Term A.B
Term B
Term B.A
When i browse in the page that i created the tree are perfect. But... how can i retrieve the page for term A (with the subtree Term A.A, Term A.B) ??
Thanks in advanced
Xarbot
Comments
Comment #1
xarbot commentedComment #2
xanoDuplicate of #305386: Clicking parents in term trees doesn't show term pages.
Comment #3
xarbot commentedIt's not the same
I need a page where the subtree
Term A
Term A.A
Term A.B
appears. Not all the terms of the vocabulary, only this subtree. How can i do this kind of filter??
Thanks in advanced
Comment #4
xanoYou will have to write custom code based on vocabindex_vi_view() and use that on a page of your own. This can be done by writing a small additional module that uses Vocabulary Index' functions rather than by modifying Vocabulary Index itself.
Comment #5
xanoComment #7
xano