Tips & Tricks

Customizing My Courses tab on All courses (Course Directory)
In this tip we will customize the "My Courses" tab on All courses page (i.e. Course Directory). We will add course category on the items(courses) ...
Sat, Jun 20, 2015 at 12:49 PM
Creating buy course popup on single course page
To create popup on course page follow the steps : 1. Create a popup form wp-admin -> popup  2 .Add this shortcode    [course_button id=" Course ...
Mon, Jun 22, 2015 at 7:55 PM
Free unit accessible by only logged in users.
Add this code in Wplms-customizer Plugin->customizer_class.php. Add this line in function __construct() add_action('template_redir...
Tue, Jun 23, 2015 at 1:03 PM
Add custom information to custom fields in course detail section with different icons on each field
Add this code in WPLMS child theme - functions.php or WPLMS customizer - wplms_customizer.php STEP 1 : Add a Multi - information field in Course setti...
Fri, Jun 26, 2015 at 6:51 PM
Fixed commission per sale for Instructors
Only valid for courses sold via WooCommerce. If you want to give fixed commission  ( say $100 ) for instructor on sale of every course then follow b...
Sat, Jun 27, 2015 at 10:51 AM
Sort users in alphabetical order in Course - Admin area
1. Go to WP Admin -> Plugins -> editor -> WPLMS Customizer -> customizer_class.php 2. Add the following code in __construct function :  ...
Fri, Jul 3, 2015 at 10:14 AM
BigBlueButton integration with WPLMS
Install BigBlueButton WordPress plugin. Setup BigBlueButton credentials. Watch below video :
Mon, Jun 29, 2015 at 8:25 PM
Add course category from file
Adding course -categories  Create a .csv file like this:        2.Then go to lms->Settings->Import/export ....
Tue, Jun 30, 2015 at 2:21 PM
Rename unit attachment file name
This can be configured at the time of uploading attachments, however to change them later on follow below steps : 1. Edit the unit in WP Admin panel ...
Wed, Jul 1, 2015 at 7:03 PM
Add custom content in attachment area of units
In this tip we will try to add a custom button with external link. 1. Add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php.  ...
Thu, Sep 10, 2015 at 10:37 AM