BuddyPress Admin Notifications
November 14, 2009 in BuddyPress Admin Notifications by admin
Description
This plugin adds a checkbox in the post/page admin (for the admins and editors) to tell members (notification & email) that an important post has been published.
/!\ Not yet tested with BP 1.2
Download v 0.1
Installation
- Install the plugin
- Activate it site-wide
Usage
Just check the checbox at the bottom of a page/post when editing it.
You won’t be able to post a notification if the post/page is not published; password protected or if a notification has been sent before.
If a notification has been sent before; the checkbox will be disabled. You can eventually re-enable it by deleting the meta key bp_admin_notifications_sent.
Screenshots

Support
You can get support in the forum.
Donate !
If you enjoy this plugin, please consider a donation !
Hi!
I’ve made a Russian translation of this plugin via po|mo files! If you are interested to include it in your package, mail me and I will provide you with pot file and Russian translation.
Best wishes,
Slava
I really like this plugin. Thank you for developing it. Is there a way to have this option available only for the administrator of the main buddypress site?
There is actually no plugin options to do this. But you can “hack” my file and change
if (!current_user_can(‘edit_others_posts’)) return false;
with
if (!current_user_can(‘manage_options’)) return false;
near line 245. This should do the trick.
If you like the plugin, please consider a donation