Skip to main content
Topic: Mark all read (Read 2433 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Mark all read

Hello,

I imported a forum into ElkArte, but I was unable to transfer the "marked read" status of replies because the systems are drastically different (one is ID based the other is time based afaik). I have over 100 pages of "unread replies". Could you suggest an admin add-on I could use as a base to hack in a "mark all user's replies read" option before I open the new board?

Thank you and best regards,
Ian

Re: Mark all read

Reply #1

This query should do:
Code: [Select]
replace into elkarte_log_boards
select s.value, m.id_member
from elkarte_settings as s, elkarte_members as m
where s.variable = 'maxMsgID';
I think.
Bugs creator.
Features destroyer.
Template killer.