• Resolved mrowek

    (@mrowek)


    Hi,
    I would like, to view achievements earned by the user that profile I am viewing, in simple words I would like to integrate achievements with the user profile. I know that you’ve already have integration with BuddyPress, but I am using UltimateMember plugin (it much better suits my needs). So here is my question, can I somehow view achievement earned by the user that I am looking now? Or without plugin integration, it is not possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Ruben Garcia

    (@rubengc)

    Hi @mrowek

    You can use the [gamipress_achievements] to show a specific user achievements. You can check this shortcode docs here:
    https://gamipress.com/docs/shortcodes/gamipress_achievements/

    A example of your need is:
    [gamipress_achievements user_id=”{here the showed user ID}” filter=”completed”]

    But there will be just an issue that you will need to solve through code: Give to the shortcode the showed user ID

    Keep in mind that there is no way to let know GamiPress that is working on a specific user profile (and much more a page generated by other plugin)

    Also the current_user parameter of [gamipress_achievements] just will work with the current logged in user, not the user showed

    I will mark this topic as resolve, because there is no issue here related to GamiPress

    Hope it helps you to solve your needs

    Best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Acievements of Viewed Profile’ is closed to new replies.