you can change the delete function for a post in this way:
open editpost.php
find:
PHP Code:
deletepost($postid,$foruminfo[countposts],$threadinfo[threadid]);
and change it into:
PHP Code:
$DB_site->query("UPDATE post SET visible=0 WHERE postid=$postid");
that way posts to delete will become invisible and so called "moderated". you can find them again in the mod cp