Page 1 of 1

Vertical EllNav depth bug in "Savusavu"

Posted: Wed Apr 05, 2006 8:18 pm
by Garamond
Hi, I was running my site succesfully with "Fiji" on my demo server but now I installed "Savusavu" on my production server and copied old content to it. Everything seems to work fine except that split EllNav prints wrong css class to 2nd active depth level. The menu item is

Code: Select all

li.active01
when it should be

Code: Select all

li.active02
The result doesn't look good as you may see when looking at the attachment.

0.12.1 Change log tells there were some bugfixes in depth issues, but can someone tell how to undo those bugfixes, since they don't seem to work with my installation? Or any other repair suggestions?

The code in my page template looks like this:

Code: Select all

{cms_module module='menumanager' template='ellnav-accessible.tpl' start_level='2' collapse='1'}
[attachment deleted by admin]

Re: Vertical EllNav depth bug in "Savusavu"

Posted: Thu Apr 06, 2006 4:40 pm
by Garamond
I managed to fix the problem by removing "-1" from the row 21 of ellnav-accessible.tpl so it looks like this now:

Code: Select all

<li class="active0{$node->depth}"><dfn>{$node->hierarchy}: </dfn><h3 class="clearfix">{$node->menutext}</h3>
Everything seems to work fine now, but since I don't have a clue how that template really works (as I'm not a programmer), I'm just wondering if I may face some other problems due to that modification.

Could someone give any comments about that?

Thanks