Tips & Tricks

Adding/editing bulk users in a course
This can be achieved by using import /export functionality of wplms form wp-admin -> Lms -> Settings -> import/export : 1. Generate and download a ...
Fri, Aug 21, 2015 at 6:33 PM
Replace membership link with custom link on take this course button
Please add the following code in your child theme functions.php or in youe wp-content/plugins/wplms-customizer/wplms-customizer.php :    add_filter(&#...
Wed, Aug 26, 2015 at 6:21 PM
Make membership level pre selected on course page
Please add this code in your child theme functions.php or in your wp-content/plugins/wplms-customizer/wplms-customizer.php file: add_action('wp_foote...
Wed, Aug 26, 2015 at 6:41 PM
Adding send message button on course status page
Please add this code in your wp-content/plugins.wplms-customizer/wplms-customizer.php file :   add_action('wplms_course_start_after_time','...
Fri, Aug 28, 2015 at 12:00 PM
Duplicate text in course description
The duplicate text is due to when you create a course , and if the excerpt field is left blank it will take the content. In order to avoid duplicate...
Mon, Aug 31, 2015 at 11:35 AM
Show time spent by student on course admin
Please add this code in your wp-content/plugins/wplms-customizer/wplms-customizer.php file :      add_action('wplms_user_course_admin_member'...
Thu, Sep 3, 2015 at 3:21 PM
Reset password link missing
This issue is between the wordpress login system and buddypress reset password code. Please refer these links: https://wordpress.org/support/t...
Tue, Sep 1, 2015 at 5:02 PM
Unit duration on course certificate
ADD this code in wplms-customizer plugin->wplms-customizer.php   /*------------------------------------------------------------------------------...
Thu, Sep 3, 2015 at 1:54 PM
Add review Button in course page
Add the following code in wplms-customizer.php or child theme->functions.php   add_action('wplms_after_course_description','myreview_...
Thu, Sep 3, 2015 at 5:11 PM
scroll to top after submitting the quiz
Please add the given script from wp-admin -> wplms ->footer -> google anaylitics code : <script> jQuery(document).ready(function($){ ...
Tue, Sep 8, 2015 at 5:17 PM