• Hi ! I try the process here > https://www.ads-software.com/support/topic/how-to-make-members-page-public/ to make my members profile page public but it doesn’t work.
    How can we set members page public for unlogged users ?

    I have comment thoses lines in the um-actions-profile.php file :

    $can_view = apply_filters( 'um_profile_can_view_main', -1, um_profile_id() );
    	if ( $can_view == -1 ) {
    } else { ?>
    	<div class="um-profile-note">
    		<span>
    			<i class="um-faicon-lock"></i>
    			<?php echo $can_view; ?>
    		</span>
    	</div>
    	<?php }

    Whitout any success.
    Thanks so much !

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @cyriellesixt

    I can see the profiles are publicly accessible in the Member Directory on your site:
    https://genosy.fr.academy/formateurs/

    Regards,

    Thread Starter Cyrielle de TheBuildery

    (@cyriellesixt)

    Ok, I solved this issue by solve inner problem : I had 2 “Account page” fields set to the same page in Settings – General of Ultimate Member (I don’t know why).
    when I set the second “Account page” to another page, unlogged user could view profile pages.

    If someone knows why we can have two “Account page” fields in the general settings ?
    Thanks ??

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @cyriellesixt

    You should only assign the page in the Account page settings. The user page is different from the Account page.

    Thanks for letting us know how you have resolved the issue.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set members profile public for unlogged users’ is closed to new replies.