Re: Menu theming question
Does the original nav file have the problem?
If not I always find it to work the best is to use the original as a basis and re-add all the changes you made from your own version. Continue doing this until everything is in or you encounter the problem (solve it 8-) )
Re: Menu theming question
Hmm, I must be going about this the wrong way. I have snooped around a bit and it appears nearly identical.
The thing is the main nav (nav_default.tpl) produces the expected structure whereas (nav_left,tpl) does not. I tried pasting the code from nav_default.tpl to see what would happen, it produces links but not the ul structure as it does in the main nav.
It seems like there is no "Level 2" "Level3" being generated in the left column.
The $this->header produces different content then $this-left. obvious enough but I want the nested ul structure it produces.
I'll hit it again tomorrow with fresh eyes.
Re: Menu theming question
So you're asking that when a level_2 menu item is active, you also want level_3 to be visible? or if a level_1 menu item is active, you want level_2 AND level_3 to be visible?
Also, I noticed the coding specifies only level_1... I'm wondering, did you use a "Custom Navigation" module as opposed to a standard "Navigation" module when you built the left_nav?