Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#4204 closed defect (bug) (fixed)

Problems with notices pagination not working

Reported by: chriskeeble's profile chriskeeble Owned by:
Milestone: 1.6 Priority: normal
Severity: normal Version: 1.5.5
Component: Members Keywords:
Cc:

Description

With a large number of notices (in the test case concerned 54 notices) the pagination controls display correctly, but the full list of notices is returned on page 1, and clicking other page numbers returns an empty list (i.e. no pagination controls or notices, just the rest of the page).

Visible at [user profile] -> Messages -> Notices

(Logged in user must be a site admin to view this feature)

Tested in 2 themes including BP Default, and with all plugins disabled (except BuddyPress) results are the same.

Change History (3)

#1 @boonebgorges
13 years ago

  • Keywords 2nd-opinion needs-testing removed

It looks to me that notice pagination has never worked - there's nothing in the code that even attempts to look at pagination variables. I've whipped up some very basic pagination, and disabled AJAX pagination for notices.

#2 @boonebgorges
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6044]) Fixes pagination for notices.

The Notices template has always show pagination markup, but the database
and template classes were never designed to handle pagination. This changeset
introduces the necessary logic in BP_Messages_Notice::get_notice() for
pagination to work.

Fixes #4204

#3 @DJPaul
13 years ago

  • Milestone changed from Awaiting Review to 1.6
Note: See TracTickets for help on using tickets.