Ya it would be not sure why it's not included.
My work around was making a group callled admin logos and included admins as secondary that was created after a group called sponsors. Alot of extra work and groups.
Or how about something simple, If a user is in admin group 6 post this logo for the post bit
<if condition="is_member_of($post, X)"> // <--- change X to the group number
/path/to/image
</if>
Can something like this work for VB 3.5
I got it to work using this
<BR>
<if condition="is_member_of($post, 6)"> <img src="$stylevar[imgdir_misc]/Admin.gif"
</if>
|