Now that I can use gamification and reward points for course elements being completed, I would love for the total amount of points to be shown in profile page. Is that possible?
Im sorry did not understand do you want in user profile a batch score block as well? how do we calculate the batch score ? score in all courses of the batch/?
I mean that a user goes to its profile page, sees all profile date, but also sees his own course scores, his own quizzes made and a list of his own certificates and badges. Like you now have on seperate pages.
Yes, working for me as well. But now it just shows an image. Nothing to click, no explenations. Can we add the title as well? I mean these descriptions: https://imgur.com/a/5ydwkB9
You had this random text added which you didn't delete. Visuable for everyone to see. Please be careful!
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."
it does not follows the order in which badges are shown in the gamification menu item it shows the recent badge obtained by the user first by default .
I want it to show ony the most recent one. SO just one, not more than one. Not necessary. If you achieve a new level with any gamification, you only see that new leverl. not all the levels that you have accomplished. Think about it...
Hi Alex,
Now that I can use gamification and reward points for course elements being completed, I would love for the total amount of points to be shown in profile page. Is that possible?
Gijs
already shown here :
sorry currently there is no shortcode to show points on the public profile.we have to add one.
I know. But can I add it to the profile page. Get everything on one page. More logical right?
agreed we will try to add it in future updates , track :https://trello.com/c/wM3cEpk0
That's great. That's batches, final scores and quizzes made I would suggest. Just really everything. Or make it as Elementor blocks, so I can choose.
Im sorry did not understand do you want in user profile a batch score block as well? how do we calculate the batch score ? score in all courses of the batch/?
I mean that a user goes to its profile page, sees all profile date, but also sees his own course scores, his own quizzes made and a list of his own certificates and badges. Like you now have on seperate pages.
well there is public profile and private profile (bp single app page) which loads for the student .
.all these info can be seen in much details on the app page by the student .
for public profile I agree you would like to display student's badges and points earned for which we will be adding shortcodes .
you can show user's badges on public profile :
using this shortcode [gamification_badges]
but we have yet to add shortcode to show points.
How does the shortcode work? I see this when I add it to a text block:
Im sorry the shortcode is :
[mygamification_badges]
Also didn't work. How come? How do I add the code?
And, is there a list of all the different code?
working for me :
Yes, working for me as well. But now it just shows an image. Nothing to click, no explenations. Can we add the title as well? I mean these descriptions: https://imgur.com/a/5ydwkB9
You had this random text added which you didn't delete. Visuable for everyone to see. Please be careful!
"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."
I didn't added any text in your site .
yes I agree there should be atleast badge title there to show . adding to issue log
Thank you
Im sorry no extra text can be added here :https://meestergijs.nl/app/#component=course&action=points_badges
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.gamification_badges_wrapper .lmsbadge_image {
color:#ffffff;
width:64px;
}
.gamification_badges_wrapper {
align-items:center;
justify-content:center;
width: 100%;
display: flex;
}
A pity.
But code worked.
Can you also tell me if and how I can add url here?]
yes that is correctly added .itsn't it showing on the profile?
No, there is no link there...
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.vibebp_myprofile .user_profile{
pointer-events:all;
}
Worked!
Hi Alex,
Can we change the code for this shortcode that you created for me; [mygamification_badges]?
Because now this shortcode shows all gamifaction levels, I just want the most recent/highest score one?
See profile page:
Im sorry there is no such shortcode present as of now and that shortcode was already available in wplms , i did not craete it.,
Is there a way to change it, so that users only see the most recent achieved one?
yes it shows the recent one first by default .
Incorrect. As you can see in my image, just one scroll down this page:
it does not follows the order in which badges are shown in the gamification menu item it shows the recent badge obtained by the user first by default .
I want it to show ony the most recent one. SO just one, not more than one. Not necessary. If you achieve a new level with any gamification, you only see that new leverl. not all the levels that you have accomplished. Think about it...
Please help me fix this.
add this code in your wplms-customizer.php file in wplms customizer plugin :
Thanks, but it didn't work. I added the code, but still see all accomplished levels, not just the latest/newest rewarded...
sorry I fixed the code below please copy it again and use this shortcode instead :
[newmygamification_badges]
Oh, yes! How I love this. Thank you so much. That code worked and it is a valuable addition to the profile page. Thanks!
~closing~