MyBB Community Forums

Full Version: Is there a way to create threads programmatically?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys.

I have a form on my website and on submit I want to use the message inside an input to transparently create a new thread in mybb forum that I have on the same website.

Does mybb have an easy way of doing that, is there any API that can exists and can be use?

Thanks a bunch!Smile
[Image: sun_icon.png]
[attachment=29389]
use the plugin from yaldaram: http://yaldaram.com/showthread.php?tid=336

You can decide who can post using html and forums which can be used to post html
(2013-05-24, 02:01 PM)ikhwanulfikri Wrote: [ -> ]use the plugin from yaldaram: http://yaldaram.com/showthread.php?tid=336

You can decide who can post using html and forums which can be used to post html

Thanks but that has nothing to do with what I need. I don't want people to post html code in their posts, I want to automatically create the thread when a user fills in a message and presses submit from somewhere outside the forum, but from the same domain.
Or if you're keen on HTML/MyBB templates and at least a bit on PHP, you can play with XThreads:
http://mybbhacks.zingaburga.com/showthread.php?tid=288
http://mybbhacks.zingaburga.com/showthread.php?tid=559