Course tab

Home Forums Legacy Support Support queries Other issues Course tab

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #258928
    consp51
    Participant
    Hello, How could I hide tabs from some tab all course pages:
    • “Events” tab: I would like to hide this tab if no event is associated with the course (or better, to hide the tab if the event or schedule expired)

    • "Activity" tab: For most of the cases, I don't think students need to see it.

      Also, I am giving some manager/mentor to review the student progress, So Is it possible to create a new role, So they can view as an instructor, but doesn't have the access to the edit course page, Because I don't want them to mess up anything. 

Felix

    #259270
    Veronica
    Moderator
    hi,

    added the css in your wp-admin -> appearance -> customize -> custom css :

    li#events {
    1. displaynone !important;

    and for activity:

    This setting is already present in the theme.

    Please go to wp-admin->LMS->settings->course activity visibility, refer: http://prntscr.com/a7axs6

    ---- well if you try to do so then it will be applied to all the instructor not to the particular/few ones.
    #259288
    consp51
    Participant
    Hi Veronica So if I remove the CSS or comment out the CSS,  I can get it back Right ? I mean I still need it back for the admin accounts
    #259639
    Veronica
    Moderator
    hi, So if I remove the CSS or comment out the CSS,  I can get it back Right ? yes they will appear you can the visibility too

    You can set the privacy for this tab from wp-admin > LMS > Settings > Course Menu

    refer: http://prntscr.com/i30ich

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Course tab’ is closed to new replies.