ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2883

Mark all PMs as read (queries)

by Bi0S - 05-04-2017 - 03:05 AM
#1
You can run these queries on your database to mark all PMs as read:
Code:
UPDATE xf_conversation_recipient
SET last_read_date = UNIX_TIMESTAMP();

UPDATE xf_conversation_user
SET is_unread = 0;

UPDATE xf_user
SET conversations_unread = 0;

Backup first.
Reply

Users browsing: 2 Guest(s)