Spróbuj tak:
<div class='general_box'>
<h3><img src='{$this->settings['img_url']}/comment_new.png' alt='{$this->lang->words['icon']}' /> {$this->lang->words['sos_latestdiscussions_title']}</h3>
<ul class='hfeed'>
<if test="is_array( $topicos ) && count( $topicos )">
{parse striping="latest_discussions" classes="row1,row2 altrow"}
<foreach loop="latest_discussions_hook:$topicos as $r">
<li class='hentry {parse striping="latest_discussions"}'>
<a href='{parse url="showtopic={$r['tid']}&view=findpost&p={$r['pid']}" template="showtopic" seotitle="{$r['title_seo']}" base="public"}'>{IPSText::truncate($r['title'],30)}</a> <span class='date'>{$this->lang->words['recent_by']} <address class="author vcard">{IPSLib::makeProfileLink(IPSLib::makeNameFormatted( $r['members_display_name'], $r['member_group_id']), $r['author_id'])}{parse template="user_popup" group="global" params="$r['author_id'], $r['members_seo_name']"}</address></span> <abbr class="published" title="{parse expression="date( 'c', $r['post_date'] )"}">{parse date="$r['post_date']" format="long"}</abbr><br />
<if test="$this->settings['sos_latestdiscussions_forums'] == 1"><span class='date'><abbr class="forum">{$this->lang->words['sos_latestdiscussions_forum']}: <a href='{parse url="showforum={$r['forum_id']}" base="public" template="showforum" seotitle="{$this->registry->class_forums->forum_by_id[ $r['forum_id'] ]['name_seo']}"}' rel='bookmark' title='{$this->lang->words['view_forum']}'>{$this->registry->class_forums->forum_by_id[ $r['forum_id'] ]['name']}</a></abbr></span><br /></if>
<if test="$this->settings['sos_latestdiscussions_replies'] == 1"><span class='date'><abbr class="published">{$this->lang->words['replies']}: {$r['posts']}</abbr></span><br /></if>
<if test="$this->settings['sos_latestdiscussions_views'] == 1"><span class='date'><abbr class="published">{$this->lang->words['views']}: {$r['views']}</abbr></span><br /></if>
</li>
</foreach>
</ul>
</div>