MyBB Community Forums

Full Version: phpbb3 --> mybb priv message goof up *SOLVED*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Aparently i have 350 new private messages. Is there a way to mark all priv messages .. system wide as read?
If you have access to mysqladmin or any other sql tool (assuming you use mybb as table prefix):
update mybb_privatemessages set status=1

This will set ALL pm of ANY user to read.
Regards
(2010-01-11, 08:39 PM)Nifty Wrote: [ -> ]If you have access to mysqladmin or any other sql tool (assuming you use mybb as table prefix):
update mybb_privatemessages set status=1

This will set ALL pm of ANY user to read.

Regards

thank you this will help out alot!
I would note that for some reason private message numbers are way off when you first log in after a Merger, it does sort itself though.