BuddyBoss Home – Web Support Forums Solutions Social Learner Remove Points Counter on Profile Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Question

    #56120
    @producia

    Hello,

    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

    #56132
    @peppe-sapienza

    try to remove the badgeOS plugin (i do this, if i remember correctly).

    #56138
    @producia

    I still want to use BadgeOS for the badges, not the points 🙂

    #56143

    Anonymous
    @

    Hi @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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Remove Points Counter on Profile Page’ is closed to new replies.