Skip to:
Content

BuddyPress.org

Opened 5 months ago

Last modified 8 weeks ago

#9156 assigned enhancement

Messages: add support for paginating thread messages (in web version)

Reported by: espellcaste's profile espellcaste Owned by: espellcaste's profile espellcaste
Milestone: 15.0.0 Priority: high
Severity: normal Version: 14.0.0
Component: Messages Keywords: needs-patch needs-unit-tests
Cc:

Description

We added support for paginating thread messages at #9146 and #8597, but this only takes into account the BP REST API, not the web version which loads all private messages by default.

We discussed before about adding a theme support, so that we don't break the experience for themes that rely on the legacy experience.

add_theme_support(
    'buddypress',
    [
        'messages' => [ 'pagination' => true ]
    ]
);

Change History (3)

#1 @imath
3 months ago

  • Milestone changed from Up Next to 15.0.0

This ticket was mentioned in Slack in #buddypress by espellcaste. View the logs.


2 months ago

#3 @espellcaste
8 weeks ago

  • Version set to 14.0.0
Note: See TracTickets for help on using tickets.