So would this be correct?
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 -->
</if>
<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>