How to hide folders from the site hierarchy in SharePoint Services

How do I configure the site hierarchy on the left side of a SharePoint Services 3.0 site to NOT show folders?

We have thousands of folders and it takes a long time to load the page!

thanks

0


a source to share


3 answers


I'm going to assume that you mean the quick launch bar. If not, then just leave me a comment so I can update the answer.



In a nutshell, you want to customize navigation from the site settings page. You are quick to go in and talk to NOT display any subsites. Check out this page for detailed instructions .

0


a source


Go to Site Actions, Site Settings, Change All.
In "Look and Feel" click "Tree View".
In "Tree View" uncheck the Enable Tree View checkbox.



+1


a source


One way is to use the SPWeb.Navigation class to remove all unwanted items from the Quick Launch. Check out these classes for more information:

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation.aspx

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.navigation.spnavigation_members.aspx

Good luck.

0


a source







All Articles