Search the macro
classic_big_avatar_cell and customize it like this:
<override_macro name="classic_big_avatar_cell" requires="node">
<div class="avatar-outer">
<div class="avatar-inner">
<n.owner.avatar size="big" border_class="medium-border-color"/>
</div>
</div>
<n.avatar_label condition="[n.owner.is_site_admin/]" label="[b][t]Administrator[/t][/b]"/>
<n.avatar_label condition="[n.owner.is_banned/]" label="[t]Banned User[/t]"/>
<n.avatar_label condition="[n.owner.is_in_group group='here_your_group_name'/]" label="[t]the_name_you_want[/t]"/>
<n.owner.post_count/>
</override_macro>
you can make the ammount you want, just copy and paste the line:
<n.avatar_label condition="[n.owner.is_in_group group='here_your_group_name'/]" label="[t]the_name_you_want[/t]"/>
:) Helper