Welcome,

These days I find myself getting more involved with the Umbraco community, so decided to use this site to keep track of things I have come across and had to deal with while developing sites using Umbraco.

Configuring TinyMCE in Umbraco 14

In this article I will explain how to configure the TinyMCE rich text editor in Umbraco v14

Diving into the new Umbraco 14 backoffice to create a Member EntityAction

This is my dive into the new Umbraco 14 backoffice to create a Member EntityAction in order to send an email to the selected member.

Previously known as Tree Actions, Entity Actions is a feature that provides a generic place for secondary or additional functionality for an entity type. An entity type can be a media, document and so on.

Email validation flow for Member registration

In this blog post I explain how to implement an email validation flow for Member registration.

Implementing a Forgot password for members part 2

In part 2 of my Implementing a Forgot password for members I explain how to implement the IMemberMailService to send the reset password email.

Implementing a Forgot password for members part 1

How to implement a ForgotPassword process for Umbraco members in Umbraco 9+

Events Calendar Block - Custom View

Custom views give you complete control over how a Block is rendered in the backoffice and this enables you to give a better representation of the content. In this article I will explain how I created a custom Block view based on the fullcalendar.io javascript library to display events in the backoffice.