Hide Dashboard from students in drawer and user menu

Hide Dashboard from students in drawer and user menu

by David Garden -
Number of replies: 2

Hi, 

I'm using Moodle 3.5 and trying to hide the Dashboard link on the right navigation drawer and from the user's drop down menu. 

Is there a CSS solution or do I need to modify code?

THANKS!!!



Average of ratings: -
In reply to David Garden

Re: Hide Dashboard from students in drawer and user menu

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Why?

Do you really mean the whole dashboard or just the courses block. You could just disable that block. 

In reply to Howard Miller

Re: Hide Dashboard from students in drawer and user menu

by David Garden -

We don't use the dashboard page at all the the "no activities due" info confuses our users since students don't have a required due date.

But I do want the side nav for the home page, calendar, etc. 


I want the links to the page removed from the navigation drawer and the user drop-down. It can be absent for all roles, not just students.

UPDATE: I used this CSS to hide it from the user menu. But still looking for a way to hide the link in the side navigation drawer


.dropdown-menu a.dropdown-item.menu-action:first-child {display: none;}