Go to Post #15 in this thread and do the first find and replace step and the icon will appear after you have backed up the messages.
Quote:
Originally posted by VirtueTech
One thing is that it does not change the icon in 2.2.5 after you back it up. I have looked through the code and it does not change the field "messageread" in the privatemessage table to "4" for case 4.
Any ideas?
I tried adding this to the while statement you added to private.php:
PHP Code:
$DB_site->query("UPDATE privatemessage SET messageread=4 WHERE privatemessageid=".intval($prevmessageid));
|