In the portal.tpl file there is code that relates to truncated news, see below, with text of 'To be continued?' but I don't see how this is working or should be working on the page and was wondering if that is how I can get the 'Read more' link I was after?

---
{section name=item loop=$news}
{$tbopen}
<tr><td class="tdheader">
<span style="float:right" class="small">{$news[item].time}</span>
<a href="{ubb url="ubb=showflat&Number=`$news[item].topic_id`" title=$news[item].subject}">{$news[item].subject}</a>
<span class="small">
{$lang.POSTED_BY} {$news[item].poster}
</span>
</td></tr>
<tr>
<td class="alt-1">
<div class="post_inner">
{if $news[item].newsicon}
<img style="float:left; margin: 0px;" src="{$config.BASE_URL}/images/{$style_array.news}/{$news[item].newsicon}" alt="" />
{/if}
<br />
{$news[item].body} {if $news[item].truncated} <a href="{ubb url="ubb=showflat&Number=`$news[item].topic_id`" title=$news[item].subject}">To be continued?</a>{/if}
<br /><br />
<div style="text-align:right; clear:both" class="small">
{$news[item].views} {$lang.VIEWS}
·
<a href="{ubb url="ubb=showflat&Number=`$news[item].topic_id`" title=$news[item].subject}">{$news[item].replies} {$lang.REPLIES}</a>
</div>
</div>
</td></tr>
{$tbclose}
{/section}

---



Neil
Saints247.com - http://www.saints247.com

-- using version 7.5.7