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.

eZ debug

Timing: Jan 19 2025 01:08:51
Script start
Timing: Jan 19 2025 01:08:51
Module start 'layout'
Timing: Jan 19 2025 01:08:51
Module start 'content'
Timing: Jan 19 2025 01:08:52
Module end 'content'
Timing: Jan 19 2025 01:08:52
Script end

Main resources:

Total runtime0.6372 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.0049 589.1563152.6250
Module start 'layout' 0.00490.0034 741.781339.4609
Module start 'content' 0.00820.6274 781.2422595.0781
Module end 'content' 0.63560.0016 1,376.320312.1563
Script end 0.6372  1,388.4766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.5732160.0002
Check MTime0.00160.2460160.0001
Mysql Total
Database connection0.00050.077910.0005
Mysqli_queries0.579090.8695620.0093
Looping result0.00070.1165600.0000
Template Total0.601194.320.3005
Template load0.00250.389320.0012
Template processing0.598693.932820.2993
Template load and register function0.00030.042510.0003
states
state_id_array0.00180.283310.0018
state_identifier_array0.00140.213820.0007
Override
Cache load0.00210.3313300.0001
Sytem overhead
Fetch class attribute can translate value0.00130.208630.0004
Fetch class attribute name0.00140.218260.0002
XML
Image XML parsing0.00120.193330.0004
class_abstraction
Instantiating content class attribute0.00000.001660.0000
General
dbfile0.00100.1560220.0000
String conversion0.00000.001540.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/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/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
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/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: 25
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs