Daily archives: September 6, 2013

2 posts

Sol üst çubuktaki “SharePoint” metnini değiştirme

Her yeni SharePoint 2013 sitesinde en üstteki çubuğun (mavi çubuk) solunda “SharePoint” metni yer alır. Bu metin SharePoint 2013 yeni oluşturulan “SuiteBarBrandingDelegate” isimli kontrol tarafından sağlanmaktadır. Dolayısıyla bu kontrolün geçersiz kılınmasıyla (üzerine yeni bir kontrol yazılarak) istenilen değişiklikler yapılabilir. Ancak amacınız herhangi bir kod yazmadan sadece metni değiştirmek ise aşağıdaki […]

Change “SharePoint” text in the top bar

By default, on the top left of each SharePoint 2013 site there is a “SharePoint” text. This can be replaced by overriding a delegate control called “SuiteBarBrandingDelegate“. But if you simply want to change the text without writing any code, using 3 line PowerShell script is the easiest way. $webApp […]