• Resolved stephanefromain

    (@stephanefromain)


    Good morning,

    I have an image upload field with a corresponding meta key.

    I want to display the downloaded image in a specific page, it must correspond to the example user ID567 and the corresponding meta key “image1”. it doesn’t matter whether the user is logged in or not.

    I have tried many snippets and shortcodes but I cannot display.

    [um_user user_id=”567″ meta_key=”image1″ ]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Helo @stephanefromain

    There is no such shortcode. You could create your own, but the customizations are not included in our support. PHP code to get file name:

    get_user_meta( 567, 'image1', true );

    You could use this code for creating your shortcode.

    Regards.

    Thread Starter stephanefromain

    (@stephanefromain)

    Thank you very much, it works perfectly!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View an uploaded photo with image upload’ is closed to new replies.