Hi all
Just installed this mod for a "recipe database" we want to build.
I have created a plugin as per this post:
https://vborg.vbsupport.ru/showpost....postcount=1765
And modified it as per this post:
https://vborg.vbsupport.ru/showpost....postcount=1767
in order to create a new form on the "New Thread" button for the applicable forum
My code is as follows:
PHP Code:
if (in_array($forumid, array(45)))
{
header('Location: http://www.myforum.com/misc.php?do=form&fid=1') ;
}
Where my forum_id is 45 and form_id =1
Execution order is 5, plugin is active.
But nothing happens when I create a new thread in the applicable forum - it just starts a new post as per normal.
So what have I done wrong?
The location URL works fine.
vbulletin version is 4.2.2 PL4