Forums / General / How to get attribute value for a current class

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?!?

eZ debug

Timing: Jan 18 2025 18:14:39
Script start
Timing: Jan 18 2025 18:14:39
Module start 'content'
Timing: Jan 18 2025 18:14:40
Module end 'content'
Timing: Jan 18 2025 18:14:40
Script end

Main resources:

Total runtime1.4428 sec
Peak memory usage4,096.0000 KB
Database Queries200

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0081 588.9688180.8203
Module start 'content' 0.00811.2532 769.7891572.2578
Module end 'content' 1.26130.1815 1,342.0469337.3750
Script end 1.4427  1,679.4219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.2778210.0002
Check MTime0.00140.0996210.0001
Mysql Total
Database connection0.00090.061910.0009
Mysqli_queries1.357494.08112000.0068
Looping result0.00240.16921980.0000
Template Total1.406197.520.7031
Template load0.00200.137520.0010
Template processing1.404197.321420.7021
Template load and register function0.00020.010810.0002
states
state_id_array0.00280.193610.0028
state_identifier_array0.00170.115720.0008
Override
Cache load0.00170.1177380.0000
Sytem overhead
Fetch class attribute can translate value0.00140.099930.0005
Fetch class attribute name0.00140.097670.0002
XML
Image XML parsing0.00250.170030.0008
class_abstraction
Instantiating content class attribute0.00000.0017100.0000
General
dbfile0.00410.2857340.0001
String conversion0.00000.000730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs