How to hide “View All Site Content” in SharePoint 2010
I have had many, many clients ask if there is a way to hide the All Site Content on the quick launch bar in SharePoint. And, the answer is of course, yes. The caveat is …. is there an easy way. And, which method you deploy will also dictate where it is hidden, meaning some methods have to be implemented on a page by page basis. That can be a lot of work, and can require constant modification on new pages. There are a variety of options. So, I composed a few resources on all the options for hiding the All Site Content. Good luck, whichever choice you make.
On Anonymous Access pages
http://www.apps4rent.com/support/kb/article/remove-view-all-site-content-sharepoint
Permission Based Hiding
http://thechriskent.com/2012/09/07/hide-all-site-content-link-based-on-permission/
To a Publishing Site Template
http://www.dummies.com/how-to/content/upload-an-alternate-style-sheet-in-sharepoint-2010.html
Styles
http://erikswenson.blogspot.in/2011/03/sharepoint-2010-basics-on-how-to-apply.html
1 Way to Deploy as a Feature
http://www.myfriedmind.com/2012/07/sharepoint-2010-adding-a-css-stylesheet-automatically-to-pages/
SharePoint 2010 CSS Reset (just in case)
http://kyleschaeffer.com/sharepoint/css-reset/
Creating a Solution
http://blogs.msdn.com/b/vssharepointtoolsblog/archive/2009/11/23/how-to-deploy-a-style-sheet-into-content-library-using-visual-studio-2010-beta-2.aspx
Another Way to Deploying as a Feature
http://tommdaly.wordpress.com/2011/10/22/deploying-master-pages-themes-via-a-feature-using-visual-studio-2010/
And Yet Another Way to Deploying as a Site Feature
http://sharepointerz.blogspot.com/2012/02/deploy-master-page-programmatically.html
http://social.technet.microsoft.com/Forums/en-US/sharepointdevelopmentprevious/thread/c0c501a8-39c8-4b8a-81ed-376a25131e97
http://fitandfinish.ironworks.com/2010/01/the-best-way-to-add-custom-css-to-sharepoint.html
http://fitandfinish.ironworks.com/2010/01/the-best-way-to-add-custom-javascript-and-jquery-to-sharepoint.html
.s4-specialNavLinkList
{
display:none;
}


