Quote:
Originally Posted by CremeEgg
Anybody know what I would have to change with this section to get it to post to 2 forums?
Code:
//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
$formforumid = "x";
|
Same question here. I can tell you a bunch of things that don't work.
Haven't delved into the email options yet, but I just noticed that the option for multiple email addresses is built in. Code for posting to multiple forums should be similar, right? That's where I'm going to look next; see if the code can be mimicked.
Once this is solved, next step is to figure out how to make the forums selectable via check boxes. I have it working for single-forum selection, but have a feeling it might get complicated figuring out how to add the forumid to some sort of formforumid array if the corresponding box is checked. Whee!