I'm not deleting thread! In first time there was reduced condition for debug purpose.
ok let's condition be
$postdm->set_condition("threadid=200 and not parentid = 0 ");
full condition is more complex.
But this still don't delete any post.
How to iterate? Is it more effective than selecting postid and creating Post_Datamanager in loop ?
I can't undestand how code in admincp/forum.php works without creation of class 'Forum_Multiple'
|