Great H-master
Forum Replies Created
-
Hello. Do you have your levels page set under Memberships >> Pages? PMPro uses the levels page as the cancellation URL with PayPal.
Forum: Plugins
In reply to: [Import Users from CSV] message doesn't sendIt looks like the problem stems from here:
https://github.com/sorich87/import-users-from-csv/blob/master/import-users-from-csv.php#L328
The second parameter for
wp_new_user_notification()
is deprecated in WP 4.3.1. See here:https://codex.www.ads-software.com/Function_Reference/wp_new_user_notification
Hello. Thank you for using Paid Memberships Pro. I can outline a way to do this. You would hook into the profile page, and check his level using the function
pmpro_hasMembershipLevel()
and the seeing which categories that level has access to by usingpmpro_getMembershipCategories()
and then displaying them. Does that make sense? Let us know if you have any questions or concerns. Thanks again.Hello. It looks like you want to redirect members to the checkout page for a specific level when they click on the ‘Register’ button in a post. You can message and the buttons that are displayed by going to Memberships >> Advanced Settings. This text area accepts shortcodes. Since you would like to redirect users based on which membership level the post belongs to. You can create a shortcode which would check that, and then append the correct level to the Register URL. Does that make sense?
Hello. Great to see you found the issue. We are here if you have any questions. Thanks.
Hello. Thank you for using Paid Memberships Pro. It could be that your host does not have HTTPS set up correctly on the server. Sometimes on shared hosts going to https://mydomain.com can take you to another website on that host. The solution is to contact host and have them install SSL/HTTPS and possibly upgrade to a higher plan that supports that. Hope this helps. Thanks again.
Hello. Thank you for using Paid Memberships Pro. Could you check if your Stripe webhook is set up correctly? Also, what are your membership levels/plans you are using?
Hello. Thank you for using Paid Memberships Pro. If you only have one membership level, you can add the line
define("PMPRO_DEFAULT_LEVEL", "1");
to your theme’s functions.php file. You will have to replace the ‘1’ with the id of your level. Hope this helps. Thanks.Hello. Thank you for using Paid Memberships Pro. It is possible to lock down Buddy Press with a Paid Memberships Pro addon. You can find it here:
https://gist.github.com/strangerstudios/3111478#file-gistfile1-txt
However, please take note, that the integration process can be quite involved. If you need assistance with it, please consider becoming a member of our support forums at https://paidmembershipspro.com/pricing/. Hope this helps. Thanks again.
Hello. As Jessica mentioned the easiest way to greet the user by name, would be to create a custom page. The process of creating a custom page is as follows…
In your active theme’s folder create the directories ‘paid-memberships-pro/pages/’ and copy the page you would like to modify and paste it here. PMPro is setup to look there first to load any customizations.
Then as Jessica said you can use the
do_shortcode
function to execute the shortcode and greet the user by name. Hope this helps. Thanks.Hello. Thank you for using Paid Memberships Pro. The code which displays that sentence is printed in the includes/functions.php file. Please note that we are in the processes of updating how we handle translations. We believe this should fix issues with strings not being translated under certain circumstances. Hope this helps. Thanks again.
Hello Carsten. We are entering some very specific integration details with PMPro and the Sweet Dash theme. For further assistance in debugging the issue, please consider becoming a member at https://www.paidmembershipspro.com/pricing/ for our member support forums.
In the members forum, we can perform much more detailed and targeted assistance. If needed, we can login to your site and find out specifically why there might be a conflict between the two.
Hello. Thank you for considering Paid Memberships Pro. Currently, you can have onetime payment memberships expire, but as you noted a member can only have a single level. However, we’ve been hard at work extending Paid Memberships Pro to support multiple membership levels. Currently, the plan is to have it ready this month.
Also, could you tell us where you read that one time payments do not support expiry? We would like to know so we can update the information. Thanks again.
Hello. Thank you for using Paid Memberships Pro, and great to see you solved the issue. Yes, you can specify by category which levels can see your content. You can also specify/assign specific posts to various levels in the Require Membership admin box from the Edit Post screen. If you have any further questions or concerns, please do not hesitate to ask. Thanks again.
Hello. Thank you for using Paid Memberships Pro, and great to hear you’ve found a way that works. However, we would like some details so we can investigate this issue further. If I understand correctly, emails are not sent when using an email address at that domain. So if I had my site as https://example.com and an admin email of [email protected], the emails aren’t being sent?