Try this:
Using Template Conditionals, I suppose it will work using PHP In Templates, which is more advanced.
<if $mybb->usergroup['gid'] == 1 then>
guest see this content
<else>
{$post['signature']}
</if>
Using Template Conditionals, I suppose it will work using PHP In Templates, which is more advanced.