0
votes
2answers
88 views

Replacing Ribbon.ascx with a custom version [2013]

I'm working very deeply in SharePoint 2013 branding and I finally figured out what the <!--SID:02 {Ribbon} --> snippet actually brings in -- the code from ~/controltemplates/15/Ribbon.ascx but ...
1
vote
2answers
2k views

I want to hide the SharePoint Ribbon Tabs (Browse, Page, etc) on my homepage based on permissions and such that they are stripped/trimmed when hidden

I am trying to hide the SharePoint Ribbon Tabs based on a users permissions. I know that I can use the SPSecurityTrimmedControl to do this but I need to wrap it around just the tabs and not the whole ...
2
votes
4answers
572 views

Reducing space above the Ribbon

Does anyone know how to reduce the space above the ribbon in the standard SharePoint 2010 masterpage (see image below) There are a bunch of assorted classes and divs all over the place, but none seem ...