[ARCHIVED] Hide syllabus link at account level?

Jump to solution
acreek
Community Member

Has anyone been able to hide the syllabus link at the account level? We have two distinct documents: a syllabus, which is an institutionally approved document with the course description and outcomes; and a course guide, which is called a syllabus at most institutions. We don't want faculty using the syllabus link as we have a template that has a place for the course guide. I haven't been able to hide the syllabus at the account level. Using the navigation to hide it from students isn't working as faculty are still enabling it. 

Thank you!

Karen

Labels (2)
1 Solution
Robbie_Grant
Community Champion

 @acreek ,

I believe that this is something that you will have to do with custom javascript by editing the current theme.  The javascript will look something like this:

$(document).ready(function(){
$('a.syllabus').hide();
});

Just a reminder, custom javascript may break if changes are made by Instructure.

Hope this helps!!!


Robbie

View solution in original post