First you need to setup component for this:
function notifier_setup_globals() {
global $bp, $current_blog;
$bp->notifier = new stdClass();
$bp->notifier->id = 'notifier';
$bp->notifier->slug = 'notifier';
$bp->notifier->notification_callback = 'bp_notifier_format_notifications';//this is a function which gets notifications
$bp->active_components[$bp->notifier->id] = $bp->notifier->id;
do_action( 'notifier_setup_globals' );
}
add_action( 'bp_setup_globals', 'notifier_setup_globals' );
To add notifications call something like this inside your action:
bp_core_add_notification( $item_id, $user_id, $component_name, $component_action, $secondary_item_id = 0, $date_notified = false, $is_new = 1 ) ;
where $component_name
in this case is notifier
.
for farther reading: http://demo.myndconsulting.com/documentation/notification-functions/
Related Posts:
- New Post Notifications for Users – BUDDYPRESS
- How to split out BuddyPress notifications drop down items to their own top level? [closed]
- How to Modify/Change a Buddypress/WordPress Account Activation Process
- Integrating Buddypress, Wootumblog and WPMU Sitewide tags
- BuddyPress: Allow only one email domain to register
- Add BuddyPress Profile Menu Item [closed]
- wp_editor on front end – JavaScripts not included
- How to force buddypress users to complete profile after registration? [closed]
- how to get current user name by user_id in buddypress?
- How to override Member’s Avatars in BuddyPress [closed]
- Buddypress send email notification only if user is not logged in [closed]
- Delete all user attachments
- Login redirect to certain bp profile page
- How to reply to Buddypress notifications? [closed]
- BuddyPress: How to get info of users filtered by some x-profile data? [closed]
- How to check if the current page is a “personal activity”-page in buddypress? [closed]
- Buddypress get member meta info for specific user ID [closed]
- How to Change BuddyPress Mystery Man Graphic without Overwriting Core Image File [closed]
- How to get larger version of author avatar
- Exclude User from Activity Stream in BuddyPress?
- How to run scripts when a new blog is created in Buddypress?
- Showing the user’s username in registration email or activation page with BuddyPress [closed]
- Display four buddypress activies [closed]
- How to remove unused avatar uploads in buddypress [closed]
- Buddypress Fake (non-bot) Users [closed]
- BuddyPress | How to merge the “setting” & “profile” pages into one page? [closed]
- cubepoints/buddypress show new rank on activity? [closed]
- Upload files into buddypress profiles [closed]
- Is it possible to have a network of BuddyPress sites, a-la WordPress MU, with single-sign-on? [closed]
- Is there a plugin or something that allows you to use BuddyPress without having to create a BuddyPress-ready theme?
- BuddyPress – Get a List of Defined xProfile fields [closed]
- Buddypress Registartion template [closed]
- Can you use the buddypress profile system without installing the whole of buddypress? [closed]
- How to auto-accept a friend-request in buddypress based on user meta
- Best practices for securing a Buddypress installation?
- After Upgrade to Buddypress 1.2.6 from 1.2.5.2 , admin bar area displayed incorrectly for guest-visitors
- switch_to_blog( ) content disappears after load
- Buddypress bp_has_members function custom search with meta query [closed]
- Buddypress, BBPress – deqeue bp, bbp css and get group member count
- Can’t get buddypress notifications in front-end; why do I get this error?
- buddypress activity social share
- Wrong path when adding custom tab in BuddyPress [closed]
- How to carry over existing wp users to a new buddypress installation [closed]
- Buddypress export Profile Fields [closed]
- Capture Webcam Video within Buddypress (and BuddyPress Media) [closed]
- BuddyPress: Conditionally filter directory based on Xprofile Field [closed]
- Will multiple BuddyPress groups slow down a site? [closed]
- Showing content to specific BuddyPress Member Types
- Save buddypress xprofile data to author meta
- Format Buddypress Date Picker Output [closed]
- How to get the group_id from the “groups_join_group” action in buddypress [closed]
- Truncate latest activity in buddypress
- Conditional tags to differentiate between profiles and activity with buddypress [closed]
- How to add an error or notification to an activity?
- Buddypress Welcome Email [closed]
- Change xprofile visibility options in Buddypress [closed]
- How to get all users that uploaded avatars or have gravatars? [closed]
- Buddypress – adding profile fields to Group > Members directory [closed]
- how to make all buddypress users status “recently active”? [closed]
- Buddypress Language Files Question [closed]
- how to remove header from registration page? [closed]
- WordPress Super Admin menu not enabled
- SQL Query members by profile fields Buddypress [closed]
- Customize Activity Stream – Buddypress [closed]
- WordPress/Buddypress theme has suddenly stopped working [closed]
- I’m trying to use the Group Extension API in BuddyPress but keep getting a fatal error [closed]
- BuddyPress user bio in profile [closed]
- Is it possible to use WP_USER_QUERY to search by username using a wildcard? [closed]
- bbpress plug-ins and buddypress [closed]
- BuddyPress – User Login instead of Full Name [closed]
- Displaying the errors from my BuddyPress script
- How to add a new variable to blog creation form?
- BP Profile Search with limited range
- validation email signup form buddypress
- Redirecting non-logged in users trying to view Group pages but not the Group directory
- adding xprofile for this user
- How to customize BuddyPress Notification triggers?
- Limit the total space in every user
- how can i add the repeater field in buddy press user edit profile
- Upload buddy press profile picture from custom page template
- How to add “create page” option for users in buddypress like facebook?
- how to create buddypress shortcodes?
- Buddypress user registration validation not working with custom select query
- Causing my WordPress functions to execute twice
- New accounts daily at WP Multi-User site under development, Analytics reports no traffic. What gives?
- Strange issues on sign up form
- How can I place ad code after every 5 activities in BuddyPress activity loop?
- Where am I gaining 6px height retrieving buddypress avatar [closed]
- How to get custom field from BuddyPress Extended Profile
- is it possible to add_action via template.php rather than function.php for this specific buddypress hook?
- Buddypress – Custom Name For Logged In User’s Messages In Message Thread
- Missing “Registration” page with BuddyPress [closed]
- Some ways to debug code
- Adding custom HTML to each profile group tab [closed]
- Is it possible to allow BP Group Admins to Set which Menu Tab they would like to have as their Default landing page? [closed]
- Saving Custom Fields Defined in BuddyPress’ register.php
- buddypress bp_core_add_message() doesn’t fire why? [closed]
- BuddyPress – Message’s Send To auto-fill functionality not working
- Force buddypress groups to be private [closed]
- BuddyPress Activity Stream – Remove/Replace […] from blog post excerpts