Quote:
Originally Posted by bananalive
You needed to edit plugin: Easy Forms Reply Button.
Then newreply re-directs to form.
|
Thanks for your reply - I have done that.
I have copied what you told me to add before - Changing the threadID to new one. (and added it directly below your one)...
Shown below.
Code:
if (in_array($threadinfo[threadid], array(1st thread ID Here)))
{
header('Location: http://www.mywebsite.com/misc.php?do=form&fid=X') ;
}
if (in_array($threadinfo[threadid], array(2nd ThreadID Here)))
{
header('Location: http://www.myforumaddress.com/misc.php?do=form&fid=X') ;
}