Quote:
Originally Posted by Welshy2008
Hi BA,
I have the option of "Edit Form" in the drop down menu. But there is no button (Go, Enter Etc) for me to click on to enter the next stage that you mention in post #828.
I upgraded to the V3.4 (even though it says 3.3 when I did so).
Would you also be kind enough as to tell me if and how it is possible, that the form can be accessed while a member presses the reply button. (Just on that forum).
|
It should re-direct on click one of the options? Which browser are you using? Is javascript enabled in your browser?
that's just typo.
Create plugin newreply_start
PHP Code:
if (in_array($foruminfo[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 forumids.