
Then i found this addon to show pictures in the newssummary
http://forum.cmsmadesimple.org/index.ph ... l#msg84215
That is working great but....
Now i want to make the thumbnail image clickable. Now i have a link above the thumbnail that i can click.
this is the line i have added
Code: Select all
{if isset($entry->logo)}<img src="{$entry->file_location}/{$entry->logo}"/>{/if}
Code: Select all
<div class="NewsSummaryLink">
<a href="{$entry->moreurl}" title="{$entry->title}">{$entry->title} </a>
</div>