Quote:
Originally Posted by bananalive
Create plugin with vBulletin Hook Location: newthread_form_complete with the following php code:
PHP Code:
if (in_array($forumid, array(1,2,3)))
{
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
Change 1,2,3 for appropriate threadids.
|
Thanks for this one!!! I was looking for it.. and now.. found it!! :-)
Tested and works like a charm!
New thread is linking to forms, and you can make multiple ones, different forums to different forms...:up: