In SharePoint 2010, when we open the item page in a new tab, the tab in the Ribbon is always on the "View" tab, and the content on this tab is item-actionable, and ordinary users don't normally have permission to manipulate it. But why do you want to let ordinary users default this label, why not "Browse" this label, "Browse" under the label is generally our custom banner pictures or something, ordinary users just browse the news content, all very unnecessary to let ordinary users see the "View" tab by default.
Is there any way to make the Browse tab selected by default? Yes, there must be, I found out that SharePoint has a lot of thinking for developers, and it just requires a simple setup to implement the default Ribbon label.
Usually we read the contents of the list in a WebPart and then display it to the homepage of the website, and the user jumps to the news content page by clicking on the Web Part title.
Usually my connection is like this
"http://oa.contoso.com/NewsCenter/Lists/List4/CustomDispForm.aspx?id=454"
The open page is like this:
And that's what we want:
What we need to do, especially simple, is to add "Initialtabid=ribbon.read" to the back of the connection, and our connection should look like this:
Http://oa.contoso.com/NewsCenter/Lists/List4/CustomDispForm.aspx?id=454&InitialTabId=Ribbon.Read
SharePoint 2010 Settings tab in the Ribbon is the default