Quote:
Originally Posted by Tekton
I don't think that above code will work since bbuserinfo refers to the current user, not the one you're viewing.
|
good point... ok
In the MEMBERINFO template
Search for:
Code:
<if condition="$userinfo['usertitle']"><div class="smallfont">$userinfo[usertitle]</div></if>
(near the topish)
Add Underneath
Code:
<if condition="$userinfo[usergroupid]==6">
<div class="smallfont"><img src="images/misc/admin.gif"></div>
</if>
Shows
images/misc/admin.gif for group id 6 (Admins)