aha. That is not called "admin group image". Its called "User Banner".
Open this template: message_user_info
Find this:
Code:
<!-- slot: message_user_info_text -->
Below it add this:
Code:
<xen:if is="{$user.user_id} == {$visitor.user_id}">
<em class="userBanner bannerRed wrapped" itemprop="title">
<span class="before"></span>
<strong>Any Text</strong>
<span class="after"></span>
</em>
</xen:if>
you can change "Any Text" to anything you want.
This will add this:
View attachment 150576
and only me (profile owner) can see it in my own postbit. (anyone only can see it on their own postbit.)