I’ve a buddypress website and what I want is to show in the frontend the notification that buddybar have in the backend, but only the notification not all the buddybar.
basically set the notification like facebook….
how can I do that?
I’ve a buddypress website and what I want is to show in the frontend the notification that buddybar have in the backend, but only the notification not all the buddybar.
basically set the notification like facebook….
how can I do that?
You must be logged in to post a comment.
Put the following code in your functions.php. If you want a demo i can show you.
Use the following code to call it anywhere you like. Note: you can amend the above code as you like
<?php my_bp_adminbar_notifications_menu()?>
look at this page
http://www.colegeissinger.com/blog/2012/12/04/get-buddypress-notifications-count/
where he explains like below:
Put that function into your functions.php file
in front end use,