MyBB Community Forums

Full Version: Still shows read topics as unread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everybody,

I have a weird problem. The forum shows the topics I already read as unread. Is this a problem with database? I made a DB check but no problem was found.

Thanks.
Can you describe the procedure to reproduce this bug?
I think I found the problem. It is caused by wrong settings of GMT. Is there any way of setting all users' Time Zone to specified time?

Thank you.
You can do that by running the following query:
UPDATE `mybb_users` SET `timezone` = '+1';
Change +1 to your timezone and change the prefix if necessary.
Thank you very much, I will try it when our admin installs PhpMyAdmin Smile
Moving to general support.