BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Remove Points Counter on Profile Page
Tagged: badgeos, points counter, profile page
- This topic has 3 replies, 3 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
January 12, 2016 at 1:14 pm #56120@produciaHello,
I’d like to remove the Points Counter on the profile page for the social learner theme.
I’ve done this before in the past with CSS but when I tried to remove it today, the Followers & Following Counters are removed as well. I already have a points system via the MyCRED plugin and don’t need BadgeOS’s point system (which the profile Pts counter is connected to, i assume).
Please view the attachment to see what I’m talking about.
I using the latest version of WP and Boss Theme and Social Learner Child theme
Thanks
Answers
January 12, 2016 at 7:27 pm #56132@peppe-sapienzatry to remove the badgeOS plugin (i do this, if i remember correctly).
January 12, 2016 at 10:02 pm #56138@produciaI still want to use BadgeOS for the badges, not the points 🙂
January 12, 2016 at 11:50 pm #56143@
AnonymousHi @producia, To remove the Badges points from profile cover area you have to remove the code from members header section..please follow the steps to comment that code section:
1- Go to your social learner theme > and inside buddypress folder edit ‘member-header.php’
edit file path will be : social-learner/buddypress/members/single/member-header.php
and comment the code from line no. 97 to 102
<!-- <?php if($GLOBALS['badgeos']): ?> <span> <p><?php $points = badgeos_get_users_points(bp_displayed_user_id()); echo number_format($points); ?></p> <p><?php printf( _n( 'Point', 'Points', $points, 'social-learner' ) ); ?></p> </span> <?php endif; ?> -->
Regards
- The question ‘Remove Points Counter on Profile Page’ is closed to new replies.