pavelkoko
Forum Replies Created
-
Natalie, iThemes demands pro-version. But i think it will not work.
All Captch plugins integrated captcha to standart wp forms, plus some well known plugins like Contact Form 7.For example this plugin https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=dcf21edcd5cc9374f5e15c8055e40797
But LifterLMS forms is not standart form, it is custom form.
Hello. How can i integrate captcha?
“Another thing that can be done is adding CAPTCHA to checkout through a WordPress Security Plugin”
Yes, i have a question. Which plugin integrates captcha to lifterlms form? there is no plugin “WordPress Security Plugin” in plugin directory…
How i can protect the system from spam, when using the access plan with the link (with coupon if needed)?
- This reply was modified 2 years, 11 months ago by pavelkoko.
Yes, i dont see Voucher code block. And i DO NOT use Register form.
https://prnt.sc/27PNmZK7F54k
https://prnt.sc/T7_6z2wtyf_NI send to users the link for the access plan of the membership.
For instance: https://tarasov.club/purchase/?plan=426790
Registration by this link registers user + gives him an access to the membership for 2 months.
But this link uses Billing form, not Register form.
If this user flow is wrong, or there is better one, tell me please, how can i register user and give him an access to membership for 2 months.
Hi! I updated LifterLMS and WP.
As i said i use links to membership’s plan to register users. And as i see it uses not “Register” form from Forms menu, but “Billing information” form. And there is no Voucher field available in this form.
I don’t understand what to do. May be i should register users some other way?
It seems to be what i need. But i do not have Forms submenu.
i have llms v4.20.0
- This reply was modified 3 years ago by pavelkoko.
Toyin, i dont understand how to implement this to solve my business task.
so user can make payments in 2 ways
1. full payment
2. prepayment + remainder paymentHow?
But prerequisite is for 1 separate lesson. dont understand how to use it for my case.
Explain please, how you sugest to setup 2 courses?
nothing
i have deactivated all plugins except LLMS and Elementor – no Edit with Elementor button for lessons.
Actually not only for lesson but for pages too. Old pages that were created with Elementor have this button, new pages – have not.
Not exactly what i needed: i needed to redirect students only when they are not logged in, but if they are show standart llms message.
I was able to change code for my task. Thank you, Toyin!
There is my code:
/** * Redirect restrictions to a custom URL * @param array $results array or result info * @return void */ function my_llms_page_restrictions( $results ) { // url to redirect to when user does nt have access $redirect_url = '/lk'; if ( $results['is_restricted'] and !is_user_logged_in() ) { wp_redirect( $redirect_url ); exit; } return $results; } add_filter( 'llms_page_restricted', 'my_llms_page_restrictions' );
Does LifterLMS have an integration with this payment gateway
yes llms is integrated payment gateway by my custom plugin
Yes, they will be active even after the due date because the Manual Gateway was used and there was no information passed
i ve read that article, and still don’t understand why student is active. i am sure this is a bug. There is no possible logic explanation for student to be active when he have not payed for course continuation…
I have other gateway active.
1. only manual gateway was active.
2. some people registered using manual gateway with recurrent plan
3. I developed gateway for payment system Fondy and activated it + switched off manual gateway
4. That people who registered using manual gateway and recurrent plan are still active even after next payment date is past and there is error about recurrent payment and absence of manual gateway on order’s page.its a pity. Thanx for your reply