MyBB Community Forums

Full Version: Phpmyadmin New Thread Query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm working on building a php page to create custom new threads in a specific forum while also including xthreads custom threadfields. I've found the table for both threads and threadfields, I just am not familiar with phpmyadmin and mybb as far as how to create a new thread properly so that it gets all the proper fields filled as well as gets the correct thread id number.

Because we're using two different tables to make this one thread work properly, I'm going to need to know the tid before querrying the second table (threadfields).

Would anyone be able to help me with this please?