hi, I've created the following vocabulary and terms in order to clasify some documents on our site:
- Documents
-- section A
---- subsection A1
---- subsection A2
-- section B
-- section C
-- section D
By using the flexinode_terms_extension.module we can manage to get table views of this nodes each with their corresponding documents, their titles, descriptions and a link for dowload them. We have set up a navigation menu on the left column so the user can navigate through this tree and get the documents s/he wants.
My problem is the following. When the user clicks on 'Documents' from the navigation menu, s/he gets a complete table list of all the documents on the central column, then after he clicks on the corresponding sections or subsections he gets this list restricted to the documents of each section.
We would like that instead of getting the whole list of documents when clicking 'Documents', a list of the sections appeared on the central colum, i.e. a view of the links to the sections that comprise that parent node as follows:
-- section A
---- subsection A1
---- subsection A2
-- section B
-- section C
-- section D
I hope it's clear what we want. Thanks.