hey all , anyone know how to put red administrator image above avatar instead of administrator text ? (check img)
In
postbit template find:
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
</span>
And change it to:
<span class="smalltext">
{$post['groupimage']}<br />
{$post['userstars']}
{$post['usertitle']}
</span>
Or arrange it the way you want