The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can the vb datamanager be used to delete PMs?
I use the datamanager to easily create and send PMs, but I was wondering if it could be similarly used to delete PMs? If not, what it the proper way to delete a PM? It seems PM data is held across multiple tables?
Thanks! |
#2
|
|||
|
|||
I don't know about the datamanager, but looking at the "delete" section of private.php, it looks like it uses
Code:
"DELETE FROM " . TABLE_PREFIX . "pm WHERE pmid IN(" . implode(', ', $pmids) . ")" It looks like 'orphaned' entries in the pmtext table are cleaned up by a scheduled task that runs once an hour. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|