BuddyPress Followers plugin : https://wordpress.org/plugins/buddypress-followers/
Adds an easy way to follow various users in your BuddyPress profile.
a. Install the above plugin
b. To disable Follow link below instructor in course page
Paste following code in child theme functions.php file.
add_filter('wplms_instructor_meta','wplms_add_follow_button',10,2); function wplms_add_follow_button($meta,$instructor_id){ $meta .=bp_follow_get_add_follow_button(array('leader_id'=>$instructor_id)); return $meta; }
Hi I want to hide followers button on student panel and there should be only following option visible to student.
do you think this bbpress follow plugin’s still compatible with current wp and buddypress ?
Yes, it is built by the main BuddyPress author “r-a-y”
Hi, we are not able to see the followers button under user profile though followers and following tabs are visible, we want like this: https://i2.wp.com/wplms.io/support/wp-content/uploads/2016/04/2-1.png, but its showing like this : https://prnt.sc/lzlirv
Enable WP Admin – WPLMS – BuddyPRess – Show meta info below member profile