Only Instructores on listing page

Home Forums Legacy Support Support queries Other issues Only Instructores on listing page

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #179249
    Jim
    Spectator
    Hi guys, How can I only have teachers/instructores on the "Instructors" page? Because right now it's showing even the administrators and I don't want it, I want only the ones with "Instructor" role. Please advise, thank you
    #179357
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter('wplms_show_admin_in_instructors',function(){ return 0;});
    #179392
    Jim
    Spectator
    Hi there, This don't work because some admins are instructors too. I need ALL with instructor role, not ONLY instructor, got it? Thank you
    #179540
    Anshuman Sahu
    Keymaster
    Well then you would need to convert those user accounts to instrcutor role , then they will show up on all instrcutors page . There is actually no way to detect if there is an admin who create a course on site . by default all admins are also instrcutors in wplms .
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Only Instructores on listing page’ is closed to new replies.