Заходим в шаблоны-forum-topics-postConteiner и меняем местами репутацию и группу, вот пример:
<li class='cAuthorPane_photo'>
{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
</li>
{{if $comment->author()->member_id}}
<li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li>
<li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li>