Hellow is it possible to Show not 10 but 20 top people result in leaderboard?
Also I want to create profile link on leaderboard students name.
1) yes this is possible to show 20 people there.
Add the bellow code in your wplms-customizer.php file present in the wplms customizer plugin:
add_filter('wplms_starts_leader_board','show_custom_people_count_in_leaderboard');
function show_custom_people_count_in_leaderboard($x){
return 20;
}
2) Sorry this is not possible as of now.
is it possible to show all the people taken the quiz in leaderboard and can i show the leader board on a specific page
@bhaskar: Please do not duplicate the topics.
Refer the reply here:
https://wplms.io/support/forums/topic/leader-board/