The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Delete All PMs By A Specific User?
Can someone create a script (it should be very, very basic) that would delete all PMs from a specified userid? This should be a default feature in vB (as is the delete all posts by a user), because spamming posts isn't the only thing spammers do. Very often, they spam mass private messages to all of the other members (usually moderators and admin) and just mass do that. It should be a very basic query where you enter an id and delete it from the table, but I'd like a script set up to do it for me.
|
#2
|
||||
|
||||
I could really use something like this right about now.
|
#3
|
|||
|
|||
[sql]
DELETE FROM privatemessage WHERE fromuserid = userid; [/sql] |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|