Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/05/2013 12:57:43 AM (11 years ago)
Author:
boonebgorges
Message:

Introduces pagination for member types on Group Admin > Manage Members

When the Group Admin Dashboard panels were introduced in BuddyPress 1.7, the
Manage Member section was missing pagination. As a result, managing membership
in a group with more than 20 members could result in odd bugs, ranging from not
being able to see/modify all the members in your group, to receiving erroneous
error messages when attempting to modify user roles. Adding pagination for each
member type ensures that all group members can be viewed and modified by the
group administrator.

See #4977

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/admin/css/admin.css

    r6984 r7158  
    2424    margin-bottom: 15px;
    2525}
     26.bp-groups-member-type {
     27    position: relative;
     28    padding-bottom: 1.7em;
     29}
     30.bp-groups-member-type > h4 {
     31    margin-bottom: .5em;
     32}
    2633ul.bp-group-delete-list {
    2734    list-style-type: disc;
    2835    margin: 4px 26px;
    2936}
     37.bp-group-admin-pagination {
     38    position: absolute;
     39    text-align: right;
     40    width: 100%;
     41}
     42.bp-group-admin-pagination.table-top {
     43    top: 0;
     44}
     45.bp-group-admin-pagination.table-bottom {
     46    bottom: 0;
     47}
     48.bp-group-admin-pagination-viewing {
     49    font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
     50    color: #777;
     51    font-size: 12px;
     52    font-style: italic;
     53}
     54.bp-group-admin-pagination-links {
     55    white-space: nowrap;
     56    padding-left: 15px;
     57}
Note: See TracChangeset for help on using the changeset viewer.