• Resolved Orabidoo

    (@orabidoo)


    Hello,

    I’m trying to customize how uploaded images are displayed but can’t get the direct download links for the image files. All I get is something like this: stream_photo_d289c873_eb9cb048beb8a36a7c5548878451517374ca7422.jpg

    Hope someone can shed some light on this, thank you!

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

    (@orabidoo)

    Ok, I solved it like this:

    $url = get_home_url( get_current_blog_id() );
    
    $image1 = $url . '/wp-content/uploads/ultimatemember/' . um_user('ID') . '/' . um_user('image1');
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @orabidoo

    Thanks for letting us know how you resolved the issue.

    I am closing this thread now.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display an image field?’ is closed to new replies.