OK, try adding this:
Once at the start:
Code:
$threadinfo = verify_id('thread', $threadid, 0, 1);
$foruminfo = fetch_foruminfo($threadinfo['forumid']);
Then for each post:
Code:
$tdm->set_info('forum', $foruminfo);
$tdm->set_info('thread', $threadinfo);
BTW, I'm looking in includes/functions_newpost.php at function build_new_post() as well as class_dm_threadpost.php.