Hi guys, I need help with this problem I have.
I am using the Easy Forms mod, but would like the New Thread button to redirect to the form instead of the standard editor.
I have some code that apparently works, but I have no idea how to make the plugin or use the code.
And it also says - "Change 1,2,3 for appropriate forumids"
Could anyone possibly help me with this... I need this done quite urgently if possible.
Many thanks... Termy.
I am using the Easy Forms mod, but would like the New Thread button to redirect to the form instead of the standard editor.
I have some code that apparently works, but I have no idea how to make the plugin or use the code.
PHP:
if (in_array($forumid, array(1,2,3)))
{
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
And it also says - "Change 1,2,3 for appropriate forumids"
Could anyone possibly help me with this... I need this done quite urgently if possible.
Many thanks... Termy.