Saturday, 18 April 2015

How to add extra name infront of Newsfeed(SuiteBarLeft) in SharePoint 2013

In SharePoint 2013, we can easily add text  in-front of Newsfeed (SuiteBarLeft) in top right side by customizing the master page.


Now we are going to add text(Lakshmi) by using master page, Navigate to SharePoint Designer
  •  Open your SharePoint site what you want...
  •  Click on All Files in left side ->_catalog -> masterpage
  •  I am using default master page Seattle.master, going customizing Seattle.master page. Right click on it Check out and Edit file in Advance mode.
  •  Search for "DeltaSuiteLinks" and add the following code in below as shown in figure.
   <span id="idtextds" class="classtextds">
     <a href="http://www.dotnetsharepoint.com/">
       <asp:Label ID="lblds" runat="server" Text="Lakshmi"></asp:Label>
     </a>
   </span>



Save and Check In the master page , now we can it as shown below



No comments:

Post a Comment