Get count of Followers & clear count after page view
-
Hi
I’ve seen another thread on this, but it didn’t seem to work for me. I’d like to show the Followers count, I’ve tried the following code but with no luck:
$user_id = bp_is_user() ? bp_displayed_user_id() : bp_loggedin_user_id();
$counts = bp_follow_total_follow_counts( array( ‘user_id’ => $user_id ) );
echo $counts[‘followers’];Any idea what is wrong here?
Is it also possible to reset the counter to zero (and not display the ‘0’ next to Followers), once the user has viewed their list of Followers, in the same way as the Buddypress Messages notification counter gets reset once the messages are read?
Many thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get count of Followers & clear count after page view’ is closed to new replies.