• It will be nice to have total amount of badges under user avatar in topics.
    And a link in the number that goes directly to user profile /user/achievements/
    So people could see badges for each other.

    I already have this one for points:

    User Points: <?php
    global $bp;
    echo badgeos_get_users_points( $bp->displayed_user->id );

    But need for number of badges earned. Any idea? ??

  • The topic ‘Total badges’ is closed to new replies.