Home › Forums › Legacy Support › Support queries › Update Issues › Notes and Discussion disappered
Tagged: discussions; notes; discussion;
- This topic has 11 replies, 2 voices, and was last updated 4 years ago by Anshuman Sahu.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
September 11, 2020 at 3:25 pm #305833russianforamericansSpectatorDear Customer Support, The Notes and Discussion feature disappeared from my units. I checked the WPLMS- Course manager and everything is activated. Please help!!!September 12, 2020 at 9:20 am #309851Anshuman SahuKeymasterplease try adding this given code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('comments_open',function($open,$id){ if(get_post_type($id)=='unit'){ $open = 'open'; } return $open; },999999,2);
September 13, 2020 at 2:42 am #310021russianforamericansSpectatorHi, I tried that and it didn't help. What else could we do?September 14, 2020 at 1:50 pm #310392Anshuman SahuKeymasterThis reply has been marked as private.September 14, 2020 at 4:26 pm #310451russianforamericansSpectatorThis reply has been marked as private.September 15, 2020 at 1:47 pm #311091Anshuman SahuKeymasterIt was a bug in theme , fixed it in your site please check nowSeptember 15, 2020 at 3:49 pm #311134russianforamericansSpectatorThank you, Alex. The discussion problem has been fixed. Another bug I believe is in the course navigation within each course. The navigation menu within the courses disappeared. There is no way to move back and forth and see course progression. Could you please take a look? Thank you so much for your help!September 16, 2020 at 11:30 am #311325Anshuman SahuKeymasterWell here is the page where student actually pursues the course in which the navigation appears : https://www.youtube.com/watch?v=MFtX9ussRKk http://somup.com/cYQDXUXpHUOctober 31, 2020 at 1:44 am #322060russianforamericansSpectatorAlex, you saved my course last time! That was amazing. Thank you so much for your help. Could you please take a look at two more features that are not working on my WPLMS? 1. Course instructors are not getting notified about student comments in their courses 2. I cannot reply to student course reviews. I click "reply" but nothing happens.October 31, 2020 at 2:22 pm #322168Anshuman SahuKeymaster1 . please goto wp-admin -> lms -> settings -> touch points -> " Unit comment added by User " 2 . Well yes the reply option does not works in course reviews , that is an issue .Actually reply support is not added in reviews. .However if you really want to reply you can do so from wp-admin-> comments section/October 31, 2020 at 5:52 pm #322201russianforamericansSpectatorHi, Alex, 1) Yes, everything is enabled. I marked all three as "yes" but the instructors are not getting notified. I think there is a glitch in the WPLMS. Could you please check why this is happening? 2) Thanks, I see that I can comment from the admin panel now. Thank you!November 2, 2020 at 2:22 pm #322469Anshuman SahuKeymaster1 . Ok I checked this the email is coming but without content . https://prnt.sc/vbwgbw please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :add_filter( 'bp_email_use_wp_mail', '__return_false' );
-
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Notes and Discussion disappered’ is closed to new replies.