While learning Sitecore I have found that the majority of Sitecore sample code on the web is in XSL instead of .NET.
Working with multiple language sites in Sitecore 6.2 I\'d like to be able to have Sitecore replace \" \" (empty space, traditionally replaced with %20) in URLs with a hyphen.
The following Sitecore query works for me in the XPath Builder: /sitecore/content/Home/CareAndTreatment//*[@Title=\'Birth Marks and other skin conditions\']
I\'m building multiple language sites with Sitecore 6.2. In some cases we want the language version to have its own internet domain (e.g. En-US default of www.MySite.com, Da-DK Danish translation at w
I change my code on my sublayout.What I should d开发者_StackOverflowo to see my changes modified on the sublayout output ? Do I have to smart publish ?
Is there any way to restrict access to a specific field on an item in Sitecore? We have a setup where an anonymous, non-authenticated user should be allowed to read one field (\"FreeContent\") and any
I would like to be able to add a \"Title\" variable to images that are created using XSLT. Specifically, I am working with the file called \"Teasers.xslt\" which is part of the Sitecore6 Starter Kit.
I have a multiple-site Sitecore project. I know how to deal with error pages via the webconfig\'s ErrorPage, ItemNotFoundUrl, LayoutNotFoundUrl, LinkItemNotFoundUrl for one site.
Got an annoying issue. When a user edits a field on an item, we use a OnSavingItem event handler to create some new items elsewhere in the background as it were.
At the moment I have no images being picked up at the moment, and this is off a completely defaul开发者_开发百科t Sitecore Xpress install.