Hmm...I'm not quite sure - what happens if neither of those condtions is true, is there a default for every other case? (Or maybe the default is to show nothing?)
Anyway, ignoring that issue - I moved a couple tags around:
PHP Code:
<if condition="in_array($foruminfo[forumid], array(109, 217)) AND is_member_of($bbuserinfo, 5,6,7,74,78,90)">
<!-- zoints tags field -->
the original code is here for (usergroups) and in the (forumid)
<!-- / zoints tags field -->
<else />
<if condition="in_array($foruminfo[forumid], array(207,110,195,183,184,185,186,187,188,189,190,191,192,193,194)) AND is_member_of($bbuserinfo, 5,6,7,74,78,90)">
<!-- zoints tags field -->
the modified code is here for (usergroups) and in the (forumid) only
<!-- / zoints tags field -->
</if>
</if>