ElioStruyf GitHub Star | M365 Development, Developer Technologies MVP | Google Developer Expert Azure | Microsoft 365 | Visual Studio Code

Along with acting as VP of BIWUG (Belgian Information Worker User Group), Elio is an independent contractor for his own consulting company, Struyf Consulting.

Transform the “SharePoint” Suite Bar Text into a Breadcrumb with PowerShell

Where is the breadcrumb in SharePoint 2013? There isn’t one out-of-the-box, but this post helps you to get one back. The out-of-the-box Seattle or Oslo master pages don’t have a breadcrumb located in their HTML markup. That makes navigating from sub-sites to their parent site difficult, if you have not set a good global navigation structure.

Read more

Provisioning Site Columns and Content Types via a SharePoint App

Now that sandbox solutions with code behind are deprecated in SharePoint 2013, we need to find new ways to provision content types and site columns to a site. One way to do it is to provision them via a PowerShell script, which is not a bad idea. Another way could be to provision them via a SharePoint app.

Read more

How to Provision Display Templates in SharePoint 2013

Putting HTML design files in the SharePoint Master Page Gallery feels a bit like adding them into a mysterious black box, you don’t know exactly what is going to happen with them. This blog post covers my first experiences with provisioning Display Templates to the Master Page Gallery. The process of provisioning your design files is a bit trial and error when you are not using the design manager.

Read more

Display the Title Row (Top Navigation) in the Search Centers of SharePoint 2013

When working with the new search centers in SharePoint 2013, the first thing that you will notice is that the title row is different compared with for example a standard Team Site. Show image Standard SharePoint 2013 Title Row Show image Search Center Heading - Title Row is Hidden As you can see, the title row (red box) where the top navigation should be, is replaced by the search icon and search box (orange box).

Read more
Back to top