• Resolved ofmarconi

    (@ofmarconi)


    Hello I’m integrated with JetEngine

    I need to know which metakey is responsible for storing the Profile image path, I want to change it via another plugin and also call Metakey elsewhere on the site.

    It is possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Darin Kotter

    (@dkotter)

    Thanks for the question @ofmarconi. I’m not familiar with JetEngine but as far as the metakey goes, we use the key simple_local_avatar to store the avatar information (this is stored in user meta). In addition, if you want/need to access the avatar rating, that is stored under the key simple_local_avatar_rating, also within user meta.

    Thread Starter ofmarconi

    (@ofmarconi)

    Thanks!

    I found the metakey thanks!

    But it didn’t work 100% it happens that when I update via form in Frontend, the form only sends the ID of the image.

    Your plugin works with more detailed information…

    Is there any way for the user to upload it via the frontend? My site is a community, so it would be interesting for the user to change the photo on their “my account” page.

    Thanks!

    Plugin Contributor Darin Kotter

    (@dkotter)

    So we don’t have a built-in integration to handle front-end uploads but there have been users that have gotten this to work. I’d suggest looking at https://ww.wp.xz.cn/support/topic/how-to-set-avatar-programmatically/ and https://ww.wp.xz.cn/support/topic/uploading-on-the-front-end/ for some details on how one person was able to get it to work.

    Thread Starter ofmarconi

    (@ofmarconi)

    Thx!

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

The topic ‘I’m integrated with JetEngine’ is closed to new replies.