A suggestion/idea: When users hit newthread in a 'special' Forum, such as a Review forum, the announcement is loaded instead.
To post a Thread, they must click a link/button in the Announcement.
Something along the lines of
PHP Code:
if $forum['forumid'] == x { redirect "announcementurl"; }
and..
if $forum['forumid'] == x { if HTTP_Referrer != "announcementurl" {redirect "announcementurl"} else {do="newthread"; } }