I've integrated miniBB into my site (unique code set here by the way... ;-) ) and have all the user information set up correctly and working.
Now I'm ready to try the next step. On my site, you've got the ability to make a team/group of users. What I want to do is when one of them is created I want to also create a private forum for that group. I've got the private forum code up and running, but what I want to do is create the forum and get the ID back at the same time as the group is created.
Question: Do you have an API or function that I can use to create a forum from my other code, or do I have to go against the DB directly? I'd prefer a method, but if one's not available (I couldn't find one), then I'll write the db code.
Thank you for your help. Once I get the answer to this one, I've got another question that's even more fun!
Jeff |