-
Author
Tagged: membership, level, gold
-
August 21, 2016 at 14:27 #133293milenaParticipant
Hello Laura,
I need to understand how the code in “Free Females Males Only Only or Free Membership Paid Memberships Pro”
I copied the code, modified code below with the number 6 (because it is the level that I would free)
// Membership level id
$ Membership_level = 1;
After I did some tests as a man, but it does not change anything, I always arrive at the page level and asks me to select the level (in my case the man pays the woman’s free), you should not address myself directly to the man pay?
Another thing I do not understand it came to levels I have the chance to return to home and do not pay, how can I “force” to pay?
I followed https://archived.seventhqueen.com/forums/topic/profile-with-payment
but I would not have displayed the Worpress login, there is another solution?
If I can put a string of code when the user accepts the registration? But possibly by paying only x man?
Thank you!
August 22, 2016 at 15:38 #133373milenaParticipantHello Laura, I found this link that I solves the problem of users accessing without selecting the level:
COPY CODEhttps://archived.seventhqueen.com/forums/topic/new-users-automatically-free-member-level-bypass-membership-level-page
I wanted to know if there’s a way to make sure that the administrator is excluded from this function, I tried this:
$ Excluded_user = ‘1,2,3’; // comma separated ids of users-whom you want to exclude
but it does not work..
Thank you!
August 24, 2016 at 11:19 #133630LauraModeratorHello, it does not exclude the user from where? member list, widget? or all?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 24, 2016 at 11:32 #133631milenaParticipantI wanted to exclude the administrator of their function must have an entry level to move on the site.
I inserted this code:
add_action (‘template_redirect’, ‘my_membersip_restrict’);
my_membersip_restrict function () {
global $ pmpro_pages, $ post;
if (is_user_logged_in () &&! pmpro_hasMembershipLevel ()) {
if (isset ($ post-> ID) &&! in_array ($ post-> ID, $ pmpro_pages)) {
wp_redirect (pmpro_url ());
}
}
}and it works perfectly!
I wanted to understand if there is a way to exclude the administrator of this or simply have to assign an even level for the administrator.Thank you!
August 25, 2016 at 15:57 #133820LauraModeratorHello, the admin role doesnt affect the membership restrictions, so an admin can be restricted too
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 25, 2016 at 18:06 #133847milenaParticipantYes you are right!
Can you explain how the code in this link:
I entered the site, but when one is logged after the module allows you to select the level that I created (man or woman), you can not set the level based on whether man or woman automatically? (Depending on your choice are a man or a woman are)
THANK YOU!
August 29, 2016 at 08:31 #134140LauraModeratorHello, i see you want to automatically assign those roles depending if they choose i am a male/female
Try: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration/#post-5411Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
September 3, 2016 at 04:18 #134787love2playgamesParticipantHi Laura,
I’m not sure its only my site or what? Every time I updated to the latest version, this “Paid Memberships Pro” plugin has been crashing the site? Seems like they are messing up?
I would like to try other plugin has “membership level” that is compatible with
“Paid Memberships Pro – bbPress Add On” and the theme? Can you recommend which 2nd best I can use?Please advise, thanks
September 5, 2016 at 10:53 #134893LauraModeratorHello, the second would be s2member but i would just go to the previous version of pmpro until they fix the issue
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
September 6, 2016 at 23:45 #135188love2playgamesParticipantHi Laura,
I checked out the s2member plugin reviews, hmmm, many users having big time issue for this plugin and even confusion for set up.
You right, I going to download to see which previous pmpro version at least it will not breaking my site.
Thanks for pointing out and your great help as always! 🙂
September 8, 2016 at 07:51 #135412LauraModeratorHope it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.