Skip to main content

Hiding the Quick Launch View All Site Content link

At this point you have two options: 1) hide the View All Site Content link for everyone or 2) hide the View All Site Content link for everyone who does not have Full Control to the site. I prefer the second option because it gives administrators the ability to still have access to the link.

Option 1 – Hide View All Site Content for everyone:
Click on the View All Site Content link in the Design view. This will select the Sharepoint:SPSecurityTrimmedControl.
In the Tag Properties pane (typically located in the lower left), change the Visible Property to False

Option 2 – Hide View All Site Content for anyone who does not have Full Control:
Click on the View All Site Content link in the Design view. This will select the Sharepoint:SPSecurityTrimmedControl.
In the Tag Properties pane (typically located in the lower left), PermissionsString="ViewFormPages" to PermissionsString="ManageWeb"

Save the page and Check-in and publish

Comments

Popular posts from this blog

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Here's how you can do it. Hide the image and give our custom image element a background image. Look Like: .ms-viewselector-arrow {     background: transparent url('/PublishingImages/images/Arrow.png') no-repeat scroll 0 0;     height: 4px; /* height of the image */     width: 5px; /* width of the image */ } .ms-viewselector-arrow img {     display: none; }