[ARCHIVED] Hide syllabus link at account level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.