Category: Sitefinity

Sitefinity

Simple Key-Value Sitefinity Configuration with NameValueCollection Property

Sitefinity allows you to easily create a custom configuration setting for storing and managing properties for your site. For the most part, you simply need to inherit from ConfigSection and add your properties. Once registered your settings will be automatically added to the backend Sitefinity Configuration page (Administration > Settings > Advanced). The documentation for this feature explains that there are […]

CONTINUE READING
Sitefinity

Quick Links to Sitefinity Resources

Whether you’re setting up your very first Sitefinity website or upgrading to the latest version, at some point you’re probably going to need to hunt down one or more of these items. Hopefully this post can serve as a quick guide (or reminder!) to where you can find these important Sitefinity Resources. Note: Things change […]

CONTINUE READING
Sitefinity

Creating Individual Search Indexes for Multiple Sitefinity Blogs

Sitefinity provides the ability to index all of your content so that it is easily searchable by your visitors. You can also partition the contents of the search into separate indexes based on the different content types, such as News, Blogs, Events, etc. However, what if you have multiple blogs but want your visitors to […]

CONTINUE READING
Sitefinity

Selecting Related Content Items in the Sitefinity Module Builder

The Sitefinity Module builder allows you to create custom types on the fly for use as custom modules. In the 5.0 release back in February, a two new field types were added to the module builder: Guid and Array of Guids. These allow you to “link” content items using their Id properties, adding support of […]

CONTINUE READING
C# Code Sample Configuration Modules Sitefinity

Check if a Sitefinity Module is Installed or Disabled

When working with the Sitefinity API and its various Content Managers, you need to make sure and consider the fact that after version 5.1, users have the ability to disable modules. Attempting to access the content manager of a disabled module will result in an exception such as this: [Exception: The configuration ‘EventsConfig’ is not […]

CONTINUE READING