PDA

View Full Version : QuickDelete


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

if ($user['userid']) = 1
{
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

CeleronXL
06-08-2002, 06:47 PM
So you think it would work? I haven't tried it yet...

CeleronXL
06-14-2002, 12:07 AM
Ah you p00pie heads, someone tell me if that'll work. :D

Lol, I love the words "p00pie heads." It just sounds so immature. :)

Sinecure
06-14-2002, 12:47 AM
Is it possible to get this hack working so only admins see this "Quick Delete" ?

CeleronXL
06-14-2002, 01:24 PM
Lol, that's what I was just asking about. ;)

Sinecure
06-14-2002, 03:36 PM
Seems like therse no support for this one :(

Boofo
07-01-2002, 10:49 AM
The following should work for what you are looking for.

if ($bbuserinfo[usergroupid]=="6") {
eval("\$quickdelete = \"".gettemplate("postbit_quickdelete")."\";"); } else { $quickdelete = ""; }

Originally posted by Sinecure
Is it possible to get this hack working so only admins see this "Quick Delete" ?

Boofo
07-01-2002, 11:41 AM
Just installed and tested the above and it works perfectly. I just put it in an out of the way place so as not to accidentally click it when clicking anything else, but it is still close and handy if needed. :)

I'm with everyone else here about not letting mods use this for the reasons already explained. But I like to have the option for myself.

Thanks for the hack, Oki!

Boofo
07-01-2002, 11:45 AM
Just make a usergroup for the people you want to have access to it and hard code that into it like I did with the admin. Or you could use individual ids, but that might get long. :)

Originally posted by hellsatan
It may well do...

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

Satan

nhnam
06-03-2003, 08:40 PM
Just use a javascript to confirm that you want to delete.

tpearl5
06-30-2003, 03:50 AM
I was looking for something like this but in the style of a e-mail inbox where you check the e-mails (posts) that you want to delete and click delete at the bottom of the page. Only mods would be able to see the checkboxes and the delete button.

Any ideas?

rishel
11-14-2003, 04:50 AM
I was to.

zsmom
12-09-2003, 05:42 PM
Nevermind, I just found the other thread that has this hack...but with a confirmation screen as well.

tpearl & rishel: maybe this is what you're looking for?
https://vborg.vbsupport.ru/showthread.php?t=20512

Logikos
12-09-2003, 06:11 PM
My Mods and Sen Mods are resrticted to delete post, mass prune, and mass move. If theres something bad, they will move it to the trash forum, and an admin will review it for deletion. Just the way i like it personally, can't put to much trust into someone. lol

tpearl5
12-09-2003, 09:59 PM
Nevermind, I just found the other thread that has this hack...but with a confirmation screen as well.

tpearl & rishel: maybe this is what you're looking for?
https://vborg.vbsupport.ru/showthread.php?t=20512

Yeh, I actually installed that hack a while ago, it's very useful

mariannet
02-14-2004, 09:37 AM
I wouldn't mind the quick delete button, but where is the hack?

Logikos
02-14-2004, 07:28 PM
I wouldn't mind the quick delete button, but where is the hack?


For Vb 2.x.x Go here: https://vborg.vbsupport.ru/showthread.php?t=40523&highlight=quick+delete

For Vb 3.0.0 Go here: https://vborg.vbsupport.ru/showthread.php?t=60704&highlight=quick+delete

I love the search feature :p

Boofo
02-14-2004, 07:35 PM
The one for vB3 doesn't even work right. Don't waste your time on that one. ;)