PDA

View Full Version : Save deleted posts/threads by mods?


NSeXcellent
07-31-2003, 01:39 PM
Im having a problem on my site, with moderators deleting posts because they are supposedly 'offensive' in nature. More often than not, the original poster argues the fact that the post should have been deleted, but once its deleted, I have no way of judging if the deletion was warranted. Is there a hack that saves a post that mods delete? If not, does anyone have a solution to this problem, short of disabling moderator powers?

Xenon
07-31-2003, 02:30 PM
well the easiest solution is to update your forum to vb3 beta, as the feature is included there :)

base
07-31-2003, 02:46 PM
get them to move the 'offending' threads to a private forum for validation by yourself, instead of deleting straight away. that way, you can either move it back, or delete it, whatever...

NSeXcellent
07-31-2003, 02:59 PM
Today at 04:46 PM base said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=422142#post422142)
get them to move the 'offending' threads to a private forum for validation by yourself, instead of deleting straight away. that way, you can either move it back, or delete it, whatever...
Ive considered that, but when there is a thread that is extremely long/important/popular, id rather them not move the entire thread out of view of the public, for one post.

Xenon
07-31-2003, 03:54 PM
you can change the delete function for a post in this way:

open editpost.php
find:
deletepost($postid,$foruminfo[countposts],$threadinfo[threadid]);

and change it into:
$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 ;)

NSeXcellent
07-31-2003, 04:16 PM
So when a moderator (or anyone for that matter) chooses to delete a post, rather than actually deleting it, it would just put it in the 'to be moderated' category? Am I understanding this correctly? Thanks in advance

Xenon
08-02-2003, 12:40 PM
exactly :)

nobody would see the post anymore, except for mods in the modcp :)

if you install fireflys hiddenpost hack, mods would be able to see them in the thread, too :)