2012-11-27, 09:19 AM
2012-11-27, 09:21 AM
(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.
2012-11-27, 09:27 AM
how to delet it from db
it is any admin option to do this from AP
it is any admin option to do this from AP
2012-11-27, 09:33 AM
With query in phpmyadmin (that's from db as you sayed):
Run this to delete all private messages:
You will then need to recount and rebuild the private messages. To do this, run the following querys:
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'
2012-11-27, 09:36 AM
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
ok thanks for help i contact my host to do this
which name is inside the base privatemessages