+ Reply to Thread
Results 1 to 3 of 3

Thread: Remove "Membership" Step in Registration

  1. #1
    Junior Member
    Join Date
    Oct 2023
    Posts
    1

    Remove "Membership" Step in Registration

    Hi,
    I want to make it so the default registered member has the "Free" membership, skipping the step in the registration flow.
    Also, by default have them be under the "Free" membership. Can someone tell me how? Thank you.

  2. #2
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    676
    Cant do it. Im sure this been asked before.
    Boatfind.com
    Boatfind.com.au

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,191
    Quote Originally Posted by Ryan C View Post
    Hi,
    I want to make it so the default registered member has the "Free" membership, skipping the step in the registration flow.
    Also, by default have them be under the "Free" membership. Can someone tell me how? Thank you.
    Hello,

    You can apply this solution:

    Go to the script package > includes > controllers > registration.inc.php > find a line case 'plan':

    after:
    PHP Code:
    Only registered members can view the code
    add this code:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread