Hi Guys,
I hope you can help me out with this one. We recently migrated to SharePoint 2013. In the previous version 2010 the ribben was displayed by default. Now you only see the: browse, items, etc.. (depending on the type of list or library.
For a lot of normal users this is confusing.
I did some researching and found a article about this subject. It does exactly what i want. Seehttp://netwovenblogs.com/2012/08/01/sharepoint-2013-hidden-ribbon/
It uses this code:
EnsureScriptFunc("mquery.js", "m$", function() {m$("#onetidDoclibViewTbl0 > tbody > tr").click( function() {m$(".ms-cui-ct-first > a").click(); });});
To instanly make my ribbon visible. The only thing is that i dont know where to put this code. Master page? Or maybe you guys have a better idea on how to achieve this. Thanks in advance!
Nelis