Include an image...but just once

Author Message

Jan Petter Dale

Monday 30 January 2006 1:01:49 am

Hi.

When I edit a template and add i.e.

 
<a href="http://www.trav24.no/index.php/portal/div_pages/v65_champion_redirect.html"><div><img src={"anonnsorer/v65_champion.gif"|ezimage} /></div></a>

Then the system auto loop it, for every article it tried to present.

If you look at www.trav24.no , then you can see that the same image appears on top of
each article preview. Is there any way to just include it once?

I tried the include_once, but ezpublish does not seem to accept that.

I need it to be just presented once, on the top. Do I have to manually edit the
pagelaoyout.tpl file to make that happend? Or can it be done in the
template system?

My line view news articles looks like this atm:

 <center><a href="http://www.trav24.no/index.php/portal/div_pages/v65_champion_redirect.html"><div><img src={"anonnsorer/v65_champion.gif"|ezimage} /></div><br></a></center>

<table width="" class="latest_news">

   <tr>

       <td colspan="2">

           <div class="headline_link">

               <a href={$node.url_alias|ezurl}>

                   {attribute_view_gui attribute=$node.object.data_map.title}

               </a>

           </div>

       </td>

   </tr>

   <tr>

       <td>

           {attribute_view_gui attribute=$node.object.data_map.intro}
<p><a href={$node.url_alias|ezurl}>{"Read more..."|i18n("design/base")}</a></p>
       </td>

       <td valign="top">

           <a href={$node.url_alias|ezurl}>

               {attribute_view_gui attribute=$node.object.data_map.image image_class="articlethumbnail"}

           </a>

       </td>

   </tr>

</table>

Thanks for the help.

Bruce Morrison

Monday 30 January 2006 1:16:04 am

Hi Jan

This might help
http://ez.no/doc/ez_publish/technical_manual/3_6/reference/template_functions/miscellaneous/run_once

{run-once}
<a href="http://www.trav24.no/index.php/po...ect.html"><div><img src={"anonnsorer/v65_champion.gif"|ezimage} /></div></a>
{/run-once}

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

Thomas Nunninger

Monday 30 January 2006 1:20:42 am

Why don't you insert the picture in the folder template? If I've seen it right, you used the your article/news(?) line template and not the folder full template. So the line template is run for each news and so the picture is included every time.

Thomas

Jan Petter Dale

Monday 30 January 2006 3:20:38 am

Thank you. That worked :)

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