Home › Forums › Legacy Support › Support queries › Setup issues › Certificate to Packages courses
Tagged: certificate, package
- This topic has 17 replies, 3 voices, and was last updated 3 years, 11 months ago by Anshuman Sahu.
-
AuthorPosts
-
October 21, 2020 at 4:22 pm #319927IBSPSpectatorHello, When any student finishes his course and clicks on the finish button as with any regular curriculum-based course. The issue is with all courses that build with packages, for example, if we're using an HTML package inside the course, then when students click on the finish course button certificate is not assigning to the student. and I've been requesting this fix for a long time, and this issue is with all packages, also tried after deactivating third-party plugins and clearing cache but the same result. Kindly provide me the solution. ThanksOctober 22, 2020 at 12:31 pm #320110Anshuman SahuKeymasterplease try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('wplms_course_student_marks',function($u_marks,$id,$user_id){ $upload_course = get_post_meta($id,'vibe_course_package',true); if(!empty($upload_course )){ return 100; } return $u_marks; },10,3);
October 22, 2020 at 12:33 pm #320112Anshuman SahuKeymasteralso can you please share more details like what marks gets set for the user when the course is finished?October 23, 2020 at 4:40 pm #320435IBSPSpectatorThis didn't work for me, I added your given script https://prnt.sc/v5gjli But the screen stucks when students finish the course and review the course. Nothing appears after that https://prnt.sc/v5gkbq Nothing happens after this screen. Please give me the solution to fix this. ThanksOctober 24, 2020 at 2:56 pm #320590Anshuman SahuKeymasterSorry for the wrong code there is a bit mistake . here is the correct code :add_filter('wplms_course_student_marks',function($u_marks,$id,$user_id){ $upload_course = get_post_meta($id,'vibe_course_package',true); if(!empty($upload_course )){ $marks = get_post_meta($id,$user_id,true); if(empty($marks)){ return 100; }else{ return $marks; } } return $u_marks; },10,3);
October 24, 2020 at 4:43 pm #320606IBSPSpectatorHello sir, Sorry for bothering you again, this is not working for me, and facing many issues related to package courses, not only one specific course, this problem is with all package courses.- Sometimes the course material doesn't appear at all https://prnt.sc/v61abv
- Mostly it opens my homepage instead of material https://prnt.sc/v61b0g
- When clicking on the profile name it redirects to profile instead of showing the profile menu. it immediately redirects to the profile page https://prnt.sc/v614zn
- This dialogue appears when we click on the finish this course button https://prnt.sc/v61hbi
October 27, 2020 at 3:20 pm #321148Anshuman SahuKeymasterHi this was an issue .fix added in wplms plugin update version 1.4.5+ yesterday .Please update and checkOctober 28, 2020 at 6:53 pm #321475IBSPSpectatorThe issue is not yet fixed and facing a lot of other problems Still not working after clicking on the complete button this appears https://prnt.sc/v8vtns and nothing appears in achievement, I've the latest updates installed NOTE: Please yar solution provide kro itna time waste kr rhy ho every 24+ hours wait krna prta or solution phir ni milta. ThanksOctober 30, 2020 at 2:22 pm #321977Anshuman SahuKeymasterYes the issue has been replicated for the upload type courses .We are working on the fix ,please provide some time .November 26, 2020 at 5:03 pm #326704IBSPSpectatorAny update on this? please provide a solution I specially upgraded my support for this issue as I discussed with you on Facebook. Provide solution otherwise, this support renewal is useless for me so kindly refund me. Thank You!November 27, 2020 at 3:08 pm #326895Anshuman SahuKeymasterYEs this is fixed and will be available in the wplms plguin update coming with some other bug fixes and features.December 7, 2020 at 8:53 am #328406IBSPSpectatorAny update?December 8, 2020 at 3:18 pm #328637Anshuman SahuKeymasterYes update has been released with this fixDecember 20, 2020 at 5:29 am #330250OpenCoursaParticipantThis reply has been marked as private.December 20, 2020 at 5:31 am #330251OpenCoursaParticipantThis reply has been marked as private. -
AuthorPosts
- The topic ‘Certificate to Packages courses’ is closed to new replies.