Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

LH Buddypress Email or Message Group Members

Descrizione

Allows Buddypress group admins to send email and private messages to all group members from the group admin/manage section.

This plugin sends each message (PM or email) individually to each group member. And supports merge tags to personalise the message for each recipient.

Like this plugin? Please consider leaving a 5-star review.

Love this plugin or want to help the LocalHero Project? Please consider making a donation.

Installazione

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin

FAQ

What is is this plugin for?

To send email to all members of you group.

How to send mail?

Just go to group admin->manage ->message members tab. Fill the the in subject and send the email and/or message.

What if I want additional people to access this functionality?

By default this “E-Mail Members” section is available to admins.
To change it a filter is available and you can change the access like this:

E.g. to allow this option to mods as well as admins:

add_filter('lh_beomgm_auhority',function(){
    return 'mod';       
});

What merge tags are available?

The tags are recipient.first_name, recipient.last_name, recipient.display_name, group.name, group.description, and group.url. Used in the same way as buddypress emails. More will be added in future releases.

What if something does not work?

LH Buddypress Email or Message Group Members, and all https://lhero.org plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfifteen, twentysixteen etc.

If the problem persists please leave a post in the support forum: https://wordpress.org/support/plugin/lh-buddypress-email-or-message-group-members/. I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/

Recensioni

18 Novembre 2021
this is a basic feature that should be in all buddypress installations.
27 Ottobre 2021
Thank you very much for this great group email plugin, and to offer for free. Best regards.
Leggi tutte le recensioni di 3

Contributi e sviluppo

“LH Buddypress Email or Message Group Members” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “LH Buddypress Email or Message Group Members” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.00 – June 01, 2021

  • Initial Release

1.01 – June 02, 2021

  • remove debug code