I like the new PM system to mark private messages as read / unread, but I have a little problem with that.
As many others, I use buttons on the navbar of my forum, and this one changes if you have new messages. The problem is it also displays the "New messages" button if you have unread messages, even if they are very old, so it's a bit confusing. Some people may want to have unread messages but that makes that button useless since it will always look the same. This didn't happen before.
I was wondering if there's an easy way to change that. I'm not sure if it's a bug of the new system, or it was meant to be like that; in the last case maybe a Javascript for those who prefer the old button behavior may be the way to go.
With Javascript you can store in the cache the date of your last visit, and use that to check if the unread messages are new or not, but I'm not sure what's the best way to do that.
As many others, I use buttons on the navbar of my forum, and this one changes if you have new messages. The problem is it also displays the "New messages" button if you have unread messages, even if they are very old, so it's a bit confusing. Some people may want to have unread messages but that makes that button useless since it will always look the same. This didn't happen before.
I was wondering if there's an easy way to change that. I'm not sure if it's a bug of the new system, or it was meant to be like that; in the last case maybe a Javascript for those who prefer the old button behavior may be the way to go.
With Javascript you can store in the cache the date of your last visit, and use that to check if the unread messages are new or not, but I'm not sure what's the best way to do that.