Changes between Initial Version and Version 1 of Ticket #3503, comment 1
- Timestamp:
- 12/02/2022 10:19:19 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3503, comment 1
initial v1 11 11 * Have `bbp_get_reply_url()` skip `menu_order` and count visible replies that uniquely match the scope of the visitor 12 12 * Add some`'include_unapproved'` equivalent query argument that would include logged-in user IDs and/or logged-out user emails (see: `build_comment_query_vars_from_block()` and `WP_Comment_Query::get_comment_ids()`) 13 14 I think, it would be interesting, to always paginate based on public replies, but then also include non-public ones without influencing the pagination links. That might mean a moderator sees 25 spam replies when replies-per-page is set to 10, but at least the next-public page would always be right, and the boundaries would never slide around?