Writing out data_map attribute

Author Message

Claus Jensen

Tuesday 02 September 2003 3:50:09 am

Hi folks,
eZ wont write out my attribute. I've tried so many different ways, but it just dont wont do it. Here's the code:

{section loop=fetch(content,list,hash(parent_node_id,$top_cat, class_filter_type, "include", class_filter_array, array(1),sort_by,array(array(priority))))}

<strong>{$:item.name|wash}</strong>
As you can see im looping through some objects, and instead of $:item.name i want to write out an attribute called menu_title, so i have tried: $:item.data_map.menu_title, $:item.object.data_map.menu_title and a lot more.

Also this is not working, i want to display only objects that dont have node_id = 131, should it not be like this?
{section show=not(eq($:item.node_id, 131)))}
{/section}

Please help me, thanks.
claÜs

Claus Jensen

Tuesday 02 September 2003 6:33:11 am

Oki,
i figured the first part. I can do a {attribute_view_gui attribute=$:item.data_map.menu_title} or a {$:item.data_map.menu_title.data_text}

but i still have problems with the not() function how should it be used? the sdk explains this bad I think (http://ez.no/sdk/eztemplate/view/operator_list/)...

Anybody knows this?
cheers,
claÜs

Bjørn Kaarstein

Tuesday 02 September 2003 6:39:02 am

You might want to try {$:item|attribute(show)} or {$:item.data_map|attribute(show)}.

Also I would check the rights of the anonymous user. If you've created a new class, the anonymous user won't have the right to read it.. (I've burnt myself on this several times)

Try to give your section a name=test, so you can access the $test:item.... from the nested section.

I think your {section show} can be written like this:

{section show=ne($test:item.node_id, 131)}

{/section}

or you could use a switch/case statement:
http://ez.no/developer/ez_publish_3/documentation/development/libraries/ez_template/functions/switch

Hope this helps.

Regards Bjørn

Claus Jensen

Tuesday 02 September 2003 6:47:49 am

THANKS!

I'd already figured the first part, but you were right about the ne() instead of the not(eq())... so thanks a lot:)

best,
claÜs

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 21:00:37
Script start
Timing: Jan 18 2025 21:00:37
Module start 'layout'
Timing: Jan 18 2025 21:00:37
Module start 'content'
Timing: Jan 18 2025 21:00:38
Module end 'content'
Timing: Jan 18 2025 21:00:38
Script end

Main resources:

Total runtime0.8669 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.0045 587.9141152.6250
Module start 'layout' 0.00450.0033 740.539139.4453
Module start 'content' 0.00780.8576 779.9844484.9531
Module end 'content' 0.86540.0015 1,264.937512.1641
Script end 0.8668  1,277.1016 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3602160.0002
Check MTime0.00120.1426160.0001
Mysql Total
Database connection0.00050.060210.0005
Mysqli_queries0.815194.0222600.0136
Looping result0.00060.0662580.0000
Template Total0.829295.720.4146
Template load0.00220.249220.0011
Template processing0.827195.409020.4135
Template load and register function0.00020.023710.0002
states
state_id_array0.00160.183810.0016
state_identifier_array0.00240.274820.0012
Override
Cache load0.00190.2155360.0001
Sytem overhead
Fetch class attribute can translate value0.00080.096020.0004
Fetch class attribute name0.00130.144640.0003
XML
Image XML parsing0.00020.025620.0001
class_abstraction
Instantiating content class attribute0.00000.000840.0000
General
dbfile0.00110.1325100.0001
String conversion0.00000.000740.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/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs