MyBB Community Forums

Full Version: How to delete PM mesage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i want delete send mesage to forum user,i send it with mistake and user not read it yet so want delete it,how to do that
(2012-11-27, 09:19 AM)lexy Wrote: [ -> ]hi i want delete send mesage to forum user,i send it with mistake and user not read it yet so want delete it,how to do that

You can use the log in as user plugin and delete it when logged in as that user or delete it directly from the db.
how to delet it from db

it is any admin option to do this from AP
With query in phpmyadmin (that's from db as you sayed):

Run this to delete all private messages:

DELETE FROM `mybb_privatemessages`

You will then need to recount and rebuild the private messages. To do this, run the following querys:

UPDATE `mybb_users` SET `totalpms`='0'

UPDATE `mybb_users` SET `unreadpms`='0'
jesi me našo sa ovim brate,any other way except this JOVANJ tutorial

ok thanks for help i contact my host to do this

which name is inside the base privatemessages