ezimage operator not working?

Author Message

Erik Petersen

Wednesday 16 July 2003 11:28:09 am

I am having a problem using the |ezimage template operator:

<div class="imageleft">
<img src={"file_embed.gif"|ezimage} />
</div>

in my override of template content/view/embed.tpl doesn't work and produces the uri: .../user/content/view/full/65/file_embed.gif

Any help?

Selmah Maxim

Thursday 17 July 2003 9:32:48 am

try :

<img src={"design:file_embed.gif"|ezimage} />

Erik Petersen

Thursday 17 July 2003 12:19:49 pm

<div class="imageleft">
<img src={"design:file_embed.gif"|ezimage} />
</div>

Offers up:

design:file_embed.gif

as the uri for the image.

Erik Petersen

Thursday 17 July 2003 12:27:45 pm

What is it that I'm missing here?

This document http://ez.no/sdk/kernel/view/template_operators/ says:

ezimage
Prepends the current sitedesign to the url with the image subdirectory, if the file does not exist in that design the standard sitedesign is used instead.

{"search.png"|ezimage(single)}

becomes

'/design/mydesign/images/search.png'

I was referred to that document from http://ez.no/sdk/eztemplate/view/operator_list/ which says:

ezimage
Similar to ezroot but prefixes image directory in the design.

which says:

ezroot
Similar to ezurl but does not include the index.php

Which says:

ezurl
Makes sure that the url works for both virtual hosts and non-virtual host setups.

Failing any explaination I follow the link above which says:

eZ publish kernel operators
For more information see the Kernel template operators tutorial.

which takes me to the second link I posted.

|ezimage is clearly NOT doing what the documentation says it is supposed to do. This is either a bug in ezTemplate or in the docs. Can someone help please. This is 3.1-1

Jan Borsodi

Thursday 17 July 2003 11:31:25 pm

The ezimage operator should work unless you no longer see images in the admin design. This operator is used troughout ezpublish default templates.

The major reason for it not to work in your case is that either the filename of the image is misspelled, or the image is not placed in the image subdirectory for the current or standard design.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Erik Petersen

Friday 18 July 2003 11:36:40 am

Thanks! I double checked and my image was named file_embed.GIF not file_embed.gif. I change the filename and it worked. Thanks for the reply!

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 31 2025 01:28:24
Script start
Timing: Jan 31 2025 01:28:24
Module start 'layout'
Timing: Jan 31 2025 01:28:25
Module start 'content'
Timing: Jan 31 2025 01:28:26
Module end 'content'
Timing: Jan 31 2025 01:28:26
Script end

Main resources:

Total runtime1.1824 sec
Peak memory usage8,192.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.1328151.2109
Module start 'layout' 0.00540.0046 739.3438220.6875
Module start 'content' 0.00991.1715 960.03134,510.2031
Module end 'content' 1.18150.0009 5,470.234411.8516
Script end 1.1824  5,482.0859 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.3124160.0002
Check MTime0.00130.1069160.0001
Mysql Total
Database connection0.00080.065310.0008
Mysqli_queries1.082091.5034680.0159
Looping result0.00080.0696660.0000
Template Total1.130995.620.5654
Template load0.00180.155320.0009
Template processing1.129095.481920.5645
Template load and register function0.00140.114910.0014
states
state_id_array0.00080.071810.0008
state_identifier_array0.00100.084520.0005
Override
Cache load0.00160.1317470.0000
Sytem overhead
Fetch class attribute can translate value0.00220.182230.0007
Fetch class attribute name0.00220.190170.0003
XML
Image XML parsing0.00090.078630.0003
class_abstraction
Instantiating content class attribute0.00000.001570.0000
General
dbfile0.00100.0841170.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
7content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 28
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs