Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #6443, comment 20


Ignore:
Timestamp:
11/10/2022 02:18:59 AM (2 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6443, comment 20

    initial v1  
    11Unfortunately `bbp_update_reply_position()` doesn't completely do the trick here it seems.
    22
    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.
     3It 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.
    44
    55https://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.