How to test an media attribute ?

Author Message

Sébastien Antoniotti

Friday 08 December 2006 1:43:24 am

Hi,

In a custom class I have an attribute of type media that is not required, and displaying objects of this class, I want to test if this attribute (identifier : "son") contains a file or not.

I have tried this :

{section show=$node.data_map.son.content.filename.is_empty|not} 		        
		<object type="application/x-shockwave-flash" data="{'dewplayer.swf'|ezimage('no')}?mp3={$node.data_map.son.content.filepath|ezroot('no')}" width="200" height="18" bgcolor="#cccccc">
				<param name="movie" value="{'dewplayer.swf'|ezimage('no')}?mp3={$node.data_map.son.content.filepath|ezroot('no')}" />
				<param name="bgcolor" value="#cccccc"> 
		</object>{/section}

and this

{if gt($node.data_map.son.content.filesize,0)} 		        
		<object type="application/x-shockwave-flash" data="{'dewplayer.swf'|ezimage('no')}?mp3={$node.data_map.son.content.filepath|ezroot('no')}" width="200" height="18" bgcolor="#cccccc">
				<param name="movie" value="{'dewplayer.swf'|ezimage('no')}?mp3={$node.data_map.son.content.filepath|ezroot('no')}" />
				<param name="bgcolor" value="#cccccc"> 
		</object>{/if}

But my flash player always appears =(

eZ Publish Freelance
web : http://www.webaxis.fr

Kristof Coomans

Friday 08 December 2006 2:08:03 am

Hello Sébastien

You can use this:

{if $attribute.content.filename}
{* show the player *}
...
{else}
...
{/if}

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Sébastien Antoniotti

Friday 08 December 2006 3:01:13 am

It works very well !

Thanks a lot ;)

eZ Publish Freelance
web : http://www.webaxis.fr

kracker (the)

Friday 08 December 2006 3:09:28 am

<b>Added</b> node to eZpedia in a direct response from a user looking to abstract this into value for the next user.
<i>http://ezpedia.org/wiki/en/ez/solution_template_logic_to_test_object_attribute</i>

cheers,
//kracker

Member since: 2001.07.13 || http://ezpedia.se7enx.com/

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 19 2025 09:42:38
Script start
Timing: Jan 19 2025 09:42:38
Module start 'layout'
Timing: Jan 19 2025 09:42:39
Module start 'content'
Timing: Jan 19 2025 09:42:40
Module end 'content'
Timing: Jan 19 2025 09:42:40
Script end

Main resources:

Total runtime1.8527 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0086 589.1484152.6250
Module start 'layout' 0.00860.0060 741.773439.4453
Module start 'content' 0.01461.8367 781.2188605.6094
Module end 'content' 1.85130.0014 1,386.828112.1563
Script end 1.8527  1,398.9844 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.2007160.0002
Check MTime0.00150.0812160.0001
Mysql Total
Database connection0.00120.064010.0012
Mysqli_queries1.786396.4125620.0288
Looping result0.00070.0401600.0000
Template Total1.805797.520.9029
Template load0.00200.107920.0010
Template processing1.803797.353920.9019
Template load and register function0.00010.006310.0001
states
state_id_array0.00200.109110.0020
state_identifier_array0.00180.097220.0009
Override
Cache load0.00160.0857260.0001
Sytem overhead
Fetch class attribute can translate value0.00080.041230.0003
Fetch class attribute name0.00110.057270.0002
XML
Image XML parsing0.00190.100930.0006
class_abstraction
Instantiating content class attribute0.00000.001580.0000
General
dbfile0.00170.0937300.0001
String conversion0.00000.000840.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/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
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: 22
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs