Current navigation rollover - retaining status for child nodes.

Author Message

steve walker

Wednesday 20 October 2004 10:49:47 am

HI there!

I have a slightly changed sub_left.tpl navigation that has a bit of extra code in so the css can change the button colour when its a selected page. Looks like:

{section show=and( is_set( $module_result.path[1] ), is_set( $module_result.node_id ) )}
{let root_node=fetch( content, node, hash( node_id, 2 ) )
     submenu=fetch( content, list, hash( parent_node_id, $module_result.path[1].node_id,
                                         class_filter_type, include,
                                         class_filter_array, ezini( 'MenuContentSettings', 'LeftIdentifierList', 'menu.ini' ),
                                         sort_by, $root_node.sort_array ) )}
    <ul>
    {section var=menu loop=$submenu}
        <li {section show=eq($menu.node_id,$module_result.node_id)} class="menu-level-0-selected" {section-else} class="menu-level-0" {/section}><a href={$menu.url_alias|ezurl}>{$menu.name|shorten( 32 )}</a></li>
    {/section}

{/let}
{/section}

My problem is with:

<li {section show=eq($menu.node_id,$module_result.node_id)} class="menu-level-0-selected" {section-else} class="menu-level-0" {/section}><a href={$menu.url_alias|ezurl}>

It works fine if you go to the node thats represented on this sub navigation - but if you click on a child node the 'class="menu-level-0-selected"' isnt used, and the button reverts to unselected state.

Does anyone know how to tweak this code so that it keeps the state for all its child nodes? Is it using something like $module_result.path[1]?

Many thanks, Steve.

http://www.oneworldmarket.co.uk

Paul Forsyth

Wednesday 20 October 2004 12:23:02 pm

Steve,

I think this is what you need:

http://ez.no/ez_publish/documentation/reference/template_operators/miscellaneous/treemenu

paul

steve walker

Thursday 21 October 2004 10:50:27 am

Paul,

Thanks for the reply - will take a look and give it a go.

Regards, Steve.

http://www.oneworldmarket.co.uk

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 19:19:24
Script start
Timing: Jan 18 2025 19:19:24
Module start 'layout'
Timing: Jan 18 2025 19:19:24
Module start 'content'
Timing: Jan 18 2025 19:19:25
Module end 'content'
Timing: Jan 18 2025 19:19:25
Script end

Main resources:

Total runtime0.9066 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 589.2891152.6563
Module start 'layout' 0.00600.0038 741.945339.5078
Module start 'content' 0.00980.8954 781.4531498.7109
Module end 'content' 0.90520.0014 1,280.164112.0938
Script end 0.9066  1,292.2578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3685160.0002
Check MTime0.00150.1641160.0001
Mysql Total
Database connection0.00110.124810.0011
Mysqli_queries0.859094.7514570.0151
Looping result0.00070.0820550.0000
Template Total0.865095.420.4325
Template load0.00240.259920.0012
Template processing0.862695.150920.4313
Template load and register function0.00020.023910.0002
states
state_id_array0.00160.179410.0016
state_identifier_array0.00340.375720.0017
Override
Cache load0.00200.2185200.0001
Sytem overhead
Fetch class attribute can translate value0.00050.060320.0003
Fetch class attribute name0.00120.135730.0004
XML
Image XML parsing0.00030.028820.0001
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00080.0909100.0001
String conversion0.00000.001640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs