Tips & Tricks

Change/Set User marks for a Course, Quiz, Assignment directly
Marks for every user is saved as a post meta field and can be seen from the Post Fields section while editing the post (Course, Quiz, Assignment), directly ...
Fri, May 29, 2015 at 7:11 PM
Center align footer widget content
Center align all Widgets in Footer :   .footerwidget { text-align: center; }   Center align Widgets in top Footer :   .footert...
Wed, Jun 3, 2015 at 10:47 AM
Delete assignments submissions for non existing users
Refer video : http://www.screencast.com/t/qkuODd3Tgw7x
Fri, Jun 5, 2015 at 7:46 PM
Displaying remaining unit+quizzes time in course information section
Please follow the below instructions for displaying remaining unit+quizzes time in course information section: 1. Go to WP Admin -> Plugins -> Editor...
Tue, Jun 9, 2015 at 12:19 PM
Translate Using Loco Translate Plugin
We recommend all users requiring Translation to use this plugin. Here's how you can get started with Loco Translate plugin : 1. Go to WP Admin -&...
Wed, Jun 10, 2015 at 6:58 PM
Auto Evaluation
Fri, Jun 12, 2015 at 5:38 PM
Adjusting the 30 minute login window for One Session per User
1)Add this code in your child theme or  wp-content/plugins/wplms-customizer/wplms-customizer.php :       add_filter('wplms_login_threshold',fun...
Sat, Jun 13, 2015 at 3:20 PM
File location of Language Files in WPLMS
 You can find the language files of Wplms  at the following locations: Language files of WPLMS. Wplms language files are located at :wp-conte...
Mon, Jun 15, 2015 at 4:46 PM
Hide all courses from an unregistered user.
1) Only paste this code snippet in your child theme's function.php.   add_action('template_redirect','hide_course_from_visitor'); ...
Tue, Jun 16, 2015 at 6:52 PM
Open assignment in same tab
Add the following code in wplms-customizer plugin->customizer_class.php Add the following code in _construct().    remove_action('...
Sat, Jun 20, 2015 at 11:42 AM