
interesting..
i tried with this code:
Code:
<?
require_once('./global.php');
require_once('./includes/class_dm.php');
require_once('./includes/class_dm_threadpost.php');
require_once('./includes/functions_databuild.php');
$forumid = "44";
$threadinfo = array();
$foruminfo = fetch_foruminfo($forumid);
$threaddm =& datamanager_init('Thread_FirstPost', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
$threaddm->set('forumid', $forumid);
$threaddm->set('userid', "1");
$threaddm->set('pagetext', 'textul meu');
$threaddm->set('title', 'titlul meu');
$threaddm->set('allowsmilie', '1');
$threaddm->set('visible', '1');
$threaddm->set_info('forum', $foruminfo);
$threadid = $threaddm->save();
build_forum_counters($forumid);
?>
It make a thread on that forumid but i can't see the content.
The content is also showed in alt tag of link but in thread nothing.
--------------- Added [DATE]1259749240[/DATE] at [TIME]1259749240[/TIME] ---------------
awesome

) now is working...
I don't understand why not yesterday