I was wondering if anyone had a solution to hide the ribbon to specific groups.
I have read this post, but I keep getting the message that I need to save as aspx for it to work properly. Then it makes the site un-viewable.
http://blogs.msdn.com/b/zwsong/archive/2010/04/29/how-to-hide-ribbon-from-users-without-edit-page-privilege.aspx
I have found and edited
<div id="ms-designer-ribbon" style="display:none"><!--SID:02 {Ribbon}--><!--PS: Start of READ-ONLY PREVIEW (do not modify) --><div class="DefaultContentBlock" style="background:rgb(0, 114, 198); color:white; width:100%; padding:8px; height:64px; overflow:hidden;">In true previews of your site, the SharePoint ribbon will be here.</div><!--PE: End of READ-ONLY PREVIEW --></div>I added the style display none. This only now seems to hide the ribbon for people with edit privileges. If you dont have privileges to edit the site it still shows the ribbon.
Any help would be appreciated