Jump to content

Recommended Posts

Posted
On the left hand side of Sharepoint pages is a menu which shows all of the folders for a site. It has items Pictures, Libraries, Lists, Discussions and at the bottom Recycle Bin and All Site Content. Does this have an official name? Also, can you disable and enable it? (Not sure why the boss wants to do this, but there you go!)
Posted

If you make a content editor and click inside and instead of writing text click the HTML button you can isnert this code which will remove the navigation bar from the left hand side.

 

BODY #s4-leftpanel {

DISPLAY: none

}

.s4-ca {

MARGIN-LEFT: 0px

}

  • Thanks 1
Posted
I've always called it the quick launch navigation menu. It can be disabled by Site Actions > Site Settings > Tree View and uncheck "Enable Quick Launch". Having done this, both "View all site content" and "Recycle bin" links are still there so the screen space isn't re-claimed. This is just one of the very many annoyances of SP. AlexPilot's advice will make it go away and you can get it back by deleting the CEWP with the code in.
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...