course admin

Home Forums Legacy Support Support queries Setup issues course admin

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #181763
    MeesterGijs
    Spectator
    How can I set the list of students in course not to all, but only the ones that have already started ('continu' I think it is)? See screenshot
    #181902
    Anshuman Sahu
    Keymaster
    yes its continue course which is you need to select there in the filter section .
    #181929
    MeesterGijs
    Spectator
    No, I mean that is standard set to continue course students. Now I have to select filter and change selection. Is it possible that it's already set at continue course.
    #182141
    Anshuman Sahu
    Keymaster
      please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_action('wp_footer',function (){   ?>  <script>     jQuery(document).ready(function(){         jQuery('form#course_user_ajax_search_results select#course_status').val(2);         jQuery('form#course_user_ajax_search_results select#course_status').trigger('change');     });       </script>   <?php });
    #182232
    MeesterGijs
    Spectator
    Unfortunately, it didn't do anything. Or at least not where it should :) Any idea how to fix it?
    #182362
    Anshuman Sahu
    Keymaster
    sorry fixed it .
    #182421
    MeesterGijs
    Spectator
    Yes. Thank you.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘course admin’ is closed to new replies.