The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Still a no go, using the following:
Code:
$tdm =& datamanager_init('Post', $vbulletin, ERRTYPE_ARRAY, 'threadpost'); $userinfo = fetch_userinfo($userid); $tdm->set_info('user', $userinfo); $tdm->set('userid', $userid); $tdm->set('pagetext', $text); $tdm->set('allowsmilie', 1); $tdm->set('visible', 1); $tdm->set('threadid', $threadid); $tdm->set('dateline', $date); $tdm->save(); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|