Displaying unread mentions
- 
		According to this trac bp_new_mention_count_for_user() will not be released til 1.7 http://buddypress.trac.wordpress.org/ticket/2084 I can confirm that as it kills my site when i try to run it.  Therefore this should work echo bp_total_mention_count_for_user(); but it returns a zero. I also tried and failed with echo bp_total_mention_count_for_user($bp->loggedin_user->id); 
 echo bp_new_mention_count_for_user($bp->loggedin_user->id);Any ideas? Cheers Johnny 
- The topic ‘Displaying unread mentions’ is closed to new replies.