Viewing 1 replies (of 1 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    I don’t have any experience with PeepSO, so you’ll be alone on that in part.

    I do see we have this filter in place that will help you with the linking.

    $user_content = '<li><a href="' . get_author_posts_url( $user->ID ) . '">' . get_avatar( $user->ID ) . '</a></li>';
    $output .= apply_filters( 'badgeos_get_achievement_earners_list_user', $user_content, $user->ID );

    You can use that filter to construct your own <li> item for each user and replace the get_author_posts_url() call with the PeepSO profile link. That’s the part where you’re alone on, as I am not familiar at all with their available functions or codebase.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit profile links’ is closed to new replies.