Monthly archives: September 2013

7 posts

Mask created/modified users in lists/libraries

You might want to hide created by and modified by information from the users. There are three ways to achieve this. First to way is masking the created by and modified by users in lists and libraries. Third one is actually a workaround by creating a new view which doesn’t […]

Belirli doküman tiplerini yeni pencerede açmak

Geçtiğimiz günlerde çalıştığım SharePoint 2010 projelerinden birinde pdf dokümanlarının her zaman yeni pencerede açılması gereksinimi ortaya çıktı. Biraz araştırma yaptıktan sonra konu ile ilgili Ben Ramey’in makalesine rastladım. Makalede yer alan JavaScript betiği SharePoint doküman kütüphanelerindeki bütün belgelerin yeni pencerede açılmasını sağlıyor.  Benim durumumda ise sadece pdf dosyalarının yeni pencerede […]

Open Specific Document Types in New Window

Recently in one of my SharePoint 2010 projects, we needed to open pdf documents in new window by default. After some research I found Ben Ramey’s blog post on this subject. He shared a little JavaScript to open every document in a SharePoint document library in a new window. So […]

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 […]

SharePoint Yayımlama Sitesini Şablon Olarak Kaydetme

SharePoint, yayımlama sitelerinin şablon olarak kaydedilmesine izin vermemektedir. Bununla ilgili detaylı bilgiyi Microsoft’un destek sayfalarında İngilizce olarak bulabilirsiniz (http://support.microsoft.com/kb/2492356). Yayımlama siteleri için Microsoft tarafından önderilen yöntem site tanımlama şablonlarının hazırlanması yöntemidir. Bununla ilgili makaleyi önümüzdeki günlerde blog’umda paylaşacağım. Eğer yine de yayımlama sitelerini şablon olarak kaydetmek istiyorsanız burada anlatılan yöntemleri […]

Save SharePoint 2013 Publishing Site as Template

Microsoft is restricted saving SharePoint 2013 Publishing sites as templates. Here is the information you can find on Microsoft Support pages (http://support.microsoft.com/kb/2492356) SharePoint does not support Save Site as Template option with the Publishing features turned on. The supported method to create templates for publishing sites is to use a site definition template and […]