I've been trying to make this work all day, and I've read countless web tutorials, all of which have ultimately been dead ends. Hopefully somebody here can point me in the right direction.
So I'm working on a site that's divided into sections, subsections, and sub-subsections. A hierarchy something like this:
I'd like to have the primary sections ("Home" and "Community" in the example) appear as tabs at the top of the site. Then, based on whichever tab you click on, you should be shown a vertical navigation bar that's got 2 levels of nested links, but only shows you the options within the section that you clicked on. So, when you first hit the page, you are at the home page and the navigation menu will have "About" and it's sub-items as well as "History" and it's sub items, but you don't see "staff bios" at all. Then, if you click on the "community" tab, the "about" and "history" links are gone, but you see the "Staff Bios" link & sub-links instead. My problem is that for the life of me I can't figure out how to get a nested menu that also is aware of what section the user is in. The closest i've been able to come is using the Primary and Secondary links features, but even if I set up tertiary links & turn on the expanded flag for all the links, the php call for the secondary links doesn't bring up any of the sub-items. So, I end up with "About" and "History" showing up perfectly, but "detail 1", "detail 2" etc. don't show at all.