WP Manifestindependent plugin directory
manifest / users / bp-members-directory-actions

BP Members Directory Actions

A BuddyPress plugin that adds capacity to perform bulk actions on members from the members directory

by Tela Botanica · github.com/telabotanica/bp-members-directory-actions · website

0stars
3forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/telabotanica/bp-members-directory-actions/archive/refs/heads/master.zip

Declares an update source (https://github.com/telabotanica/bp-members-directory-actions), so updates arrive through the plugin's own updater.

From the readme

bp-members-directory-actions A BuddyPress plugin that adds capacity to perform bulk actions on members from the members directory Currently shipped with one default action send-message : send a private message to multiple recipients usage Install, activate important You need to manually copy translation files (find them in in languages/) to /wp-content/languages/plugins/ At the moment (2017-02) this plugin guarantees compatibility with BP Profile Search only if the member loop is initiated with default parameters (type="active"). Feel free to change members loop initiation mode when overloading the members directory template in your theme, but the "Select all search results" checkbox will not work as expected with type values other than active - see related issue #1 how to extend (add custom actions) 1. Ad a filter to bpmdabulkactions (see below) to add your action to the bulk actions menu 2. Hook a function to bpmdaactionspecificform to execute code corresponding to the treatment of your new action vocabulary action designates an action provided by this plugin or an extension, i.e. an action the user can perform from the members directory. Wordpress hookable actions are ref

Read the full README on GitHub →