The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Hello everyone,
I'm wondering how to edit a specified post using the vbulletin api. I can create a post by code by using Code:
$post = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD); $post->do_set(..., ...); $postid = $post->save(); Code:
$post = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD); $post->set_existing(fetch_postinfo($postid)); $post->do_set('pagetext', $message); $post->save(); |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|