I want to create a special user

Home Forums Legacy Support Support queries Setup issues I want to create a special user

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #199823
    viaged_311
    Participant
    Hi I want to create a teacher user that can't be able of delete or add students in the course, or modify the course content, just check the statistics and download a report of the course. Is is possible? P.S.: I'm using User role editor plugin and I didn't found how to do it with this tool. Thanks
    #199950
    Ava
    Member
    Please Follow the link shared below: https://wordpress.org/plugins/user-role-editor/  
    #199980
    viaged_311
    Participant
    First, thanks for your answer. On the other hand, is there a way to hide the Members Tab in the front end of the course for the instructor role, without using the previous plugin you told me? This because I don't want the instructor to delete any user form the course or modify any feature for the progress for the student. I refer to the tab that I've pointed in the image https://prnt.sc/mv5h6e Thanks for your help
    #200051
    Anshuman Sahu
    Keymaster
      please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_action('wp_head',function (){   if(is_user_logged_in() && !current_user_can('manage_options')){     ?>     <style>a.tip.remove_user_course {         display: none !important;     }</style>     <?php   } });
    #200256
    viaged_311
    Participant
    That worked out so well. Thanks a lot
    #200273
    Ava
    Member
    Thanks for confirmation. Closed !!!
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘I want to create a special user’ is closed to new replies.