Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brian Messenlehner

    (@messenlehner)

    Once a user earns an achievement a new menu link will show up on their profile. As of right now we don’t show their points on their profile, but thanks for the good idea… ??

    Thread Starter Onyeka Aghanenu

    (@onydchic)

    Ha, thanks for the reply. Turns out I was testing with achievements and not badges. Though, another question, is there a way to notify users when they unlock an achievement or badge?

    And regarding points on profiles, I took a look at the code, and figured out how to add the points myself (pending your possible and better implementation). For anyone wondering, I added this to my member-header.php template:

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

    @onydchic do you actually get the badges displaying under the Achievement tab?
    The whole awarding process seems a little haphazard and fails sometimes and success in others.

    I see the tab for some users and not with others who, in the Activity stream, are awarded BUT no badges are ever displayed under the tab (if it is displayed at all).

    Same for the shortcode listing all Badges. I simply says ‘no badges’. Very weird.

    Thread Starter Onyeka Aghanenu

    (@onydchic)

    Yeah they display.. though for some reason I can’t see them for others like you. Like if I login as a test member, I can see my badges, but as an admin I cant see the badges for the member… weird. I’m still on a test environment so I thought it was something I did.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display Points/Badges on User Profile’ is closed to new replies.