This topic has 4 replies, 3 voices, and was last updated 10 years by harunguclu.
-
Author
-
August 17, 2014 at 17:25 #25840harungucluParticipant
Hello ı would like to get some info about memberships..
ı want to cut it short..I have 2 types of memberships: free- and premium
the thing is when a user registers in mywebsite, the user is redirected to membershipslevel…
and he or she has to choose one of the plans.. but if there is a free membership level why does the user has to choose that free plan again? he or she registers and again has to choose free plan to interact in the website..thats not necessaryI mean is it possible to set members in free plan as default jut by registiring..
to be a member registireing should be enough to be set as free member.Because if you have a new website, directly sending users to the paid plans page besides free plan is quite intimidatind for the users. users should choose to upgrade whenever they want.
would you pls give some information
August 19, 2014 at 17:33 #26055CatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 27, 2014 at 00:15 #26718ecstaticpersonParticipantHi, how do I make it so that anyone can register for Free. I don’t need membership levels – just free membership when they register with the site or through their facebook account.
Thanks in advance
August 27, 2014 at 20:10 #26859harungucluParticipantHello ı have added the code you mentioned in the related link
add_action(‘user_register’, ‘kleo_pmpro_default_level’);
function kleo_pmpro_default_level($user_id) {
pmpro_changeMembershipLevel(1,$user_id);
}but when ı add this code into childfunction here what happens
Attachments:
You must be logged in to view attached files.August 27, 2014 at 22:55 #26874harungucluParticipantwell.. ı solved the problem thanks..
well ı didnt know where to paste the codes 🙂 so ı added them at the and then ı tried putting them inthe middle somwehere now it works perfect 🙂
-
AuthorPosts
The topic ‘membership types’ is closed to new replies.