Opened 3 years ago
Closed 9 months ago
#91 closed defect (duplicate)
Forum Doesn't Display Unread Topics Properly
| Reported by: | silent1mezzo | Owned by: | silent1mezzo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | Viewing topics | Version: | devel |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
If you have multiple topics in a forum that are unread, the notification disappears if the first topic is read (even if others are read).
The unread topics icon shouldn't disappear until all of the topics are unread.
Attachments (2)
Change History (7)
Changed 3 years ago by silent1mezzo
comment:1 Changed 3 years ago by silent1mezzo
- Owner changed from somebody to silent1mezzo
- Priority changed from major to minor
- Status changed from new to assigned
comment:2 Changed 3 years ago by slav0nic
- Resolution set to fixed
- Status changed from assigned to closed
[275] tnx for patch
comment:3 Changed 3 years ago by silent1mezzo
- Resolution fixed deleted
- Status changed from closed to reopened
Patch doesn't work correctly. Still trying to figure it out.
comment:4 Changed 3 years ago by slav0nic
i saw) i backout it;
current posttracking logic for forum: if user readed last topic == forum readed; this is not good but i don't know better way )
in my opinion u algo not good, checking all topics in 'for' lookup - very bad idea for big forum :)
checking last 10 (for example) post not good too, imho.
ps: if your know lightware solution for this - patches welcome.
comment:5 Changed 9 months ago by slav0nic
- Resolution set to duplicate
- Status changed from reopened to closed

Forum Unread fix