Quote:
Originally Posted by bananalive
How can I Re-direct/ force users to submit form when they 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.
|
I want to implement this bananalive, but not sure how, would i have to make this into a xml and import it as a plugin or, does this go in hook area?, also i have a lot more forums that i want to force and i have modified the code is this right
PHP Code:
if (in_array($forumid, array(58,59,60,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108)))))))))))))))))))))))))))))))))))))))))))))))))))
{
header( 'Location: http://www.harleydavidsonpartsforum.comforum/misc.php?do=form&fid=1' ) ;
}
any help from anyone would be appreciated just not sure about this part of the explination
PHP Code:
[*]Create plugin newthread_start