• Resolved ekihc

    (@cokwara)


    Please advise how to import the users profile picture (WP User Avatar). I have links to the images in my CSV file, but I dont know how to import the images.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Good morning,

    In the “Documentation” column, you have the answer:

    • avatar_url as the column title
    • The value of each cell will be the url to the image in your system
    Thread Starter ekihc

    (@cokwara)

    The documentation says to use bp_avatar, but that didnt work. I also used the one you suggested (avatar_url), didnt work either.

    Thread Starter ekihc

    (@cokwara)

    Also, what options would go under the user_status column?

    Plugin Author Javier Carazo

    (@carazo)

    user_status is not a standard WordPress column, check in your database which values it should take.

    In respect to the image, if you use WP User Avatar you should use what I told you.

    If it appears bp_avatar this is because you are not using this plugin and you are using BuddyPress so if you read the documentation you will read:

    An integer which identify the ID of an attachment uploaded to your media library
    A string that contain a path or an URL to the image

    Check your content and it will work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Import Profile Picture’ is closed to new replies.