The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Per user Edit/Deletion flood control (plugin) Details »» | |||||||||||||||||||||||||||
Per user Edit/Deletion flood control (plugin)
Developer Last Online: Jul 2023
What does it do
There are two parts to this. 1. Allows you to specify users who cannot edit or delete their posts. 2. Has an optional trigger to catch people who delete or edit too many of their posts in too short a time. You specify the limits. Why? If you haven't had them already you probably will at some point: The tantrumers. These are people who one day decide they hate you and/or your board, usually just after you've deleted one of their posts or pissed them off some how, and they'll want out. Instead of leaving quietly and gracefully they'll go on a mad rampage to edit/delete/both all their posts. With 3.5/3.6's ajax, this is made very easy so they can do a fair bit of damage before you're able to stop them. How does it work? When a member goes to edit their post, either via the inline editor or the "full" editor, a check is made to see if they actually can. If they can't, they're shown an error message of your choice. If they can, a check is made to see how many edits and/or deletions they have done recently. If it's "too many too fast" (the limits are specified by you), then they are stopped and an optional PM is sent to a member of your choice (probably to you) saying so, this is so the edits and/or deletions can be investigated. Features
Caveats
To do
Support Not much. If there's a bug, I'll try and fix it. If there's a way to edit or delete posts that I missed, I'll try and plug it. If it clashes with another mod, I'll look at fixing it if it's an easy fix. No "it doesn't work" support given. It works just fine on a clean install of 3.6.0 gold. Screens There's not really much to screenshot, so I've just taken a sample few. options.png is the admincp options Image1.png is the default "you can't" message for those who can't edit/delete. Image2.png is the same message but in the inline editor (vB feature) Image3.png is the default PM you get when someone sets off the trigger. Show Your Support
|
Comments |
#12
|
|||
|
|||
This hack is kinda designed to replace the editing time limit.
The time limit check is done before this plugin is reached, so it'd have to be flipped over so that everyone can edit any aged post but you can input usergroups that are limited by time. It's a possibility but not something I'm planning at the moment. Perhaps in future. |
#13
|
||||
|
||||
I missed this one until I saw it in your sig. Very nice, thanks for the contribution!
|
#14
|
|||
|
|||
Very nice mod. Is it compatible with vB 3.5.x or is there a version for this vBulletin-Version?
|
#15
|
|||
|
|||
I haven't tested it with 3.5 though for some reason I'm thinking it's not compatible. I'm not sure why, must have been a thought that came to me when I was coding it.
I did do a 3.5 version. It's much more complicated and requires file edits but does practically the same thing: https://vborg.vbsupport.ru/showthread.php?t=110918 |
#16
|
|||
|
|||
Would it be possible to add a per forum on / off feature?
|
#17
|
|||
|
|||
Nice. Thanks.
|
#18
|
|||
|
|||
Quote:
executionorder="2" Thanks, good stuff! Edit: Aaarggll..., on issue left: Invalid SQL: SELECT dateline FROM vb3_deletionlog WHERE userid = 4549 UNION ALL SELECT dateline FROM vb3_editlog WHERE userid = 4549 ORDER BY dateline DESC LIMIT 4, 1; MySQL-Fehler : Unknown column 'dateline' in 'field list' Fehler-Nr. : 1054 Datum : Monday, November 27th 2006 @ 11:06:05 AM Any idea bairy? |
#19
|
|||
|
|||
Yes. 3.5's deletionlog doesn't have a dateline field.
I don't think the deletion date is recorded at all in 3.5. a) You can't use this 3.6 product. b) You can edit the code so it doesn't left join the deletionlog table, though that means that the "how many deletions have they done in the last x mins" won't work (meaning people can delete all they want), and makes the "how many edits and deletions have they done in the last x mins" more unreliable. However it will still be acceptable if people only edit, e.g. if you don't allow people to delete their posts. Even with that fixed there may be other problems on 3.5 |
#20
|
|||
|
|||
Thanks.
|
#21
|
|||
|
|||
doesn't work for 3.6.8?...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|