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

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

Take your SharePoint social features to the next level with “I like it” and “Tags” counters: Part 1

Social media is a trending topic these days, more and more companies start to use it. As you may know, SharePoint 2010 also got social features like for example: tagging, I like it, social comments, etc. But these social features are nothing compared to the social features like Facebook. When somebody “likes” a page or “tags” a page, it is not displayed to the other users.

Read more

Data View Web Part: Create a Google Chart With XSLT

In this post I will explain how you could create a Google Pie Chart with the use of XSLT. The data that I am going to visualize are the tasks statuses, so that you get an overview of all the tasks. The pie chart that will be used is the following: Pie Chart.

Read more

Fix: Open in New Tab not Available in the Right-Click menu of Internet Explorer

This week a client made me aware that links in the top navigation and in the quick launch (from SharePoint 2010) cannot be opened in a new tab from the Right-Click menu of Internet Explorer. If you try to do it, the option is not available. Show image Right-Click menu If you do it on a regular link, you should get the following Right-Click menu.

Read more

Reuse Page Ribbon Actions (PageStateCommands) Outside the Ribbon

This week I searched for a solution to reuse the page action buttons from the ribbon (Edit Page, Check In, Publish) in a page layout. It was a request of a client that wanted to make the page actions available on the page itself, so that it simplifies the creation/editing/publication process for the users.

Read more

Order List Items Like in a Meeting Workspace: Part 3

In the previous parts I told you how you could enable the reorder functionality and create a custom reorder action in the ribbon. In this blog post I will cover how you could open the reorder page in a SharePoint dialog window. Everywhere in SharePoint you got dialog windows. So it would be much cleaner to modify the custom action to also use a dialog box.

Read more

Order List Items Like in a Meeting Workspace: Part 2

In Order List Items Like in a Meeting Workspace: Part 1 I wrote how you could enable the order field on other lists. In this blog post I will cover how you could create a custom action to reorder the list items. Add a Custom Reorder Action to the List Open your site in SharePoint Designer 2010; Navigate to your list settings page in SharePoint Designer; Show image List Settings in SharePoint Designer Under the List Settings tab, click Custom Action -> View Ribbon; Show image Custom Action - View Ribbon In the Name textbox, fill in: Change Item Order; Select Navigate to URL under the action type, and fill in the following URL value: ~site/_layouts/Reorder.

Read more
Back to top