vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   QuickDelete (https://vborg.vbsupport.ru/showthread.php?t=30933)

rylin 10-20-2001 10:00 PM

Quite often, mods might want to delete posts quickly, and rather than having to edit a post, check the checkbox and hit delete, i thought it'd be nicer if they had a simple little "quick delete" link for each post..
http://www.b0fh.cx/scripts/vb/quickdelete.html

Admin 10-21-2001 07:19 PM

Personally I would never do something like this to my mods.
If they accidentally click the link - no way going back! :eek:
So I rather have them clicking twice, than me crying later cause they accidentally deleted a thread/post.

But a good hack nonetheless.

Lesane 02-01-2002 12:35 PM

Quote:

Originally posted by FireFly
Personally I would never do something like this to my mods.
If they accidentally click the link - no way going back! :eek:
So I rather have them clicking twice, than me crying later cause they accidentally deleted a thread/post.

same here, but still a nice hack okidoki :) :up:

KISS 03-01-2002 04:32 PM

Nice hack but I dont think I would trust it either. One slip and oops is All I will here..

Thanks though

Xelation 03-01-2002 05:38 PM

Great hack also, but I would never use for the same reason as everyone else.

Tigga 06-01-2002 03:43 AM

Yep, same here... I installed the hack and went to test it out assuming there would be some kind of 'conformation' to delete it. Luckily what I deleted wasn't anything important, but it would be nice to have it modified so it would double check that you wanted to delete the post, similar to the option to delete a thread. Any chance on getting something like this? That would be very useful. :)

ZiRu$ 06-01-2002 04:11 AM

[QUOTE]Originally posted by Lesane


same here, but still a nice hack okidoki :) :up:

floleb7 06-01-2002 07:41 AM

just add a pop up with "delete this post really Yes/no if yes no more post"

CeleronXL 06-08-2002 03:52 PM

Would something like this work:

PHP Code:

if ($user['userid']) = 
{
eval(
"\$quickdelete = \"".gettemplate("postbit_quickdelete")."\";"); } else { $quickdelete ""; } 

so just I could see that?

Chris M 06-08-2002 04:47 PM

It may well do...

I would like this so that only the users I select can do it...

Satan


All times are GMT. The time now is 08:25 AM.

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.01241 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete