Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/21/2019 06:45:26 PM (7 years ago)
Author:
imath
Message:

Introduce a new User Interface to manage Group members

Welcome to the first Core feature to use the BP REST API, although this API is not yet included in BuddyPress! For now this feature is completely silent but as soon as the BP REST API has landed into BuddyPress, you will be able to enjoy a Group member management greatly improved.

  1. Whether you prefer to manage Group members from the single Group Administration screen into the WordPress back-end or from the Group Manage screen on the front-end, you will now experience a unique interface to promote, demote, remove or ban the Group members.
  2. Very popular Group Administrators will love the new search feature to save some time to find a particular member out of their crowded Group!

On a side note, this commit also introduces the bp-api-request.js JavaScript to ease exchanges with the BP REST API.

Props espellcaste

Fixes #8045

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_groups_management.scss

    r12082 r12405  
    140140
    141141} //close .groups-manage-members-list
     142
     143#group-manage-members-ui {
     144
     145        #group-members-search-form {
     146
     147                button[type="submit"] {
     148                        float: right;
     149                        font-size: inherit;
     150                        font-weight: 400;
     151                        line-height: 1.5;
     152                        text-align: center;
     153                        text-transform: none;
     154
     155                        span {
     156                                font-family: dashicons;
     157
     158                                @include font-size(18);
     159                                line-height: 1.6;
     160                        }
     161                }
     162        }
     163
     164        #group-members-pagination {
     165
     166                button:last-child {
     167                        margin-right: 2em;
     168                }
     169        }
     170
     171        #bp-no-group-members td {
     172                border: none;
     173        }
     174}
Note: See TracChangeset for help on using the changeset viewer.