The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
post a reply using build_new_post function
I have a thread lets say # 1091
How do i submit a reply to that thread using build_new_post ? I tried doing something like this ... PHP Code:
But it doesn't work can someone please help ? Thanks a bunch ! |
#2
|
|||
|
|||
Ok i found how to do it
You need these added: $threadid=1091; // the thread you want to reply to $threadinfo = fetch_threadinfo($threadid); build_new_post('reply', $foruminfo, $threadinfo, $_POST['postid'], $post, $errors); |
#3
|
|||
|
|||
Hi,
I tried your code including your corrections, but it didn't work. Could it be, that I forgot something? It would be great, if you could post the whole working code. Thanks in advance |
#4
|
|||
|
|||
Hello are you submitting a reply outside vb pages?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|