Show attribute name in template

Author Message

Noicokuna Niemoge

Sunday 18 January 2009 3:03:53 pm

Hi there;

I want to show attribute name in template. I couldn't find it in documentation. My output code looks like:

{if $node.data_map.sound.has_content}
	<div>SOUND :</div> 
	<div>
            {attribute_view_gui attribute=$node.data_map.sound}
        </div>
        {/if}

I want to change "SOUND" so that it displays attribute name. Not content, but just the name which I assigned while creating a class from the set of attributes. I need it because my site is not in English and contains special characters.

Please help.

Shiki soku ze ku...

Stéphane Bullier

Monday 19 January 2009 1:31:50 am

Hello,

You can use this code to inspect the content of node :

 {$node|attribute(show,1)}

In your case, you have to use :

{$node.object.contentobject_attributes[X]}

change X with the id of sound attribute.

Stéphane

Noicokuna Niemoge

Monday 19 January 2009 11:40:14 pm

Thank you very much :)

Shiki soku ze ku...

Gary Teh

Monday 26 January 2009 2:59:17 am

Just in case,. I think more of these template operators could be found on this page as well. :)

http://ez.no/doc/ez_publish/technical_manual/4_0/reference/template_operators

Cheers
Gary

http://name1price.com : Get a Cool website for yourself and also learn how to manage it. It is easy. Use it to get more customers for your business.

Noicokuna Niemoge

Tuesday 03 February 2009 12:27:34 am

I'm writing again, because I thanked you without checking the operator (it looked very logical). However, it doesn't output the name, there's only blank space. Hmmm.... any help?

EDIT: found it: for reference, it is:

{$node.data_map.(your attribute identifier).contentclass_attribute_name}

Shiki soku ze ku...

Gary Teh

Sunday 08 February 2009 10:43:36 am

Cheers
Always a pleasure to be of help

http://name1price.com : Get a Cool website for yourself and also learn how to manage it. It is easy. Use it to get more customers for your business.

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 11:36:08
Script start
Timing: Jan 18 2025 11:36:08
Module start 'layout'
Timing: Jan 18 2025 11:36:08
Module start 'content'
Timing: Jan 18 2025 11:36:09
Module end 'content'
Timing: Jan 18 2025 11:36:09
Script end

Main resources:

Total runtime1.0163 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0091 589.0313152.6250
Module start 'layout' 0.00910.0030 741.656339.4609
Module start 'content' 0.01201.0027 781.1172606.2188
Module end 'content' 1.01480.0015 1,387.335916.1641
Script end 1.0163  1,403.5000 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3240160.0002
Check MTime0.00140.1409160.0001
Mysql Total
Database connection0.00100.096210.0010
Mysqli_queries0.955193.9795680.0140
Looping result0.00060.0597660.0000
Template Total0.979996.420.4900
Template load0.00180.178620.0009
Template processing0.978196.242120.4891
Template load and register function0.00010.014210.0001
states
state_id_array0.00070.070210.0007
state_identifier_array0.00120.119520.0006
Override
Cache load0.00150.1499320.0000
Sytem overhead
Fetch class attribute can translate value0.00090.085030.0003
Fetch class attribute name0.00110.108080.0001
XML
Image XML parsing0.00110.113030.0004
class_abstraction
Instantiating content class attribute0.00000.001890.0000
General
dbfile0.00110.1054210.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/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