Use this conditional line:
PHP Code:
if ($staffsendspms and ($bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 6) and ($touserinfo['usergroupid'] != 5 and $touserinfo['usergroupid'] != 6))
replacing
PHP Code:
// [Gary W] only allow staff to send / only allow users to send to staff
if ($staffsendspms and ($bbuserinfo['usergroupid'] != 5 and $bbuserinfo['usergroupid'] != 6 and $bbuserinfo['usergroupid'] != 7) and ($touserinfo['usergroupid'] != 5 and $touserinfo['usergroupid'] != 6 and $touserinfo['usergroupid'] != 7))