• Resolved sepalaur

    (@sepalaur)


    Is there any meta attribute to obtain the user profile picture URL?

    Something like

    [arm_usermeta meta=profile_picture_url id=UserID]

    Or a way to display the specified user profile picture

    • This topic was modified 2 years, 8 months ago by sepalaur.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sepalaur

    (@sepalaur)

    Is there any meta attribute to obtain the user profile picture URL?

    Something like

    [arm_usermeta meta=profile_picture_url id=UserID]

    Or a way to display the specified user profile picture

    Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    Yes, ARMember does provide a facility to display an avatar (profile picture) for the member. For that, you can use the shortcode for logged in users as given below:

    [arm_usermeta meta=”avatar”]

    For specifi user avatar, you can use below given shortcode:
    [arm_usermeta meta=”avatar” id=”{UserID}”] (replace {UserID} with the User ID).

    Please check according and let me know how it goes.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Meta for user profile picture’ is closed to new replies.