Log in

View Full Version : post a thread using PHP?


wyc1552
09-29-2009, 01:40 PM
Hi Guys,

I'm using the vb blog tool. I want to write a PHP script that, when you post a blog, it also posts a thread. I want to keep all discussions in the forum and not in the blog tool. Is there a function that vbulletin provides that i can send it data and it will post a thread for me?

Moreover than that, I need to be able to know what the threadid of the new thread is. Because i need to enter that threadid into the blog table. That way I know which blog is associated with which thread.

Thanks!

Lynne
09-29-2009, 03:16 PM
Read this article, it has the information you need - Create Posts (https://vborg.vbsupport.ru/showthread.php?t=102418&highlight=post%2A)