L lantek Active member Jul 28, 2013 #1 Is there anyway to mark all conversations read (1000s) for specific users? Thanks
Jeremy in memoriam 1991-2020 Jul 28, 2013 #2 Run the following query, replacing the ID with the specified ID: Code: UPDATE `xf_conversation_recipient` SET `last_read_date`=UNIX_TIMESTAMP() WHERE`user_id` = '3' Upvote 0 Downvote
Run the following query, replacing the ID with the specified ID: Code: UPDATE `xf_conversation_recipient` SET `last_read_date`=UNIX_TIMESTAMP() WHERE`user_id` = '3'