#2171 closed defect (bug) (fixed)
Forums: "+X hidden" link should appear if the topic has archived posts
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Attachments (1)
Change History (8)
#3
@
8 years ago
- Summary changed from Forums: "+X hidden" link should include archived posts to Forums: "+X hidden" link should appear if the topic has archived posts
Renaming the ticket for clarity.
#4
@
8 years ago
@netweb ?view=all
link shows when topic has hidden replies. Archiving and unarchiving functions not bumping topic reply hidden count. I fixed it in this patch.
#5
@
8 years ago
2171.patch looks good, just needs a bbp_is_reply()
check before bumping the count.
The patch doesn't fix the hidden replies count for existing topics, but solves the issue for new topics going forward. Existing topics could be fixed at some point later with a custom recount script.
Note: See
TracTickets for help on using
tickets.
Thanks for the patch @denisco though I don't see how 2171.patch addresses the issue of this ticket, it's bumping the topic reply hidden count when archiving and unarchiving a topic, nothing to do with
?view=all
, maybe this patch was meant for a different ticket?