Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

View All Site Contents

  Asked By: Carmen Reilly         Date: Sep 30, 2009      Category: Sharepoint      Views: 312
 

Is there a way to remove "View All site Contents" from the quick launch list on
the left?

Tagged:        

 

1 Answer Found

 
Answer #1       Answered By: Kaitlyn Clark          Answered On: Sep 30, 2009       

You can override the appropriate CSS class (e.g. set "display:none") to hide
that entry...

or you could modify the Master Page and add Visible="False" to the
appropriate SPLinkButton control...

or you could install a solution built by Mark Wagner (
www.crsw.com/mark/Lists/Posts/Post.aspx?ID=36 ).

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


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