Znalazłem jedynie ten KOD w szablonach
<if test="recenttopics:|:is_array( $users ) && count( $users )">
<div class='ipsSideBlock clearfix'>
<h3>{parse expression="sprintf( $this->lang->words['time_spent_title'], $this->settings['sidebar_toponlineusers_registros'] )"}</h3>
<div class='_sbcollapsable'>
<ul class='ipsList_withminiphoto'>
<foreach loop="topics_hook:$users as $r">
<li class='clearfix'>
<a href='{parse url="showuser={$r['member_id']}" seotitle="{$r['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['view_profile']}' class='ipsUserPhotoLink left'><img src='{$r['pp_mini_photo']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" class='ipsUserPhoto ipsUserPhoto_mini' /></a>
<div class='list_content'>
{parse template="userHoverCard" group="global" params="$r"}
<p class='desc ipsType_smaller'>
{$this->lang->words['time_spent']}: {$r['time']}
</p>
</div>
</li>
</foreach>
</ul>
</div>
</div>
</if>