Treemenu doesn't work...

Author Message

Philip K.

Friday 25 August 2006 2:53:01 am

Hello.

There are some problems with the treemenu operator.
I put a treemenu into my content-file (design/<design>/override/templates/full/<filename>.tpl) and used this code:

{def $mainMenu=treemenu( $node.path, 
				$node.node_id,
				array('folder'),1,5)}

{foreach $mainMenu as $menu}
	{if $menu.is_selected}
		<div style="height: 18px;">
			<img src="/images/folder.jpg" border="0" align="absmiddle" />&nbsp;<a class="select" href={$menu.url_alias|ezurl} alt="{$menu.text|wash}" title="{$menu.text|wash}">{$menu.text|wash}</a>
		</div>
	{else}
		<div style="height: 18px;">
			<img src="/images/folder.jpg" border="0" align="absmiddle" />&nbsp;<a href={$menu.url_alias|ezurl} alt="{$menu.text|wash}" title="{$menu.text|wash}">{$menu.text|wash}</a>
		</div>
	{/if}
{/foreach}

The output is always the same, treemenu shows only the root-level. nothing else will be displayed when I click deeper into the content structure. If I use the code in the pagelayout.tpl, the other levels will be shown... I can't understand why.

Could anyone give me some help? Thanks a lot...

Philip

Linux is like a wigwam; no windows, now gates, and apache inside!

Claudia Kosny

Friday 25 August 2006 4:19:32 am

Hi Philip

The treemenu does not work outside the pagelayout.tpl as it needs the module_result to work properly. But here you can find a workaround:

http://ez.no/community/forum/developer/menu_placed_outside_pagelayout_tpl/re_menu_placed_outside_pagelayout_tpl__3

Greetings from Luxembourg

Claudia

Philip K.

Friday 01 September 2006 3:59:29 am

Hi Claudia,

thank you for this tip. Now it works

Linux is like a wigwam; no windows, now gates, and apache inside!

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:23:23
Script start
Timing: Jan 18 2025 19:23:23
Module start 'layout'
Timing: Jan 18 2025 19:23:23
Module start 'content'
Timing: Jan 18 2025 19:23:24
Module end 'content'
Timing: Jan 18 2025 19:23:24
Script end

Main resources:

Total runtime0.8266 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.0089 588.9375152.6094
Module start 'layout' 0.00890.0037 741.546939.4141
Module start 'content' 0.01260.8124 780.9609531.6016
Module end 'content' 0.82510.0015 1,312.562512.1797
Script end 0.8265  1,324.7422 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4275160.0002
Check MTime0.00150.1821160.0001
Mysql Total
Database connection0.00130.152710.0013
Mysqli_queries0.772093.3998570.0135
Looping result0.00080.0944550.0000
Template Total0.780494.420.3902
Template load0.00220.261320.0011
Template processing0.778294.147620.3891
Template load and register function0.00010.013010.0001
states
state_id_array0.00170.202810.0017
state_identifier_array0.00210.251320.0010
Override
Cache load0.00170.2099210.0001
Sytem overhead
Fetch class attribute can translate value0.00170.206220.0009
Fetch class attribute name0.00140.164940.0003
XML
Image XML parsing0.00080.098020.0004
class_abstraction
Instantiating content class attribute0.00000.001650.0000
General
dbfile0.00080.1011160.0001
String conversion0.00000.001140.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.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
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: 14
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs