Removing the Dashboard

Re: Removing the Dashboard

by Kahraman Bulut -
Number of replies: 0
Picture of Testers

just use CSS to hide menu items, for example:

#nav-drawer {

  [data-key="privatefiles"], [data-key="badgesview"], [data-key="2"], [data-key="25"], [data-key="26"] {

    display: none;

  }

}

Average of ratings: Useful (2)