• Resolved adrian.jecan

    (@adrianjecan)


    Hello,

    Is there any chance that you integrated usersWP plugin? I would like to show badges on the user list/directory which is generated by usersWP.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dioni Sánchez

    (@dioni00)

    Hi @adrianjecan

    Thanks so much for your suggestion.

    We will consider it to include in future updates.

    Best regards.

    Thread Starter adrian.jecan

    (@adrianjecan)

    This is how you add it near the user’s name (like the verified mark on Twitter), both on users directory/list and profile page:

    add_action(‘uwp_profile_after_title’, ‘add_user_badge’);

    function add_user_badge($user_id) {
    echo do_shortcode(‘[gamipress_inline_last_achievements_earned type=”badge” user_id=”‘ . $user_id . ‘” current_user=”no” thumbnail_size=”24″]’);
    }

    Plugin Author Dioni Sánchez

    (@dioni00)

    Hi @adrianjecan

    Thanks so much for sharing this piece of code.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘usersWP integration’ is closed to new replies.