How to Hide My Profile from quick launch in mySIte
- How to Hide My Profile and their submenu from quick launch in mySIte?
Answers
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
- 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
- For me, it looks like not possible throguh UI.
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
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
- 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 - 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
- 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


