kklo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Functions.phpHi @threadi
Yes, functions.php is working perfectly, I’ve already tested it.
The code above was another attempt to create a function that added one more role to “tutor_instructor”Forum: Fixing WordPress
In reply to: Functions.phpHi,
Yes it’s working.
I tried to do another function and it’s not working either.The user is not new, it can often be an already registered user who decided to become an instructor.
Can anyone help me where is the error?
function add_wcfm_vendor_role_to_tutor_instructor( $user_id ) {
$user = new WP_User( $user_id );
$roles = $user->roles;
if ( in_array( 'tutor_instructor', $roles ) ) {
$user->add_role( 'wcfm_vendor' );
}
}
add_action( 'tutor_instructor_approved', 'add_wcfm_vendor_role_to_tutor_instructor' );- This reply was modified 3 years, 1 month ago by kklo.
Forum: Fixing WordPress
In reply to: Functions.phpHi, @threadi
Yes.
There are two plugins: Tutor LMS and WCFM. The default user registration is “Subscriber”. When he wants to be an “Instructor” he asks to be an “Instructor” and the “Admin” authorizes it. In this authorization, he automatically changes to “Subscriber” and “Instructor (tutor_instructor)” and at this moment I want him to also be “Manager (shop_manager)”Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Commissionsok, no problem, I understand and thank you very much
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] ImagesHi, @munayam
It says in CSS file, what I want is to change 2 images, it can be with the same name and size.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course ListHi, @largbasket
This I know and I already talked to support about this, that is, it is NOT possible to edit with Gutemberg or Elementor.
I have verified that the page in question has been removed.
I would like to know if you have plans to allow adding a title or editing the “List of Courses” page?
This depends on my purchase, as I am first testing and learning this plugin.
Is this your site?
https://tutorlmstutorial.com/course-list/Thanks
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Transparent menu in pageHi, @largbasket
Ok, but I’m asking you for help, because https://docs.themeum.com/tutor-lms/basic/compatible-themes/ item 7 contains compatibility with the Astra Theme, this was a decision based on the theme in this document.
Thanks
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Login PageHi, @largbasket
If I create a Student and Instructor registration page with Elementor and Shortcode, without checking this page in the plugin configuration panel, will it harm the system? Doing this the page works. I didn’t test everything, just the edited page.
If I put the page in the plugin configuration with Elementor, it doesn’t work, errors appear, such as returning the source page, blank screen trying to load, among other errors.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Login PageHi, @largbasket
I created an Instructor registration page with header and footer and put the shortcode created with Elementor. It works.
When I indicate this page from the admin panel > LMS Tutor > Settings > Advanced the header and footer do not appear.
Is this right? Will it work only with shortcode or do you need to mark it in the configuration??
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Login PageHi, @largbasket
OK,
but I was not able to change the student registration and instructor registration. These pages don’t support Elementor and how can I edit it?Logo and main menu do not appear
- This reply was modified 3 years, 2 months ago by kklo.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Limit of the coursesThanks
Forum: Everything else WordPress
In reply to: Buys creditsOk. Thanks
Ok, Thanks
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Limit of the coursesHi,
I want to assist companies to create training for their employees, but not for a single company, but for several.
If there is no possibility of limiting the membership (company) through the amount of course, what other way would you suggest, since I don’t know all the features of the plugin?
Hi, @mariaojob
I think my question was a little confusing, I’ll go into more detail.
Ex. There’s a company called Microsoft, it doesn’t have a course platform, this company is going to launch new software, like “DOS2023”. For her to launch, she wants to make free courses available to several users in different places, along with the product launch. Users enroll whenever and wherever they want and take the course.
But as this course was made and made available, someone has to pay for the time, space made available on the platform. In this case, Microsoft is sold a subscription plan of 10 courses per month, that is, it is entitled to take up to 10 courses per month for an amount of $30.00.
If another company like “IBM” has 50 courses per month, they would buy a 50 course plan to do the same thing.
My difficulty is how to control the number of monthly courses that each membership, limiting the amount purchased by the subscription plan.
Is this possible to do or something similar? I need to make a control, no matter the type