MyBB Community Forums

Full Version: MyBB Integrator and xThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have installed both MyBB Integrator and xThreads, I thought it'd be quite straightforward to pass the value of a calculated variable to an xThread field but turns out it isn't.

So, any idea of how to create a thread from a page that uses MyBB Integrator, in a forum that has some xThreads custom thread fields?
You will need to do a table join between the mybb_threads table and the mybb_threadfields_data table on the column tid. See my Recent Threads On Index repository for an example.
So interesting, thanks!