Quote:
Originally posted by Mist
The only part of getting it work with forumid is calling a different template for a different forum. You don't have to base the query on a forumid as you are allowed to insert blank data into a column 
- miSt
|
well i can add this near the top of newthread.php
Code:
if ($foruminfo[forumid]==2) {
eval("dooutput(\"".gettemplate("newthread_submissions")."\");");
exit;
}
but when you get into it, vbcode, smilies don't work and when you submit, nothing happens, so this won't do, i've also tried copying the start new thread section and repeating it with changes for the new templates, but they still arn't working, and i'm still not sure what to do with forumdisplay.php and editpost.php