In forum.asp change line about 691. Add the red and change the green to the forum number you want to restrict. This will still allow Admins and Moderators of that Forum to post new topics.
and post_info.asp about line 251
if (blnCStatus = 0) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Category", 0
end if
if ((blnFStatus = 0) or (Forum_ID = 58)) and (AdminAllowed = 0) then
Go_Result "You have attempted to post a New Topic to a Locked Forum", 0
end if
case "EditTopic"