hey all , anyone know how to put red administrator image above avatar instead of administrator text ? (check img)
![[Image: DI1oRO7.png]](https://camo.mybb.com/127dd1b4db6d1d2fa7a9ce57276428e79d74d5ed/687474703a2f2f692e696d6775722e636f6d2f4449316f524f372e706e67)
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
