Hide “upload” for assignment

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide “upload” for assignment

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #362245
    silverchair
    Spectator
    1. Since I don't want Instructor or Students to upload any file in assignment, I need to hide "upload" button when creating assignment. How can I do that? 2. I want to change the icon "T" and change text "Simple" when creating assignment, is it possible to do that? Refer: https://prnt.sc/16a104m
    #362262
    silverchair
    Spectator
    This reply has been marked as private.
    #362482
    Scott Lang
    Moderator
    Use this code in the customizer plugin to remove upload box https://gist.github.com/shubham-99fusion/02125d94bd6baa44387f7ac20be37d20 Also, let us know which icon you want for simple from here https://themify.me/themify-icons
    #362693
    silverchair
    Spectator
    Thanks @Scott Lang , that code works perfectly! For icon, I want to use #command icon , thx
    #362765
    Scott Lang
    Moderator
    Check this instruction for icon update http://prntscr.com/16pxfmd Use this link to select icon https://themify.me/themify-icons
    #362819
    silverchair
    Spectator
    Thanks @Scott , your code & instruction works. If I may ask other thing, do I have to hard-coded also to hide/remove this field: https://prnt.sc/16qcfr0 , and this: https://prnt.sc/16qchwj
    #362866
    Ada
    Participant
    Yes, for these settings also you will need to add code.
    #362961
    silverchair
    Spectator
    can u provide me the code?
    #363043
    Ada
    Participant
    Hi, Yes , for automatic evaluation , I have already shared the css code and for upload package curriculum type please add this css code in appearance>>customize>>custom css
    
    #vibebp_member #course_component .wplms_create_course_wrapper .curriculum_type_wrapper .curriculum_type:last-child{
        display:none !important;
    }
    
    #363387
    silverchair
    Spectator
    okay, it works as requested. U can close it
    #363390
    Ada
    Participant
    Closing this topic.
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide “upload” for assignment’ is closed to new replies.