Changes between Initial Version and Version 1 of Ticket #6443, comment 20
- Timestamp:
- 11/10/2022 02:18:59 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6443, comment 20
initial v1 1 1 Unfortunately `bbp_update_reply_position()` doesn't completely do the trick here it seems. 2 2 3 It turns out this is a deeper problem than I thought.. In addition to the problem where a reply simply no longer exists (ie. fully deleted), when threads are spam or archived, they still occupy a reply ID, and so the problem is that the URL pagination generation is unaware of some replies not being visible to non-moderators.3 It turns out this is a deeper problem than I thought.. In addition to the problem where a reply simply no longer exists (ie. fully deleted), when replies are spam or archived, they still occupy a reply ID, and so the problem is that the URL pagination generation is unaware of some replies not being visible to non-moderators. 4 4 5 5 https://wordpress.org/support/topic/smileys-not-working-on-mobile/ is now an example of that. The 15th reply is archived, and so when it's not being viewed by a moderator with `?view=all` the 15th reply (last reply on the first page) has a `/page/2/` url.