Tips & Tricks

Custom certifcate codes and verification
1. Use the Filter : wplms_certificate_code to encrypt the certificate code. For example , add following code in the functions.php file in your child theme. ...
Fri, Feb 27, 2015 at 2:44 PM
How to change footer logo
Using following steps you can add your own custom logo in footer. 1. Step 1 : Hide the footer logo  Add this CSS code to location given: wp admin panel ...
Fri, Feb 27, 2015 at 2:46 PM
Course Start Notification
Yes, there is a hook provided in the theme for this : badgeos_wplms_start_course 1. Go to WP Admin -> Plugins -> editor -> WPLMS Customizer -> ...
Fri, Feb 27, 2015 at 2:50 PM
Hide Courses from Course Directory and the site.
From version 1.7.4 we've added a new field in options panel to hide courses from the site. The courses selected in this can only be accessed via a direc...
Fri, Feb 27, 2015 at 2:51 PM
Adding Custom Section in Course menu
1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> Customizer_class.php 2. Add following lines in _construct function: ...
Sat, Apr 18, 2015 at 6:16 PM
Stop student from progressing to next unit until assignment is evaluated
1. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> customizer_class.php 2. Add the following line in _constuct function : ...
Fri, Feb 27, 2015 at 3:11 PM
Adding a Duplicate button to duplicate courses
Use plugin : Post duplicator : https://wordpress.org/plugins/post-duplicator/ In this tip we're going to add a Duplicate switch for courses in the WP A...
Fri, Feb 27, 2015 at 3:13 PM
Auto mark complete unit on Media Finish
a. Go to WP Admin -> Plugins -> Editor -> WPLMS Customizer -> customizer_class.php b. Locate the function _construct and add following code in i...
Thu, Apr 2, 2015 at 2:20 PM
Allowing Students to view Course protected area even after finishing the Course
From version 1.6.4 , students who have finished the course can view the Course protected area. You just need to enable a Switch for this in the WP Admin -&...
Fri, Feb 27, 2015 at 3:16 PM
Form Shortcode for ISO CHARSET
If you're creating Form using Vibe shortcodes plugin and the language you use require you to send emails in languages which are in ISO charset. You sim...
Fri, Feb 27, 2015 at 3:17 PM