2
Clone a custom template set if you havent already, set it as your default template set in admin > preferences, then generate the News templates.
Choose
Edit News Templates > news_item.html
Then, use this:
<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}>span>div>
<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}> <{$story.poster}>span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}>span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}>span>)
div>
<div class="itemBody">
<{if $xoops_isuser == false}>
<{else}>
<{$story.imglink}>
<{/if}>
<p class="itemText"><{$story.text}>p>
div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}>span> <span class="itemPermaLink"><{$story.morelink}>span>
div>
div>
Hope this helps :)