
06-02-2009, 03:23 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MoveOver.cc
Great mod.
Thx.
Works just fine for me.
I have added this to another message board but have forgotten how to redirect the New Thread in the specific forum to the necessary form.
Please advise.
|
How can I Re-direct/ force users to submit form rather than click new thread?- Create plugin newthread_start
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 forumids.
|