Page 1 of 1

About News template + picture

Posted: Tue Dec 06, 2005 10:32 pm
by alex7575
Hi everyone, here is a news template i created in order to list all the new and make them appear with a summary.

The thing is i'd like to attribute a different picture to each news.
I think i can use the $entry->id but i don't know how to link the id to the correct picture.jpg.
Could you please help me?

here is a website url in which news is linked to a different picture:
http://www.akihabaranews.com/
{foreach from=$items item=entry}

{$entry->title}




{if $entry->summary}
{$entry->summary} - [{$entry->morelink}]

{/if}

{if $entry->postdate}


CVK.fr - Posté le {$entry->postdate|date_format:"%d %b %Y à %H:%M"}

{/if}



----------------------------------------------------------------------------


{/foreach}

Re: About News template + picture

Posted: Tue Dec 06, 2005 10:47 pm
by alex7575
here is my first idea which works but it's not the best way to do it...
so if you can help me out  ;D
{if $entry->id==5}

{/if}