MyBB Community Forums

Full Version: [Solved] Make form post a new thread to specific forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,

With the help of this tutorial http://community.mybb.com/thread-6615.html I was able to make a nice and simple form on my forum that is only accessible for certain groups.

To put it simple, it's an application form that will create a thread into the requests forum with a custom formatting for all the input information.

I am able to catch all the form and print it to the screen with the format I want, once its submitted. I just don't know how to make it create a new thread with the user that have submitted the form to a specific predefined forum.

I am using purely mybb and would rather keep it that way.

What functions can I use to create the new thread into an specific forum ?

Any help would be greatly appreciated.
You don't need to code something like that.
There is already an exisiting form manager: http://mybbsource.com/mods.php?act=view&id=99
Appreciate the link but can't download from that site and even if I could I have already done most of it and would like to finish it myself as it will be easier for me to make further modifications and so on, and all I need to find out now is how to make it insert the new thread to the right forum.

---- EDIT

Managed to get it working, still need some more working but is doing everything now.