I foudn my answer to this
First install template conditionals plugin
then go to newreply and new thread templates and change posticon variable from this
to this
First install template conditionals plugin
then go to newreply and new thread templates and change posticon variable from this
{$posticons}
to this
<if $GLOBALS['mybb']->user['usergroup'] == 4 || $GLOBALS['mybb']->user['usergroup'] == 3 then>{$posticons}</if>
of course make sure the ID numbers are the same as your admins and mods