The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
|||
|
|||
![]()
Just trying to learn the system.
This doesnt run (hangs on set title): Code:
$userdmBU =& datamanager_init('Blog_User', $vbulletin, ERRTYPE_ARRAY); $userdmBU->set('bloguserid', 65); $userdmBU->set('title', 'This is a test Title'); $userdmBU->set('description', 'This is the description of my blog'); $userdmBU->save(); Code:
$userdmBU =& datamanager_init('Blog_User', $vbulletin, ERRTYPE_ARRAY); $existing = array( 'bloguserid' => 65, 'title' => 'This is a test Title', 'description' => 'This is the description of my blog' ); $userdmBU->set_existing(&$existing); $userdmBU->save(); Austin --------------- Added [DATE]1251775569[/DATE] at [TIME]1251775569[/TIME] --------------- Anyone out there who know this stuff and is willing to share?? Thanks! |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|