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.

Missing the Apps you can add Zone When Adding a New App

This week a client mentioned an issue when they want to add new apps to their sites. The issue is that they do not see the Apps you can add zone on the app creation page (your-site/_layouts/15/addanapp.aspx). They only see the Noteworthy apps: Show image Noteworthy Apps The sites on which this problem occurs have custom branding applied.

Read more

View Duplicate Results in the SharePoint 2013 Search Center via JavaScript

The blog post about how to dynamically change the result sources in a search center was based on a solution that I created to show the duplicated results in a search center with JavaScript. A standard Search Center in SharePoint 2013 doesn’t show the duplicated results by default. You have two options to view the duplicates:

Read more

Dynamically Changing the Result Source in a SharePoint 2013 Search Center

Almost two months ago Pascal Van Vlaenderen asked a question on twitter if there’s a way to specify the Result Source in the QueryString (https://twitter.com/VanVlaenderenP/status/392920559853383680). Since that time, this question was on my to-do list to check this out. What I proposed back then, was to change the result source in the data provider object with JavaScript.

Read more

Part 7: Working with Ranges in the Search Refiner Control

This is an extra post for the search refiner control series. In this post I’ll explain how you could build a search refiner control that makes use of ranges. The range operator can be used for the following search data types: DateTime Decimal Integer The out-of-the-box refiner controls use this range operator for its slider controls, but it can easily be used within your custom refiner.

Read more

Speaking at SharePoint Saturday Stockholm 2014 – #SPSSTHLM

On the 25th of January 2014, I’ll be speaking at the first SharePoint Saturday Stockholm (SPSSTHLM). This will also my first foreign speaker opportunity. Therefore, I would like to thank Hannah Swain, Matthias Einig, and Erwin van Hunen for giving me this opportunity by accepting my submission. The speakers line-up is amazing, it will be hard to choose which sessions to follow.

Read more

Show the Share Action on your Page Layouts

A question I received a couple of days ago was if it would be possible to display the share action on a page like the action in the context menu of that page. Show image Share Action Solution The solution for this is really simple, all you need to do is creating a hyperlink on the page layout and use a JavaScript function call in the href attribute for the click event.

Read more
Back to top