include global.php include class_dm_forum.php $f = new vB_DataManager_Forum(); $f->set('parentid', 5); $f->set('title', 'My forum'); $f->save();