Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/21/2019 06:45:26 PM (5 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_search.scss

    r12398 r12405  
    99    form.bp-dir-search-form,
    1010    form.bp-messages-search-form,
    11     form[data-bp-search].bp-invites-search-form {
     11    form[data-bp-search].bp-invites-search-form,
     12    form#group-members-search {
    1213        border: 1px solid $bp-border-color;
    1314
     
    6970    } // close form
    7071
     72    form#group-members-search {
     73
     74        &:hover {
     75            border: 1px solid darken($bp-border-color, 10%);
     76            box-shadow: inset 0 0 3px #eee;
     77        }
     78    }
     79
    7180    // this block needs to be moved really.
    7281    ul.filters {
Note: See TracChangeset for help on using the changeset viewer.