Sitecore RenderingsMarkerModule

Note: This module has been created as a package and is available for download along with the complete source code at Git: aceanindita Sitecore being component based as it is, adding start and end comments to your views can be immensely helpful while debugging issues, especially if they are being worked on someone who doesn’t… Read More Sitecore RenderingsMarkerModule

Multisite configuration for shared Sitecore rendering parameters

On regular templates, we can use sitecore queries to accommodate for showing items in Sitecore link / list fields from respective site nodes in multi site instances. For Eg: However, this will not apply to rendering parameter templates. Since while selecting the rendering parameter values in the presentation of an item, the context item is… Read More Multisite configuration for shared Sitecore rendering parameters

Storing user profile image using Salesforce Connector with Sitecore

When using the salesforce connector with Sitecore, we came across the need to store user profile images as well in salesforce. Once the connector is set up (which includes setup in Web.config / Domains.config and S4S.config), any user user profile interaction automatically happens with salesforce, and fields which are mapped in web.config with corresponding sitecore… Read More Storing user profile image using Salesforce Connector with Sitecore

Allowing highlighted text in simple Sitecore text fields with truncate enabled

In our project, we came across a requirement where the content author wanted to manage text with highlights, and we also needed to be able to truncate this – to show as teasers in certain locations – to maintain the integrity of the design. We initially thought of Rich Text fields – but then the… Read More Allowing highlighted text in simple Sitecore text fields with truncate enabled