Okay this is probably not the way to do this but it seems to work for me.
If you add the following in the
message_user_info template
Code:
<xen:if hascontent="true">
<xen:contentcheck>
<xen:if is="{xen:helper ismemberof, $user, 3}">
<dl class="pairsInline">
<dt>{xen:phrase group_bb}:</dt>
<dd>Admin</dd>
</dl>
</xen:if>
</xen:contentcheck>
</xen:if>
Add the above anywhere below
Code:
<xen:if hascontent="true">
<div class="extraUserInfo">
<xen:contentcheck>
You'll notice that the ID3 refers to my own admin group, you would simply just insert your group id you wish to apply it. Also you'll notice i had to create a new phrase
group_bb you'll have to create the same (below for reference) and then style it accordingly.
Again probably not the best way of doing this but i'm sure someone will pop in and post a better way.
(below) what i got when i added some style via EXTRA.css
