vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Save deleted posts/threads by mods? (https://vborg.vbsupport.ru/showthread.php?t=55772)

NSeXcellent 07-31-2003 01:39 PM

Save deleted posts/threads by mods?
 
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

Quote:

Today at 04:46 PM base said this in Post #3
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:
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 ;)

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 :)


All times are GMT. The time now is 03:53 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01040 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete