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:
Post a Comment