How to hide Recycling bin and View All Site Content May 31, 2012
Posted by John Ruby in Microsoft, Server, Sharepoint, Software, Solutions, Troubleshooting & Knowledge Bases.Tags: checkout, Click, ClusteredSPLinkButton, Content, ContentTemplate, provision, Recycle, Server, SharePoint, Site, solution, statement, UIVersion, UIVersionedContent, View
add a comment
Hiding Recycle Bin and All site content in sharepoint 2010 is very simple do the following steps:
1) open site in sharepoint designer 2010
2) Click all files, then masterpage, then checkout the master page
3) go to
<SharePoint:UIVersionedContent UIVersion="4" runat="server" id="PlaceHolderQuickLaunchBottomV4">
<ContentTemplate>
<ul style="display:none" >
<li>
<SharePoint:ClusteredSPLinkButton4) add statement in bold
5) check in save
6) you can use this master page in your solution & provision it
How to hide Recycling bin and View All Site Content
Advertisements