The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Been Playing around with this code:
hook location: newpost_complete $postforumid = 4; $postforum = fetch_foruminfo($postforumid); $post['title'] = "here is my catchy title"; $post['message'] = "some fabulous message."; build_new_post('thread', $postforum , array(), array(), $newpost, $errors); What I get with this is the following error above a new reply form; why, I don't know though I expect it may be because of some crossover with the variables or something Quote:
Any help would be appreciated. Thanks! |
#2
|
||||
|
||||
![]()
You have used $post in one place, and $newpost in the other - they need to be the same.
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|