Thursday, September 4, 2008

Hide/Remove the View All Site Content link in SharePoint

Hide/Remove the View All Site Content link in SharePoint

Thanks a lot to Mark Wagner - Cogitation Blog who has showed a wonderful way of removing the “View All Site Content”.

http://www.crsw.com/mark/Lists/Posts/Post.aspx?ID=36


In our case we didn't need a feature to work it down. We preferred a delta change in the core.css. This made the change show fast.



There are many ways to do this.

One way is to open the default.aspx in Sharepoint Designer and remove the portion.
Another simple way of achieving this is to make a delta change in the
Core.css file

You can find the core.css file in the 12 Hive
12\TEMPLATE\LAYOUTS\1033\STYLES\CORE.CSS


Add this at the end of the file.

#ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll
{
visibility:hidden;
}


Save it and refresh the page. “View All Site Content” is removed from the Site’s Quick Launch Menu.

Before the Delta change:



After the Delta change:

No comments:




Share your SharePoint Experiences with us...
As good as the SharePointKings is, we want to make it even better. One of our most valuable sources of input for our Blog Posts comes from ever enthusiastic Visitors/Readers. We welcome every Visitor/Reader to contribute their experiences with SharePoint. It may be in the form of a code stub, snippet, any tips and trick or any crazy thing you have tried with SharePoint.
Send your Articles to sharepointkings@gmail.com with your Profile Summary. We will Post them. The idea is to act as a bridge between you Readers!!!

If anyone would like to have their advertisement posted on this blog, please send us the requirement details to sharepointkings@gmail.com