Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mdourou

    (@mdourou)

    Also how can an Administator upload the photos on their behalf?

    Plugin Support Aswin Giri

    (@aswingiri)

    Hello @mdourou

    Please try the following code snippets to display user photos under the user info under the main tab.

    add_action( 'um_profile_content_main', function( $args ){
        echo do_shortcode('[ultimatemember_gallery_photos]');
    },33);

    The above-provided code snippet will only display uploaded images and won’t allow users to upload photos or create albums.

    Administrators can log in as the other user and upload photos on their behalf from the photos tab.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    If you have purchased one of our extensions or our bundle and you need help, you will need to submit a support ticket via our website as we are only allowed to provide support on this forum for the free plugin hosted on the www.remarpro.com website.

    To submit a ticket, please login to our website using the email used on checkout and go to this page:

    https://ultimatemember.com/support/ticket/

    Thank you for supporting Ultimate Member with your purchase!

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Photos – Not in Tab’ is closed to new replies.