W bicie topicRow znajdź:
<div class='ipsDataItem_meta ipsType_reset ipsType_light ipsType_blendLinks'>
<span>
{lang="byline_itemprop" htmlsprintf="$row->author()->link()"}
</span>{datetime="$row->mapped('date')" lowercase="true"}
{{if !\in_array( \IPS\Dispatcher::i()->controller, array( 'forums', 'index' ) )}}
{lang="in"} <a href="{$row->container()->url()}">{$row->container()->_title}</a>
{{endif}}
{{if \count( $row->tags() )}}
{template="tags" group="global" app="core" params="$row->tags(), true"}
{{endif}}
</div>
I poniżej dodaj:
{{$firstComment = $row->firstComment();}}
{{$fcomment = $firstComment ? $firstComment->content() : '';}}
{{if mb_strlen( $fcomment )}}
<div class='ipsType_medium ipsType_richText' data-ipsTruncate data-ipsTruncate-type='remove' data-ipsTruncate-size='2 lines'>
{$fcomment|raw}
</div>
{{endif}}