[buddypress-trac] [BuddyPress Trac] #9156: Messages: add support for paginating thread messages (in web version)

buddypress-trac noreply at wordpress.org
Thu May 16 01:42:27 UTC 2024


#9156: Messages: add support for paginating thread messages (in web version)
-------------------------+------------------------------------------
 Reporter:  espellcaste  |      Owner:  espellcaste
     Type:  enhancement  |     Status:  assigned
 Priority:  high         |  Milestone:  Up Next
Component:  Messages     |    Version:
 Severity:  normal       |   Keywords:  needs-patch needs-unit-tests
-------------------------+------------------------------------------
 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
 [https://wordpress.slack.com/archives/C02RQBYUG/p1707169241678329 before]
 about adding a theme support, so that we don't break the experience for
 themes that rely on the legacy experience.

 {{{
 #!php
 add_theme_support(
     'buddypress',
     [
         'messages' => [ 'pagination' => true ]
     ]
 );
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9156>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list