This topic has 5 replies, 3 voices, and was last updated 11 years by kmb40.

  • Author
  • #4167
     kmb40
    Participant

    Id like for only logged in users to have the ability to view the “members” and “activity” pages.

    Currently using 2.0.1

    Thanks.

    #4174
     JohnDoe
    Participant

    Pretty good guide on how to do this => http://wpsites.net/web-design/members-nav-menu-logged-in-members/

    Hope i helped you.

    #4182
     SQadmin
    Keymaster

    You can restrict access to those pages with the Paid memberships plugin and from Sweetdate – Memberships since v2.1

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4192
     kmb40
    Participant

    I actually found this solution just after submitting the topic. Thanks.

    a. However, these options are still viewable to the non logged in user. Could there be a way to prevent menu options from showing to non logged in users? JohnDoe, this option looks interesting. Thanks.

    b. Also, when the user (not logged in) clicks the link in the menu, nothing happens. Could there be a way to prompt the user to login at this point?

    #4236
     SQadmin
    Keymaster

    If you are using the Paid memberships pro plugin the you can choose who you want to restrict and that includes the non-logged in users. When they click the restricted page they will be redirected to the membership levels page to choose a level.
    To change the redirection url to a custom one, add this to sweetdate-child/functions.php

    COPY CODE
    
    add_filter('kleo_pmpro_url_redirect','kleo_pmpro_my_redirect');
    function kleo_pmpro_my_redirect($url) {
    	return 'http://my_redirect_url.com';
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4962
     kmb40
    Participant

    This resolved the issue. Thanks.

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?