How to get attribute value for a current class

Author Message

Andrei Popa

Saturday 14 March 2009 2:13:57 pm

Hello,

I created an attribute with identifier "color" and datatype: 'selection' for every class.

I try to find out what is the solution to get value for this attribute which is present in all classes.

Example: If current class is Folder and have attribute 'color' selected "Blue" i have to keep the "Blue" string value in one variable.

<b>I have to define this variable in pagelayout.tpl.</b>

Until now i find out how to get the list with attributes of the current class.

{def $attributes=fetch( 'content', 'class_attribute_list', hash( 'class_id', $content_info.class_id ) )}

Any suggestion how to do this?

Sorry for my bad english.

Many thanks,

Andrei

What do I do?! What do I do?!?

André R.

Sunday 15 March 2009 4:19:07 am

Why are you fetching the class and not the node?

{def $color_array = $node.data_map.color.content}
            {foreach $node.data_map.color.class_content.options as $option}
                {if $color_array|contains( $option.identifier )}<span>{$option.name|wash('xhtml')}</span>{/if}
            {/foreach}

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Andrei Popa

Sunday 15 March 2009 1:40:46 pm

Thanks for reply.

I tried your suggestion and is not work .

Very strange ... i tried to see in pagelayout.tpl in what is contain

{$node|attribute('show')}

and i get "Attribute Type Value".

I see that "$node" is not work in pagelayout.tpl

Any suggestion ?

What do I do?! What do I do?!?

André R.

Sunday 15 March 2009 2:38:08 pm

you need to fetch it first.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Andrei Popa

Sunday 15 March 2009 2:55:36 pm

I found the solution to get selected value from a selection (single selection) datatype.

{def $node=fetch( 'content', 'node', hash( 'node_id', $current_node_id ) )}
{$node.data_map.color.class_content.options[$node.data_map.color.data_text].name}

where $current_node_id = $module_result.path[$module_result.path|count|dec].node_id

Thank you very much for your help.
Andrei

What do I do?! What do I do?!?

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:13:20
Script start
Timing: Jan 18 2025 21:13:20
Module start 'layout'
Timing: Jan 18 2025 21:13:20
Module start 'content'
Timing: Jan 18 2025 21:13:22
Module end 'content'
Timing: Jan 18 2025 21:13:22
Script end

Main resources:

Total runtime1.3857 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 588.0391152.6406
Module start 'layout' 0.00560.0028 740.679739.4766
Module start 'content' 0.00831.3760 780.1563569.0859
Module end 'content' 1.38430.0014 1,349.242216.1250
Script end 1.3856  1,365.3672 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.2752160.0002
Check MTime0.00140.0985160.0001
Mysql Total
Database connection0.00140.099710.0014
Mysqli_queries1.315694.9420630.0209
Looping result0.00090.0672610.0000
Template Total1.349897.420.6749
Template load0.00310.223520.0015
Template processing1.346797.184920.6733
Template load and register function0.00010.007910.0001
states
state_id_array0.00200.145310.0020
state_identifier_array0.00170.119520.0008
Override
Cache load0.00250.1797380.0001
Sytem overhead
Fetch class attribute can translate value0.00070.050620.0004
Fetch class attribute name0.00150.107970.0002
XML
Image XML parsing0.00110.076020.0005
class_abstraction
Instantiating content class attribute0.00000.0015100.0000
General
dbfile0.00090.0660230.0000
String conversion0.00000.000440.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
5content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs