Fetch image issue...

Fetch image issue...

Monday 08 March 2010 1:30:08 am - 2 replies

Author Message

Damien MARTIN

Tuesday 09 March 2010 2:47:39 am

This is another way to do that :

{def $promos = fetch(content,list,hash('parent_node_id','361'))}
{foreach $promos as $promo}
    <img src="/{$promo.data_map.image.content['original'].url}" alt="my picture" />
{/foreach}

Not the best way to do, but it works...

Sandeep Kadam

Tuesday 09 March 2010 4:16:33 am

Hi Damien,

Really thanx for your reply....

<img src="/{$promo.data_map.image.content['original'].url}" alt="my picture" />

but still there was an issue when i used code given by you i get image as

<img src=/var/plain_site/storage/images/media/images/a/image1/1837-1-eng-US/image1.jpg alt="my picture" />

but it's not showing the image,
image src is missing "mysite" name like

src=/mysite/var/plain_site/storage/images/media/images/a/image1/1837-1-eng-US/image1.jpg

so i have made some modification in your code like below:

<img src={$promo.data_map.image.content['original'].full_path|ezroot()}  alt="my picture" />

and now it works fine for me thank's to you ...

Thank You,
Sandeep

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.