VBCoder
08-03-2005, 04:13 AM
I took the plunge, and rewrote my plugins to use the DM to create posts, instead of build_new_post(), but now:
All the posts are being marked as Moderated (closed)!!!! I'm really stumped why, I do:
$dataman->set('open', 1); // Mark thread open, not moderated
but it doesn't seem to work.
Also, the post / reply counters are not being set properly - the user's post count doesn't change, and 0 replies still being listed.
I need some help...
All the posts are being marked as Moderated (closed)!!!! I'm really stumped why, I do:
$dataman->set('open', 1); // Mark thread open, not moderated
but it doesn't seem to work.
Also, the post / reply counters are not being set properly - the user's post count doesn't change, and 0 replies still being listed.
I need some help...