{{foreach $rows as $row}} {{$idField = $row::$databaseColumnId;}}
  • reactionCount() >= settings.reputation_highlight}}ipsComment_popular{{endif}} ipsClearfix ipsClear {{if $row->hidden()}}ipsModerated{{endif}}'> {{if \IPS\IPS::classUsesTrait( $row, 'IPS\Content\Reactable' ) and settings.reputation_highlight and $row->reactionCount() >= settings.reputation_highlight}}
    • {lang="this_is_a_popular_post"}
    {{endif}}
    {{if \IPS\IPS::classUsesTrait( $row, 'IPS\Content\Reactable' ) and settings.reputation_highlight and $row->reactionCount() >= settings.reputation_highlight}}
    • {lang="this_is_a_popular_post"}
    {{endif}}
      {{if $row->canReportOrRevoke() === TRUE}}
    • {lang="report"}
    • {{endif}} {{if $table->canModerate() and ( $row->canSplit() or ( $row->hidden() === -1 AND $row->canUnhide() ) or ( $row->hidden() === 1 AND $row->canUnhide() ) or $row->canDelete() )}}
    • {{endif}}
    {$row->contentTableHeader()|raw}
    {{if \IPS\Request::i()->controller == 'activity'}}
    {template="userPhoto" group="global" app="core" params="$row->author(), 'mini'"}

    {$row->author()->link( NULL, NULL, $row->isAnonymous() )|raw}

    {{endif}} {{if \IPS\Request::i()->controller == 'activity'}}
    {{endif}}
    {{if $row->hidden() === 1 && $row->author()->member_id == \IPS\Member::loggedIn()->member_id}} {lang="comment_awaiting_approval"} {{endif}} {$row->content()|raw}
    {{if $row->hidden() !== 1 && \IPS\IPS::classUsesTrait( $row, 'IPS\Content\Reactable' ) and settings.reputation_enabled}}
    {template="reputation" group="global" app="core" params="$row"}
    {{endif}}
  • {{endforeach}}