Yeah, looks like I was a little off on where to place it, sorry about that.
I have tested this exact code and it's working for me:
Find:
Code:
<span id="userinfo">
<span class="member_username">{vb:raw prepared.musername}</span>
<span class="member_status">{vb:raw prepared.onlinestatus}</span>
<vb:if condition="$prepared['usertitle']">
<br />
<span class="usertitle">{vb:raw prepared.usertitle}</span>
</vb:if>
</span>
</h1>
And right below </h1> add:
Code:
<vb:if condition="$userinfo[usergroupid] == 6"><img src="http://www.qapla.com/ju/jump.gif" /><br /></vb:if>
Change the number 6 to the usergroup id you want, and change the src to your image, but like I said this exact code works for me.