Friday 6 March 2015

SharePoint status bar, how to hide the status bar message “Checked out to you …”

4
Navigate to Site Content > Pages Library > Library Settings > Versioning Settings
To make it visible:
Require content approval for submitted items? Yes
Require documents to be checked out before they can be edited?  Yes
To hide it:
Require content approval for submitted items? No
Require documents to be checked out before they can be edited?  No
5
Here is the Status Bar div tag In the MasterPage, If you remove it, you’ll lose the Status Bar.
<div id=”contentBox” aria-live=”polite” aria-relevant=”all”>
<div id=”notificationArea” class=”ms-notif-box”></div>
<SharePoint:AjaxDelta id=”DeltaPageStatusBar” BlockElement=”true” runat=”server”>
<div id=”pageStatusBar”></div>
</SharePoint:AjaxDelta>
</div>
6
Happy SharePointing

Kate

No comments:

Post a Comment