Ok so what I'm building has a part that will create new threads 'on-demand' so to speak so I need the ability to generate these threads.
I've got everything sorted out and I only had one question. How to find the new thread's ID.
I saw that
PHP Code:
vB_DataManager_Thread_FirstPost->save();
Returns the Insert ID from the query. Is that Insert ID equal to the new Thread ID?
--------------- Added [DATE]1221251026[/DATE] at [TIME]1221251026[/TIME] ---------------
Figured it out, and the answer is yes