Opened 18 years ago
Closed 17 years ago
#726 closed enhancement (fixed)
RFE: Mark number of new messages in the forum
Reported by: | omry | Owned by: | Radek Bartoň |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
It will be great if a user will have an easy way to know if there are new messages in a forum. for this, the plugin need to remember, for each user and forum pair, the last read message.
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 17 years ago by
Hi, I'm not sure this is what the original requestor intended. But it would be great, if there was an extra column in the forum overview that showed the number of new or unread replies. Since those replies are already marked by a red border in the thread view, this number should already be available.
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I implemented this feature in 0.11 branch with r2617 but since there is used only session data to store visited forums and topics there is no easy way how to provide sorting by these columns in listings and it can't be optimalized with single SQL query. If you aren't satisfied with this state just reopen this ticket.
You mean something like timestamp for last seen message in whole forum and show as unseen only messages that are newer or need to remember timestamp for every user and every topic and count unseen messages from all topics?