Create a thread threw an external php script

attemis

Member
Licensed customer
Hello,
is it possible to create a new thread in xenForo threw an external php script?
Greets
attemis
 
Okay thanks :)

Edit:
I can't find it... :/
Is it a function which moves a post into a new thread?
 
Last edited:
Moves a post? You need to split the thread and then merge the post into a new post. Which action are you actually attempting to replicate?
 
I just want to create a new thread in a specific forum in xenforo :)
But im new to xenforo and the zenframework...
 
Creating a new thread within a specified is rather easy and does not require the use of the XenForo Model's at all, but rather requires the use of the XenForo DataWriters. Do you have the XenForo framework initialized within your script?
 
I guess you will need to extend the forum controller, specifically actionCreateThread.
 
Back
Top Bottom