This topic has 7 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #160712
     kvento
    Participant

    So I setup the site to be a register only site via PMP. You shouldn’t be able to subscribe at all. SO – all “memberships” should be seen through the paid memberships pro plugin, and NOT through wordpress users tab. How are people bypassing the register, they shouldn’t be able to login/create an account without paying to register. I’ve read everything on setting up memberships, etc but clearly I’ve missed something since there is a loophole.

    Also, upon registering we are using the paypal express gateway, so it pushes the subscriber to the paypal site. But once they try and create an account through paypal, there is an error to use a valid email – which it is and it is the same email used to setup the account on the site. Any idea there? I’ve attached a screenshot of that one.

    Attachments:
    You must be logged in to view attached files.
    #160851
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #160860
     kvento
    Participant

    Thanks! I got the paypal situation figured out, still need help with the membership vs. subscribers issue.

    #160965
     Radu
    Moderator

    Hi,

    To can view all new registered members also under pmpro you should give a certain pmpro role once with registration, to can do that use the next code by pasting it in wp-content/themes/kleo-child/functions.php

    1 from pmpro_changeMembershipLevel(1, $user_id); Represents PMpro role id and change with your desired one

    COPY CODE
    
    /**
    	* When registering, add the member to a specific membership level 
    	* @param integer $user_id
    **/
    
    //Disables the pmpro redirect to levels page when user tries to register
    add_filter("pmpro_login_redirect", "__return_false");
    
    function my_pmpro_default_registration_level($user_id) {
    	//Give all members who register membership level 1
    	pmpro_changeMembershipLevel(1, $user_id);
    }
    add_action('user_register', 'my_pmpro_default_registration_level');
    

    NOTE : Child theme needs to be installed and activated.

    Cheers
    R.

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

    Where are the ‘subscribers’ under the ‘users’ tab coming from, though? I see member listing under PMPro (people who have paid) but there are a ton of people just listed under the users tab (on left side) as subscribers. I don’t get how they are signing up?

    #161080
     Radu
    Moderator

    They are listed in wp-admin -> users -> subscribers

    The subscriber it’s the default role for wordpress or buddypress signup
    Cheers
    R.

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

    Right, but there shouldn’t be anyone in Subscriber. I have it set up that they need to pay via PMPro to even make a username and password. Not sure how anyone is becoming a subscriber.

    #161258
     Radu
    Moderator

    I don;t know exactly the reason, but maybe those are there before you have a membership to the site.
    Any type of account created by the user it’s default subscriber role, Also if you login with facebook will give you a subscriber role.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?