Ask a questionAsk a question
 

AnswerHow to Hide My Profile from quick launch in mySIte

Answers

  • Wednesday, March 04, 2009 12:12 PMAshish kanoongo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hello

    As far as I know you can hide quicklaunch using CSS, but I dont know how to I hide a particular submenu. You can try following
    Add new content editor webpart. thne  Click Source Editor in ToolPane and paste the below code (<style>...</style> tag only) in content editor webpart. Then click "Save" on source editor. Then Set the Hidden Property to True under layout section in ToolPane. Now Click on Apply, and let me know it works or not.

    =============
    Style 1
    =============

    <style>
    .ms-quicklaunch
    {
    display:none;
    }
    .ms-navframe
    {
    display: none;
    }
    </style>




    Ashish Kanoongo

    • Marked As Answer byAvikumar Wednesday, October 28, 2009 8:32 PM
    • Proposed As Answer byAshish kanoongo Wednesday, October 28, 2009 7:09 PM
    •  
  • Wednesday, October 28, 2009 7:08 PMAshish kanoongo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Avi Kumar/Slator/Sameer

    Please review following url

    http://sharepointcanvas.com/spc/

    You can use this, it is very simple and handy.

    Ashish
    • Proposed As Answer byAshish kanoongo Wednesday, October 28, 2009 7:09 PM
    • Marked As Answer byAvikumar Wednesday, October 28, 2009 8:32 PM
    •  

All Replies

  • Wednesday, March 04, 2009 7:18 AMN. V. Hari Krishna Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    For me, it looks like not possible throguh UI.
  • Wednesday, March 04, 2009 12:12 PMAshish kanoongo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hello

    As far as I know you can hide quicklaunch using CSS, but I dont know how to I hide a particular submenu. You can try following
    Add new content editor webpart. thne  Click Source Editor in ToolPane and paste the below code (<style>...</style> tag only) in content editor webpart. Then click "Save" on source editor. Then Set the Hidden Property to True under layout section in ToolPane. Now Click on Apply, and let me know it works or not.

    =============
    Style 1
    =============

    <style>
    .ms-quicklaunch
    {
    display:none;
    }
    .ms-navframe
    {
    display: none;
    }
    </style>




    Ashish Kanoongo

    • Marked As Answer byAvikumar Wednesday, October 28, 2009 8:32 PM
    • Proposed As Answer byAshish kanoongo Wednesday, October 28, 2009 7:09 PM
    •  
  • Wednesday, April 08, 2009 2:33 AMSameer Dhoot Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer

    You can deactivate the feature id 034947CC-C424-47cd-A8D1-6014F0E36925 which is MySiteQuickLaunch. This only removes the MyProfile section on quick launch.

    Sameer.
    http://sharemypoint.in/


    Sameer Dhoot
    My Blog : http://Sameer.Dhoot.in/ | http://Intellects.in/
    • Proposed As Answer byslator2009 Wednesday, October 28, 2009 8:19 AM
    •  
  • Wednesday, June 17, 2009 7:39 AMslator2009 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Sameer

    I need to do the same as you mentioned but how did you deactivate the MySiteQuickLaunch Feature? I've tried stsadm -o deactivatefeature, editing the onet.xml of SPSPERS but no success.

    How did you deactivate the feature?

    Slator
  • Wednesday, October 28, 2009 7:08 PMAshish kanoongo Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Avi Kumar/Slator/Sameer

    Please review following url

    http://sharepointcanvas.com/spc/

    You can use this, it is very simple and handy.

    Ashish
    • Proposed As Answer byAshish kanoongo Wednesday, October 28, 2009 7:09 PM
    • Marked As Answer byAvikumar Wednesday, October 28, 2009 8:32 PM
    •  
  • Wednesday, October 28, 2009 8:32 PMAvikumar Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Ashish

    Sorry for delyed reply. I have already implemented your code and it works great. However I like the url which you have posted, it make my life easier.

    Avi Kumar