The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I need a hack that will give the Admin the option to delete all PM's. Please help!
|
|
#2
|
||||
|
||||
|
[sql]
truncate pm; truncate pmtext; update user set pmtotal=0, pmunread=0, pmpopup=0; [/sql] And all PMs are gone. |
|
#3
|
|||
|
|||
|
No need to set pmpopup to 0 i think.
|
![]() |
|
|