Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7405 closed enhancement (fixed)

Improve pagination on group editing page in wp-admin area

Reported by: slaffik's profile slaFFik Owned by: slaffik's profile slaFFik
Milestone: 2.8 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch commit
Cc:

Description

Currently that pagination looks really sad.

We need to add some styles and remove the bottom pagination, as it doesn't have a real value, as we always display maximum 10 members (less than 1 screen), and we don't have visual space to styles them nicely because of the other elements.

Attachments (2)

7405-demo.png (39.2 KB) - added by slaFFik 8 years ago.
7405.patch (1.6 KB) - added by slaFFik 8 years ago.
Improve styles a bit, remove bottom pagination.

Download all attachments as: .zip

Change History (9)

#1 @johnjamesjacoby
8 years ago

Please attach mock-ups or design screenshots before making any changes to these screens.

In general, I do agree this page is starting to look a bit less like core WordPress than it should and could, so it'll be nice to see this cleaned up a bit.

@slaFFik
8 years ago

#2 @slaffik
8 years ago

In 11346:

Administration: filter number of members in a list for group.

When editing a group in wp-admin area, we have 2 separate values that control the per page number of members (which should always be in sync). This commit adds a a new filter bp_groups_admin_members_type_per_page that gives ability to filter that number using only one add_filter().

See #7405.

@slaFFik
8 years ago

Improve styles a bit, remove bottom pagination.

#3 @slaFFik
8 years ago

  • Keywords has-patch added

#4 @boonebgorges
8 years ago

  • Keywords commit added

Screenshot looks good to me.

#5 @johnjamesjacoby
8 years ago

Screenshot looks good to me.

Me too. Excited to see this improvement happen.

#6 @slaffik
8 years ago

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

In 11370:

Groups Administration: improve members pagination.

Add styles and remove the bottom pagination in a list of members on group editing page in wp-admin area.

Fixes #7405.

#7 @slaffik
8 years ago

In 11372:

Groups Administration: improve members pagination.

RTL file regenerated.

See #7405.

Note: See TracTickets for help on using tickets.