Notes and Discussion disappered

Home Forums Legacy Support Support queries Update Issues Notes and Discussion disappered

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #305833
    Dear Customer Support, The Notes and Discussion feature disappeared from my units. I checked the WPLMS- Course manager and everything is activated. Please help!!!
    #309851
    Anshuman Sahu
    Keymaster
    please 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);
    #310021
    Hi, I tried that and it didn't help. What else could we do?
    #310392
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #310451
    This reply has been marked as private.
    #311091
    Anshuman Sahu
    Keymaster
    It was a bug in theme , fixed it in your site please check now
    #311134
    Thank 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!
    #311325
    Anshuman Sahu
    Keymaster
    Well 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/cYQDXUXpHU
    #322060
    Alex, 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.
    #322168
    Anshuman Sahu
    Keymaster
    1 . 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/
    #322201
    Hi, 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!
    #322469
    Anshuman Sahu
    Keymaster
    1 . 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' );
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Notes and Discussion disappered’ is closed to new replies.