Hi,
I couldn't find this anywhere, how can I display the Membership name of an user?
All I found is this
<?php echo S2MEMBER_CURRENT_USER_ACCESS_LABEL; ?>
but I am not interested to show the user what membership level he has, just want to display what membership level the OTHER users have. So if the user X looks into the profile of user Y, I want userX to see which membership level user Y has.
I tried <?php echo S2MEMBER_USER_ACCESS_LABEL; ?> but it does not work, which is the right code please?
Thanks!