MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

How to hide View All Site Content

  Asked By: Kamal Verma         Date: Nov 27, 2010      Category: MOSS      Views: 2496
 

How to hide View All Site Content

Tagged:              

 

2 Answers Found

 
Answer #1       Answered By: Hemendra Agrawal          Answered On: Dec 03, 2010       

Add below script in CEWP.


<script type="text/javascript"> var returnVar = document.getElementById("ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll"); returnVar.style.visibility = "hidden"; </script>


Hope it will help

 
Answer #2       Answered By: Dhanya Gopal          Answered On: Jan 06, 2011       

You can use SPSecurity trimmed control around view all site content in site actions of master page

 
Didn't find what you were looking for? Find more on How to hide View All Site Content Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].