Remove sections and customize

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove sections and customize

Viewing 15 posts - 31 through 45 (of 50 total)
  • Author
    Posts
  • #377928
    smoothcontent
    Spectator
    Thank you for helping. And are you also looking the other messages?
    #378005
    Veronica
    Moderator
    hi i have provide code for both student and instructor anything i have left with? you can ask that too
    #378020
    smoothcontent
    Spectator
    This reply has been marked as private.
    #378030
    Veronica
    Moderator
    create course and all group can be hide with custom code but the color of active tab is not an issue this is default functionality
    #378064
    smoothcontent
    Spectator
    I see ok can you share the code please?
    #378142
    Veronica
    Moderator
    hi to hide create course use this:
    
    add_filter('wplms_course_settings',function($s){
        	$['instructor'] = 'manage_options';
        	return $s;
        });
    #378144
    smoothcontent
    Spectator
    This error happens.
    #378229
    Veronica
    Moderator
    the s was missing use this code:
    add_filter('wplms_course_settings',function($s){
        	$s['instructor'] = 'manage_options';
        	return $s;
        });
    tested on local and it is working
    #378233
    smoothcontent
    Spectator
    Thanks also waiting for "all groups" button code.
    #378241
    smoothcontent
    Spectator
    This reply has been marked as private.
    #378360
    Veronica
    Moderator
    hi yes right this is correct it is hiding all the controls for instructor i have reported this and for now there is no provision is added in the API key to handle this this will be possible in upcoming updates
    #378727
    smoothcontent
    Spectator
    Ok how about "All Groups" button? Can it be removable ?
    #378864
    Veronica
    Moderator
    hi can you please share the screenshot for this?
    #378984
    smoothcontent
    Spectator
    This reply has been marked as private.
    #379031
    Veronica
    Moderator
    thanks for the screenshot checking this
Viewing 15 posts - 31 through 45 (of 50 total)
  • The topic ‘Remove sections and customize’ is closed to new replies.