Example code for Treemenu operator?

Author Message

Marco Zinn

Friday 30 January 2004 12:44:24 pm

Since 3.3-1, there is an "extendet treemenu operator" shipped with ezPublish.

From the Changelog:
- Extended treemenu operator to support offset and unlimited number of levels. It will also give information about the current selected items.

Does anyone have a working example of how to use the operator in a (pagelayout) template? With all features, of course (offset, show selected item)

Marco
http://www.hyperroad-design.com

Paul Borgermans

Friday 30 January 2004 2:42:10 pm

Hi Marco

Try the following in your pagelayout, it shows a tree of folders and highlights where you are for all folders starting from the second level of your node tree.

It expects an array with node id's, the noded id you currently are, a filter array with class names, the depth to skip from the root level and the max levels of depth to show. I suggest to always use the first two argemunts like below in a pagelayout template.

A warning: always pass a filter array, the treemenu operator otherwise falls back to classes with ids 1 and 8. YMMV

{* This code is copyright 2038 on mars by polleke and is a stripped version from the book *}
        <div style="width: 150px; border: solid 1px black; padding-top: 1em;">
            <ul>
                {let menuLevel2=treemenu($module_result.path,$module_result.node_id,array('folder'), 1, 5 )}
                    {section name=Menu loop=$menuLevel2}
                        <li style="margin-left: {$:item.level}0px;
                                {section show=$:item.is_selected}color: red;{/section}">
                           <a href={$:item.url_alias|ezurl}
                                {section show=$:item.is_selected} style="color: red;"{/section}>
                                {$Menu:item.text|shorten(50)}</a>
                        </li>
                    {/section}
                {/let}
            </ul>
        </div>

Put some nice cache-block around it and tell me if you like it

- paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Paul Borgermans

Friday 30 January 2004 2:54:55 pm

O yeah,

Currently the treemenu operator uses hard-coded sorting on priority. So for consistency, do this with your folders too.

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Marco Zinn

Saturday 31 January 2004 2:36:43 am

Thanks a lot Paul, i will try this ASAP.

Marco
http://www.hyperroad-design.com

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 19 2025 00:36:27
Script start
Timing: Jan 19 2025 00:36:27
Module start 'layout'
Timing: Jan 19 2025 00:36:27
Module start 'content'
Timing: Jan 19 2025 00:36:28
Module end 'content'
Timing: Jan 19 2025 00:36:28
Script end

Main resources:

Total runtime0.7976 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0104 588.0156152.6250
Module start 'layout' 0.01040.0034 740.640639.4453
Module start 'content' 0.01390.7822 780.0859558.5000
Module end 'content' 0.79600.0016 1,338.585912.1563
Script end 0.7976  1,350.7422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4422160.0002
Check MTime0.00140.1816160.0001
Mysql Total
Database connection0.00110.139710.0011
Mysqli_queries0.738092.5264600.0123
Looping result0.00050.0678580.0000
Template Total0.747993.820.3739
Template load0.00230.291720.0012
Template processing0.745593.469320.3728
Template load and register function0.00010.016610.0001
states
state_id_array0.00120.151910.0012
state_identifier_array0.00200.248220.0010
Override
Cache load0.00200.2460250.0001
Sytem overhead
Fetch class attribute can translate value0.00050.057820.0002
Fetch class attribute name0.00160.201660.0003
XML
Image XML parsing0.00090.118020.0005
class_abstraction
Instantiating content class attribute0.00000.002180.0000
General
dbfile0.00100.1219230.0000
String conversion0.00000.001040.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
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/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: 18
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs