15
Sorry ghia, here is the original code to show the story image:
<{if $articlePicture != ''}><img src="<{$articlePicture}>" alt="" align="left" style="margin-right: 5px; margin-bottom: 5px" /><{/if}>
Anda this is the code when apply the hack :
<{if $story.picture != ''}><img src="<{$xoops_url}>/modules/news/images/topics/<{$story.picture}>" width="320" height="240" alt="" align="right" style="margin-left: 5px; margin-bottom: 5px" /> <{else}> <a href="<{$articlePicture}>" target="_blank"><img src="<{$articlePicture}>" alt="" width="140" height="105" border="0" align="right" style="margin-left: 5px; margin-bottom: 5px" />a><{/if}>
i also have modified the height and weight to fit my design and add a link to show full size in new page