Jason Coleman
Forum Replies Created
-
Hi, Tim. Sorry you’re getting bounced around for this. We should be able to help you and TEC figure this out.
First, all of our source code, even for premium products, is available at GitHub: https://github.com/strangerstudios/
In this case, the related code is all in the PMPro core plugin.
Here’s where I think the TEC add on is checking if someone has a membership level: https://github.com/mt-support/tec-labs-members-only-tickets/blob/main/src/TEC_Labs/Integrations/Paid_Memberships_Pro.php#L88-L92
Thepmpro_haseMembershipLevel()
function can take an array of level ids. When called this way it will return true if the user has ANY of the levels passed in (so effectively ORing the levels).
You can’t pass in a comma separated string. The code there in the TEC add on could take the value from"{$this->get_id()}_required_membership_level_purchase"
and check for commas then explode (https://php.adamharvey.name/manual/en/function.explode.php) the string into an array. Then pass that array topmpro_hasMembershipLevel()
.Thanks for the kind review. We appreciate it. We’re dedicated to open source software and making sure as many folks as possible can benefit from our plugins.
Others can read more about using PMPro for free here: https://www.paidmembershipspro.com/free/
Thank you for the kind review. I really appreciate your endorsement.
Forum: Reviews
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] Great Support!Thank you for the kind review. I’m glad we’ve been able to help.
Thank you for the review. I am glad you are finding value in our paid products. Good luck with everything.
Forum: Reviews
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] very niceThank you for the review.
Thanks very much. I appreciate your enthusiastic endorsement. Good luck with everything you are building with LifterLMS.
Thanks so much for the kind review. I am glad we have been able to help. Good luck with everything.
Thank you ver much for the kind review. I will be sure to pass this on to the support team.
Forum: Reviews
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] ExcellantSuperb! Thanks for the review.
Thanks so much for the kind review. I’m glad the plugin is working so well for you and your clients.
Wow. Thanks so much. We only offer the lifetime plans in limited amounts at special times. I’m glad you were able to snag one.
Forum: Reviews
In reply to: [LifterLMS - WP LMS for eLearning, Online Courses, & Quizzes] A W E S O M E !Thanks so much for the kind review. Good luck with everything. Let us know how it all works out.
Thanks so much for the kind review and the feedback as well. Good luck with everything.
You’re welcome. I’ll forward your message on to the team and Chris. We’re glad to have you as a user. Good luck with everything.