17922 comments found.
Hi we have people who have pre paid on our website for a WPLMS course. How do we restrict enrollement to the course only to these people and not have it open for general registration? Thank you
Simply do not make the course as Free and do not connect any pricing method to the course. The course will appear as private and no user can enroll in it. You can then either manually enrol them to the course from course – admin or you can send these users as course code using which they can enrol in the course . course codes
Thanks for such a prompt reply. We are getting the users who have pre paid to login with their facebook accounts. How do we manually enrol ( dont know their facebook details). If we send a code how do they then register with their facebook details for subsequent logins?
Do you have their email ids ? You can use gift course feature (link), they’ll get an email with the gift link, it will automatically create an account and assign them to the course.
We would like to share our current workflow and would greatly appreciate your feedback if this will be possible with WPLMS
We run a training agency. We currently use Learndash but wish to move to WPLMS as it offers a few very good functionalities and an added APP.
We have 5 courses in total. We have 40 instructors worldwide that run the same courses. We needed a way to be able to update course content across all courses so having groups was logical. However, it was not great from a reporting perspective. Does WPLMS have the option of reusing course units in more than one course?
Students do not register as users. Instead, an instructor purchases seats for a course. He then adds the students to the course (using the LD group registration plugin). Students then are created as WP users and are sent a welcome email with their credentials. Students then complete the course online and then meet the instructor for the practical assessment (we teach diving). Once successful, the instructor marks the student as certified and a certificate is created for the student. For this to work, wisdmlabs created a plugin which allowed a course to be a “practical course” and we added this course to the group (Stage A, Stage A practical). This course included one unit with a gravity form with assessment criteria. Instructors we also able to add comments in the form and then view them later (sort of like a student file.
Is this something which will be possible?
I hope that we will not need to create this extra course as I think WPLMS includes a built in “Manual evaluation” option so that instructors will be able to simply complete the course for their student after they have evaluated them. Thank you very much
Yes, all the requirements you’ve mentioned are available in WPLMS. You do not need to create new course, instead launch the same course under a new instructor. There are more than 1 way of achieving this in WPLMS, but the best one is through the plugin especially for such requirements, it is called “WPLMS Batches”. (link) (Videos)
Now, as you say you have 5 courses and 40 instructors. I assume a single course is being taught by multiple instructors.
1. Instructor led courses via Batches : link
2. Instructor uploads a csv to add users to his course, users get an email if they’re not registered as WP user on site. link
3. A user/Instructor can purchase seats for their batch : Buy Batch
4. Possibly add a different curriculum (unit/quizzes) for the batch students. link
In WPLMS you can manually evaluate, re-evaluate already evaluated courses, set course status, award certificates and badges manually as well.
Sounds promising
Is there a way to add users without a CSV upload? Most of my instructors use mobile devices to manage courses. Will a custom WPLMS registration form work? and if so – how does the instructor assign the course to the user while registering them?
Thanks for the swift reply
Another small question: Can I create a batch per instructor that he can purchase and students will be added to the same course? or will new courses be created every time he purchases a batch? Example: Instructor 1 teaches course X and Y. He purchases 2 seats and adds students to them. after a week he wants to add more students to the same course so that he could then administer them without having to manage 2 batches… or am I missing something?
CSV upload is the best way to create new users. Yes, custom registration form will work just fine. You can create a custom registration form and it has an option to connect the user to the group. Since a WPLMS Batch is also a group and user joining the batch automatically registers to the connected courses.
Yes you can create a batch per instructor. No new course is created for batch. Please clarify, Instructor wants to add more students to Course or Batch ? Students can join the course without the need of joining a batch.
Hey guys. Emailed a few days ago as my support login does not work and it will not send a password reset. Please get back to me ASAP
Please login, I have reset your password to your mail id : ebxxxxxx@gmail.com
Thank you 
Can you restrict courses specific students can see in anyway with wplms? I guess you can create course bundles is that right?
1. Please clarify, if you’re suggesting that students should see only specific courses in site, then it is possible with WPLMS Batches addon.
2. Yes, you can create course bundles.
Can you restrict courses specific students can see in anyway with wplms? I guess you can create course bundles is that right?
replied in another comment.
HI The Instructor is having access to edit the category and levels as well as myCred complete control. Thats not a required option if I am not wrong. Because we have many unknown Instructors they can mess with all the categories and levels and of course make a mess out of MyCred.
Well in that case you can restrict access to admin panel for instrcutor from wp-admin -.> wplms -> buddypress -> ” WP Admin area access ” -> admins only
How can I make each course auto evaluate without quiz and let me let my users move onto another course. My issue for example is course 3 requires course 2 to be completed, but wont let the user move on as it says under evaluation.
Just replied in another comment, the criteria is current set to submission. Check my code snippet in previous comment.
Hi there, I have a recurring issue, I have a series of 5 courses, that all link and the current way I link them is to insert a url to the next course. However, when one of my courses completes now it tells me it is under evaluation. I can’t continue on to the next one as it is being evaluated. Can I disable this and jump right to the next course?
The best way would be to add a button in Course completion message to move to the next course. You can change the next course criteria from evaluation to submission. You can add this code in child theme – functions.php or customizer plugin :
add_filter('wplms_pre_course_check_status_filter',function($status){return 2;});
great, will this stop the course autoevaluating, so it can just complete and let me move onto the next course?
no it will not stop course auto-evaluations. It will only set required condition for pre-requisite courses from evaluated to submitted. Which means you can submit /finish the course and move on to the next course without waiting for instructor to evaluate it.
I added this to the functions.php file, right at the bottom of the code, it does not seem to do anything? I still read: COURSE UNDER EVALUATION
the site is www.stepstocope.co.uk
here is the code:
<?php
if ( ! defined( ‘ABSPATH’ ) ) exit;
// Essentials include_once ‘includes/config.php’; include_once ‘includes/init.php’;
// Register & Functions include_once ‘includes/register.php’; include_once ‘includes/actions.php’; include_once ‘includes/filters.php’; include_once ‘includes/func.php’; include_once ‘includes/ratings.php’; // Customizer include_once ‘includes/customizer/customizer.php’; include_once ‘includes/customizer/css.php’; include_once ‘includes/vibe-menu.php’; include_once ‘includes/notes-discussions.php’; include_once ‘includes/wplms-woocommerce-checkout.php’;
if ( function_exists(‘bp_get_signup_allowed’)) { include_once ‘includes/bp-custom.php’; }
include_once ‘_inc/ajax.php’; include_once ‘includes/buddydrive.php’; //Widgets include_once(‘includes/widgets/custom_widgets.php’); if ( function_exists(‘bp_get_signup_allowed’)) { include_once(‘includes/widgets/custom_bp_widgets.php’); } if (function_exists(‘pmpro_hasMembershipLevel’)) { include_once(‘includes/pmpro-connect.php’); } include_once(‘includes/widgets/advanced_woocommerce_widgets.php’); include_once(‘includes/widgets/twitter.php’); include_once(‘includes/widgets/flickr.php’);
//Misc include_once ‘includes/extras.php’; include_once ‘includes/tincan.php’; include_once ‘setup/wplms-install.php’;
include_once ‘setup/installer/envato_setup.php’;
// Options Panel get_template_part(‘vibe’,’options’);
add_filter(‘wplms_pre_course_check_status_filter’,function($status){return 2;});
The code seems correct, try lowering the status value to 1:
add_filter(‘wplms_pre_course_check_status_filter’,function($status){return 1;});
Hi, Does WPLMS provide better visual effects for pages like https://mindmajix.com/tableau-training, If yes please let me know or give me an example. Thank you
It is possible, we’re releasing new demos in few days which much better effects.
Instructors can set featured courses (with an extra payment)? And display them first orden in a revolution slider?
No instructor cannot make course as featured .Its just admin who can make course as featured .
there are any discount to buy the theme this month?
No.
Hello,
Please can you fix this typo?? in All Courses, Apply to enrol. Should be “Enroll” with double l.
Thanks in advance
This will be fixed in the next update of vibe course module plugin .
hello, when the next update will be released?
Most likely Tuesday.
Thanks for correcting the typo :))
Awesome Thanks for confirming, this was indeed an annoying issue.
On my website contact page the map is showing “Sorry! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”
See https://lukas.nijigroup.com/contact/
how do I fix it?
Add Google map credentials, login to gmail or google and use this tutorial : https://wplms.io/support/knowledge-base/how-to-get-google-api-key-for-google-maps/
Hello, the theme displays well on web but on mobile phone, when click on menu it shows menu different from the web on latop… what is happening?
Yes, because mobile browsing is different it can not support big menus like mega menus, so we have given a new menu option where you can define custom menu for mobile phones.
You did not specify how to get this corrected, steps?
Just go to WP Admin – Apperance – Menus, create a new menu and connect it at Mobile Menu location. video for help
hello i told you if i buy it you will help me to install it for me with arabic translation than you did answer me yes sure . than i bought it but after i bought it you are totally ignoring me i sent you 3 reply and i sent you my info in your website support and i did everything in my end but you totally ignoring me you not even reply to me while you are reply to other people . i understand maybe you are busy but at least when you see my messages reply to me show me some respect than i will understand but you make me feel like i am talking to my self . i will just copy for you our deal between me and you kingmisho PURCHASED SUPPORTED
kingmisho
hello i am interesting in your theme very good work i am worry about setup it and arabic language also. can you please setup it for me with arabic demo and translation ? if yes i will just buy it i like your work thank you for hard work
VibeThemes VibeThemes AUTHOR
Sure, no problem. We will set it up for you. After purchase just create a support topic here: link
than after i bought it you completely ignored me
thank you.
Hi, we got your request only 20 hours ago ( http://prntscr.com/i267pw ) and we’re working on your request right now.
ok thank you
replied on topic.
Thank you for your awesome work!
If a student wants to cancel a course, is it possible for him to do so? cancel, postpone, drop out… he doesn’t want to continue, or can continue.
Yes, if the user cancels or refunds their order order then the course is cancelled. Otherwise he has to contact Instructor of the course to remove him out of the course. 
Hi team, sorry but i have a few questions before buy thr theme :
1) the theme has instruction and student panels? 2) if so, its front end? Can i see it? 3) any person registered as instructor can create courses? Or Just admin can do that? 4) instructors can buy “packages” in order to be able to publish courses? Forma example “package 1: you can create two courses” 5) can web create offline courses? (no price, Just the link to the university web) 6) in the home Page can we have a search box and filter by: specialization, location, free or noticias free? 7) student muste be logeed in order to enroll in a course? Thank you!!!
I’m really looking forward to the next update:D
Its in testing phase , will be releasing it very soon
I am having including facebook login to the website. after adding the app code and app secret key, the facebook login doesn’t redirect in to show Users have been logged in. Please I will appreciate your help. URL: http://www.rovingschool.com