Hi,
I'm trying to create a complex hierarchy for a website and although I think I 'get' taxonomy, I need to use it to output a multi-tiered menu split over different divs as I've tried to illustrate in:
http://img.photobucket.com/albums/v76/pinkspaidaa/drupal/taxonomyhelp.jpg
- In #header, I need links to the main sections.
- In #navbar, I need links to the second layer of sections.
- I need the links to the first and second children only of the second-layer sections to be displayed in #navcontainer within a block divided into #navcontainer and #navtitle, with the title of the block outputted as text in #navtitle. (This may not be a block in the Drupal sense, just a div so I can space the resulting squares down the page.)
- In #main, I need the title of the currently selected page and beneath the title, I need the next layer of children to be listed as links, with the breadcrumb reflecting the change.
- eg. if I had just clicked on the second child of a main section, I would expect to see only the third children. If I clicked on one of those links, I would expect to see only the fourth children and so on.
- Beneath the title and links, I would sometimes want all the content filed under that page to be displayed, and sometimes not.
- As you can see from the picture, I want a multiple hierarchy with related terms (so, for example, I could view by Regions to display both the Staff and Projects in Northern Ireland, with links to related items like Staff in England etc.)