• Resolved mkstebbins

    (@mkstebbins)


    Placing user profile photos in /wp-content/uploads/ultimatemember/NNNNN/profile_photo.jpg (Where NNNNN is the user ID) doesn’t seem to be enough to tell Ultimate Member to pick up the new profile pics. Is there an entry in wp_usermeta that can help?

    Any other methods to try?

    Thanks for your help,

    -Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mkstebbins

    (@mkstebbins)

    Figured it out. Hope this helps others:

    insert into wp_usermeta (user_id , meta_key, meta_value)
    VALUES (user_id,”profile_photo”, “profile_photo.jpg”)

    It was a mistake to assume that all Ultimate Member usermeta fields contained um_.

    -Michael

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi mkstebbins,

    I’m glad that you’ve found the solution.
    Thanks for letting us know.

    Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘migrating 6000 profile pictures to Ultimate Member: Possible?’ is closed to new replies.