Quote:
Originally Posted by Reece^B
Hey,
Is there a way to make this mod work so when you post a thread, you have to fill in a form?
|
Quote:
Originally Posted by Chet T16
Slightly related...
Does anyine know how i would make the "new thread" link point to a specific form for different sub-forums?
i.e. I want to use the forms as a template for posting new classifieds in the for sale forum but have the new thread link go to a different form if trying to post from the wanted section
|
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' ) ;
}