The Arcive of vBulletin Modifications Site. |
|
Delete all PMs and Adminlog Details »»
|
|||||||||||||||||||||||||
Delete all PMs and Adminlog
Your database Run SQL query/queries on database UPDATE `user` SET `pmtotal` = '0',`pmunread` = '0'; TRUNCATE TABLE `pm`; TRUNCATE TABLE `pmtext`; TRUNCATE TABLE `pmreceipt`; TRUNCATE TABLE `adminlog`; This action can not be un-done. ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Should be in this forum
https://vborg.vbsupport.ru/forumdisplay.php?f=184 |
|
#3
|
||||
|
||||
|
But running this query on deleting PM, It still shows x private messages they have
Looks very werid |
|
#4
|
|||
|
|||
|
That's in user table. Don't empty your user table though.
|
|
#5
|
|||
|
|||
|
This is not any mod, is in one "How-to"
|
|
#6
|
||||
|
||||
|
i have asked this question about one year ago...and i posted the answer i got from vb.com in the above thread........
not to sound ungrateful.but why is it released as an add on???
|
|
#7
|
||||
|
||||
|
Already been stated in post 1.
|
|
#8
|
|||
|
|||
|
Installed
|
|
#9
|
||||
|
||||
|
How can i setup a scheduled task for same ?
(Clear all logs once per week and delete all pms which are 30+ days old) I think you can bundle the same as a plugin ? thanks |
|
#10
|
|||
|
|||
|
i tried to do this but, You are not authorized to execute SQL queries i get this, any ideas ?
|
![]() |
|
|