I use the same plugin, weird, anyways, try these:
or
Good luck.
<if $GLOBALS['mybb']->user['usergroup'] == 1 then>
//Guests see this content
</if>
or
<if $mybb->usergroup['gid'] == 1 then>
//Guests see this content
</if>
Good luck.