Take a lookat Bananalive's post below it
https://vborg.vbsupport.ru/showpost....&postcount=461 with this go to Admincp>Plugins & Products>Add new plugin
Product: leave this alone
Hook location: newthread_start
Title: Form Button
Excecution Order: leave this alone
Plugin code: add the below changing the forum id's to that of the ones you want to control.
HTML Code:
if (in_array($forumid, array(1,2,3))) {
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}