« See all FAQs for WildCommunity - BuddyPress Theme
In the login widget is it possible to show new notifications or messages instead of it just saying “Hey username” after you logged in?
Open functions.php and paste following code
Unread messages - <?php echo messages_get_unread_count(); ?>
...just after:
<?php echo bp_core_get_userlink( bp_loggedin_user_id() ); ?>

