great code !
i did change it a bit though, before it would show up two titles now add this code as instructed above!
Code:
<if condition="($post[displaygroupid]== 6)">
<img src="http://www.photoshack.com/albums/userpics/16875/admin.gif"
<else />
<if condition="($post[displaygroupid]== 11)">
<img src="http://www.photoshack.com/albums/userpics/16875/premium.gif"
<else />
<if condition="($post[displaygroupid]== 7)">
<img src="http://www.photoshack.com/albums/userpics/16875/moderator.gif"
<else />
<if condition="($post[displaygroupid]== 5)">
<img src="http://www.photoshack.com/albums/userpics/16875/gmod.gif"
<else />
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
</if>
</if>
</if>
</if>
and then delete this code found under the new code
Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
it will be found a couple of spaces below then you will only get one user title and if your a admin it will only show the image!