About News template + picture

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
alex7575

About News template + picture

Post 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}
alex7575

Re: About News template + picture

Post 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}
Locked

Return to “CMSMS Core”