If my guess is right, one of this two codes is the one for reputation, just add one of them into postContainer near the postcount code.
first :
{template="reputationBadge" group="global" app="core" params="$comment->author()"}
second :
{template="reputationBadge" group="global" app="core" params="$comment->author()"}
{{if isset( $comment->author_solved_count )}}
{template="solvedBadge" group="global" app="core" params="$comment->author(), $comment->author_solved_count"}
{{endif}}