In this blog post I'm going to show you how to create a Sub-categories control in Sitefinity CMS. Recently, many of you requested the ability to specify a root category in the Categories control, so that only child categories of the root category would appear on the front-end. Here's one ...
You're already familiar with the lightbox mode of the Sitefinity CMS video and image galleries. This blog post is going to show you how to show the details page of content items in lightbox, as well. We'll start with modifying one of the existing or creating a new news template. ...
In this blog post I'm going to show you how to place links to already sent Email campaign issues on your Sitefinity pages. The same approach can be used to link fallback versions of your campaigns, directly in the issue itself. To achieve this, we need two simple user controls:...
We have received a request for the ability to create a lightbox type of gallery with images from a custom module. This blog post will show you how to achieve this. There are two possible approaches. Both of them require mapping the template of the dynamic module widget. This is ...
If you still haven't got a chance to take a look at the part of our documentation about modifying existing Sitefinity workflow, may be this is the right moment. My colleague Radoslav Georgiev already showed you how to customize the Workflow notification messages. This blog post is about changing the AnyContentWorkflow.xaml in order ...
Let's start with a little introduction on what the UpdatePanel is and how it can help you achieve a wide range of scenarios. The UpdatePanel is a server control, which allows you to refresh selected parts of the page instead of refreshing the whole page with a postback. It enables ...