Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Deleted Post & Thread Management Details »»
Deleted Post & Thread Management
Version: 1.00, by Tigga Tigga is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-05-2004 Last Update: Never Installs: 54
 
No support by the author.

This is a fairly simple hack. It finds all posts & threads that have been deleted on your forum and displays them for you in your Admin CP. It would be nearly impossible to find every thread and post that has been deleted on your forum by browsing it, so this hack will make it a little easier for you to keep track of exactly what is happening on your forums.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 03-01-2004, 07:29 AM
Charlie Argueta's Avatar
Charlie Argueta Charlie Argueta is offline
 
Join Date: Oct 2002
Location: Taiwan
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent idea :devious:
Reply With Quote
  #23  
Old 03-04-2004, 08:34 PM
M1th's Avatar
M1th M1th is offline
 
Join Date: Jul 2002
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

a 'pagination' would be a good idea for this hack.
Reply With Quote
  #24  
Old 03-26-2004, 04:56 PM
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by M.C.
nice one, just want little bit more - to have options:

- keep "soft" deleted
- cansel delete (recover post)
- permanent delete post

and all like in postings.php?do=managepost

even if i can edit post straight from AdminCP - it`ll be cool!

and why in deleted posts management links not to posts - just to threads...???

Anyway usefull hack! Thanks!
Consider adding a Manage thread/Post link into title (delete.php), so that you can go straight to the thread/post and do what you want:

around line 43
PHP Code:
$title 'Thread: <a href="' $vboptions['bburl'] .'/showthread.php?' $session['sessionhash'] . 't=' $posts['threadid'] . '" target="_blank">' $posts['title'] . '</a> - <a href="' $vboptions['bburl'] .'/postings.php?do=editthread&' $session['sessionhash'] . 't=' $posts['threadid'] . '" target="_blank">(Manage thread)</a>'
around line 81
PHP Code:
$title 'Post: <a href="' $vboptions['bburl'] .'/showthread.php?' $session['sessionhash'] . 't=' $posts['threadid'] . '" target="_blank">' $posts['title'] . '</a> - <a href="' $vboptions['bburl'] .'/postings.php?do=managepost&' $session['sessionhash'] . 'p=' $posts['postid'] . '" target="_blank">(Manage post)</a>'


I would suggest designing the template as

- Forum(board) name
- Thread title
- Post title (if delete post)
- Deleted by (name of the one who delete) on (deletion date <-- need addon)
- Reason:
- Message:


check Moderate post/thread for references.
Reply With Quote
  #25  
Old 03-26-2004, 05:01 PM
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mtha
- Deleted by (name of the one who delete) on (deletion date <-- need addon)
For Deletion date (time), I am thinking about adding a column (deletiontime) on deletionlog table, and adding "TIMENOW" when someone execute the deletion. (dont know where to add yet, do you have any idea?)

It's always good to answer all the: (Who - When - Why _delete What_)
Reply With Quote
  #26  
Old 07-07-2004, 05:18 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tigga
Thank you.

I'm assuming vBulletin will come up with some type of system to manage everything soon enough... If not though then I'll look into beefing this up a little more when I have some time.
Any updates on "beefing this up a little"? It doesn't seem as though Jelsoft have any plans to include this feature..
Reply With Quote
  #27  
Old 07-20-2004, 08:41 PM
clearchannel clearchannel is offline
 
Join Date: Nov 2001
Location: Ft Lauderdale, Florida
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed the hack in vB 3.03 easy enought.

May I suggest maybe intgreating it in the search so admins can find deleted threads/posts by username?
Reply With Quote
  #28  
Old 09-10-2004, 09:35 AM
Megareus Rex's Avatar
Megareus Rex Megareus Rex is offline
 
Join Date: Feb 2004
Location: Pennsylvania, USA
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice hack

*installs*

Oh, just one thing...smilies don't show up in the posts when viewing them using this hack. Not that its a big deal or anything, just thought I'd let you know. :P
(I'm an aesthetics guy)
Reply With Quote
  #29  
Old 09-15-2004, 05:08 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, for me, it would be more convenient if the deleted threads are viewed in reverse date order. I know I should add something like "Decending" in on of the queries, but I am not exactly sure of the syntax.

Any help would be appreciated.

Installed.

CANCEL that request, one has to add DESC at the end of the query. Trying some customization now. Thanks for a nice hack.

--------
John
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:10 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.04288 seconds
  • Memory Usage 2,300KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete