Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paul Wong-Gibbs

    (@djpaul)

    You’ll need to put this somewhere in the BuddyPress profile template: <?php dpa_achievement_points(); ?>

    I don’t think I have a built-in function that returns the most recent unlocked achievement for a user.

    Thread Starter kiwi_pearlsnz

    (@kiwi_pearlsnz)

    Cool bananas.

    Thank-you.

    I propose that to be a feature request then ;p – display users recent unlocked achievement under their latest status in the buddypress profile header thingy.

    Really love this this addon. Am starting to already see more interaction my site with my members. We are a gaming site, so will be using this for ingame events too ie treasure hunts and once they find it they go to website to redeem a code and win ingame gold etc.

    Hate spending so much time making a good guild website and have no members use it.

    Thread Starter kiwi_pearlsnz

    (@kiwi_pearlsnz)

    Hi, put that code on my member_header.php in my buddypress theme.

    The achievement total is 0 – so it is not connecting with something to get the karma/achievement points.

    Plugin Author Paul Wong-Gibbs

    (@djpaul)

    Oh, I think I did a bad. Try:

    dpa_user_points( bp_displayed_user_id() );

    Thread Starter kiwi_pearlsnz

    (@kiwi_pearlsnz)

    thankyou again, yes that one worked..

    cheers ty.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sorry to be a bother again’ is closed to new replies.