Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a requirement where I need to remove or hide the default links displayed in Suite Bar like NewsFeed, SkyDrive, Sites etc. I want to add my own links and use this section as my Menu.

So while adding I want the items to be easily configurable by content editors. They can edit the links that needs to be shown and control the order. No hard coding of links.

If someone can help in this.

Suite Bar Customisation

Regards, navish

share|improve this question
add comment (requires an account with 50 reputation)

2 Answers

This can be done by oevrriding Delegate controls that displays these links. The below links will help

http://www.learningsharepoint.com/2013/02/10/addremove-links-in-top-suitebar-skydrivesitesnewsfeed-in-sharepoint-2013/

share|improve this answer
I have followed the link to add custom link to Suite Bar but I am not able to see the Link On Suit Bar ? Any Idea what to change? – SPBeginer Feb 28 at 15:15
add comment (requires an account with 50 reputation)

You can use javascript approach to hide this links as described in below link

http://www.tuyrcorp.com/sharepoint-2013-top-links-name-id-and-how-to-hide-them/

you can also add new item in the dropdown using this same javascript as well

Hope this helps

Thanks

share|improve this answer
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.