Article's image does not appear

Author Message

Don Blogger

Monday 17 November 2008 5:43:08 pm

Hi,

I'm new to ez publish (using version 4.0.1) and have some troubles showing images on my ez publish site. I'm showing a node (class Article) with its intro and its body and would like to show the image I uploaded for this article.

In the technical manual I've read this could be done by

<img src="{$node.object.data_map.my_image.content[image_size].full_path}">

so I guess in my case it would be

<img src="{$node.object.data_map.my_image.content[small].full_path}">

am I right? I guess I'm not, because this doesn't show any results, I only get an empty image tag.

I checked in the var-directories and found various versions of my image, so it shouldn't be a permissions-related problem.

I'd very much appreciate your help!

Thanks in advance!

Don Blogger

Monday 17 November 2008 6:14:49 pm

I just found this statement, which seems to work:

{attribute_view_gui attribute=$node.object.data_map.image.content.data_map.image image_class='small'}

Anybody understands the second data_map?

Bruce Morrison

Monday 17 November 2008 6:43:36 pm

Hi Don

{attribute_view_gui attribute=$node.data_map.image image_class='small'}

should be all you need.

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Don Blogger

Monday 17 November 2008 11:45:03 pm

Hi Bruce,

thank you very much for your soon reply... unfortunately

{attribute_view_gui attribute=$node.data_map.image image_class='small'}

only produces this result:

   <div class="imageright">

    <div class="imageobject">
        </div>

    <div class="imagecaption">
    
    </div>

Any idea what's happening here?

Don Blogger

Friday 21 November 2008 2:16:28 am

Many thank's for your help, the problem was that the standard class Article does not use an Image object, but rather a "related object" named Image - with my custom class there are no problems at all.

cheers

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 06:20:26
Script start
Timing: Jan 31 2025 06:20:26
Module start 'layout'
Timing: Jan 31 2025 06:20:26
Module start 'content'
Timing: Jan 31 2025 06:20:26
Module end 'content'
Timing: Jan 31 2025 06:20:26
Script end

Main resources:

Total runtime0.0166 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.1328151.2109
Module start 'layout' 0.00550.0024 739.343836.6641
Module start 'content' 0.00790.0070 776.007894.2656
Module end 'content' 0.01490.0017 870.273433.9922
Script end 0.0166  904.2656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002615.7228140.0002
Check MTime0.00116.9018140.0001
Mysql Total
Database connection0.00116.395110.0011
Mysqli_queries0.002213.233730.0007
Looping result0.00000.090410.0000
Template Total0.00126.910.0012
Template load0.00095.652910.0009
Template processing0.00021.257510.0002
Override
Cache load0.00063.758110.0006
General
dbfile0.002011.791180.0002
String conversion0.00000.053140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs