FAQs
Remove achievements from Courses
PHP
November 15, 2021
Add following code, to remove Achievements from Courses and then reload buddypre
Show Add to Cart Button on Single Course Page WPLMS V4
4.0Coding tipsCSSPHPTips & Tricks
November 1, 2021
Add this code in wplms-customizer plugin>>wplms-customizer.php add_action(
Prevent cheating in quiz by submit quiz as soon as user leaves tab
Coding tipsTips & Tricks
October 27, 2021
Add this script in your wp-admin -> wplms -> footer -> google anaylitic
Remove Tabs from Student Enrolled course Single course View
PHP
September 13, 2021
This code tip will remove “Announcements”, “News”, ̶
AutoComplete unit as soon as it is Loaded
4.0Coding tips
September 4, 2021
WPLMS 4 can automatically mark unit complete on scroll or on Video completion. H
add_action( 'bp_init', function() { global $bp; bp_core_remove_subnav_item( 'cou
To hide submit button by default. Add css in customizer – custom css : .su
Add following code in your Child theme – functions.php , Make sure the cou
In order to this please add a simple text or url field type to base profile fiel
Change icon of any module in PWA screen
PHP
January 14, 2021
The components in VibeBP come with their own icon set. The icons run on filter :
Using this tip, you can convert a text field into a youtube video in user’
Show link of quiz in curriculum
PHP
January 2, 2021
In course page, curriculum does not show links by degault. This tip shows links
Add this CSS in customizer – Custom CSS : .question_cwrapper .question:bef
Set User Login Threshold Limit
4.0Coding tipsPHPTips & Tricks
August 31, 2020
When users close the internet browser tab, the account remains open for more tha
Restrict Instructors To Create Course in v4.0
4.0Coding tipsPHP
August 25, 2020
Add this code in wp-admin > Plugins > Editor > Select WPLMS Customizer