Tagged Questions
15
votes
1answer
289 views
Links and references between cloned items in Sitecore 6.4
I'm building a data repository site that I will then clone in its entirety to provide multiple clone sites, enabling localistaion of global content.
What I need to do is to ensure that all references ...
8
votes
2answers
2k views
Create link to Sitecore Item
I know I have done this before but I can't seem to remember where or how.
I want to create a link to an Item in Sitecore.
This code:
Sitecore.Data.Items.Item itm = ...
7
votes
2answers
482 views
Optimisation tips when migrating data into Sitecore CMS
I am currently faced with the task of importing around 200K items from a custom CMS implementation into Sitecore. I have created a simple import page which connects to an external SQL database using ...
7
votes
6answers
520 views
What are the advantages of using XSL in Sitecore instead of C#?
While learning Sitecore I have found that the majority of Sitecore sample code on the web is in XSL instead of .NET.
What would be the advantage of choosing XSL over the processes I have become ...
6
votes
2answers
318 views
How do I restore an Item that has been archived in Sitecore 6?
I have an Item that I archived that is still visible on the front end but is not appearing in the content editor. Is there any way to restore archived items?
5
votes
1answer
257 views
Adding a Page Editor 'Save and Publish' Button
I would like to provide another button beside "Save & Close" button on site Page Editor that will trigger save and publish action once pressed.
I went to core and made a copy of "Save & Close" ...
4
votes
3answers
282 views
Sitecore Media Library Not Compatible with iOS?
I am running into an issue playing a properly encoded video on an iOS device. Here is some background/information:
We are using jwPlayer for playback
The video plays great through flash and HTML5
...
4
votes
1answer
121 views
Why does an item with an expired Archive Date still appear in the Content Tree?
I am trying to create an Archive strategy within sitecore and I am seeing unexpected results. If I Archive an item manually, it goes to the Archive application and disapears from the Content Tree.
If ...
3
votes
2answers
51 views
Checking the type of a link in Sitecore
I have a 'General Link' field in one of my pages in Sitecore. This field basically specifies the link of a video file which is used to play a video.
Now, what I am trying to do is, check if the type ...
3
votes
1answer
91 views
SSL issue for Media Library Item URL in Sitecore Rich Text Editor
We are using Sitecore 6.2 and required to use SSL on the Sitecore admin site.
Everything works perfectly except that when saving the content in the Rich Text editor (clicking ACCEPT button), all ...
3
votes
1answer
52 views
How do I turn off XHTML validation in Sitecore?
How do I turn off Sitecore (6.5) XHTML Validation of pages in workflow?
I'm developing and keep running into issues while trying to publish down test pages because they error out. I would prefer to ...
3
votes
2answers
103 views
Sitecore versioned image not loading
I'm running Sitecore 6.5 and have a data template that has an image field and an item that's based on that template. The site had two languages.
If I use a versioned image (one item in the media ...
3
votes
1answer
214 views
Sitecore search performance when re-indexing and custom IndexingProvider
We are on Sitecore 6.4 and are using the shared source advanced search module and are seeing a big degredation in site search performance when the Sitecore re-index process kicks in and updates the ...
3
votes
1answer
172 views
How do I get Sitecore (and my browser) to use the Print layout?
I am adding some support to print specific pages of my site in a nice printer-friendly format. So the first thing I did was create a more-or-less blank Layout that I can drop content into. Then I ...
3
votes
1answer
72 views
Sitecore Import language file feature - does it create language versions?
Can anyone tell me what happens if I export a language file, rename all the language nodes to a different language (e.g. from en-US to en-GB) and then import it?
Are new language versions of the ...
3
votes
2answers
116 views
Sitecore global url to specific url
Currently I am facing the following problem:
A website, which I have to make for a company, has different locations. But the content of a few pages is for all locations the same. Now I have created a ...
3
votes
0answers
72 views
WebDeploy not taking changed files, only new files
I'm using WebDeploy to push physical files to a target location when doing a publish from the SiteCore CMS. I'm having some problems though,
WebDeploy only pushes newly created files, but not any ...
3
votes
1answer
139 views
Sitecore webforms for marketers save item action
How can I map the value of a form field to the name of the item created by Webforms for marketers save action "Create Item".
At the moment all the items created have the same item name, the item name ...
3
votes
2answers
131 views
Automatically unpublish items in sitecore
What is the best way to automatically unpublish items with a specified unpublish date.
I enabled the PublishAgent in the web.config
<agent type="Sitecore.Tasks.PublishAgent" method="Run" ...
3
votes
1answer
126 views
How do I stop Sitecore caching my custom data provider?
I have a custom data provider pulling in data via a webservice.
I have pretty much followed this example here: http://www.techphoria414.com/Blog/Black-Art-of-Sitecore-Data-Providers.aspx
Sitecore ...
3
votes
2answers
351 views
How to check whether Sitecore item is using alias
Currently an "Alias" in Sitecore will produce multiple routes to the same content item which can negatively affect SEO in some cases.
I am looking for a way to programatically check whether the ...
3
votes
1answer
106 views
Setting the forgotten password from email address in Sitecore
I am trying to configure Sitecore to send emails from a specific email address when a CMS user goes through to reset their password.
Currently the email is sent from someone@example.com but it isn't ...
3
votes
2answers
382 views
Sitecore set the source property of a Multilist field to allow selection of child items
I have a template in Sitecore which contains a Multilist field which I am using to allow editors to select a number of child pages of the current page [which uses this template]. I know how to set the ...
3
votes
2answers
407 views
Serializing a Sitecore.Data.Items.Item to JSON
I'm currently attempting to build a service to retrieve and serialize a Sitecore data item to JSON, so our Javascript code can access Sitecore content data.
I've tried serializing the object directly ...
3
votes
1answer
251 views
Override XHTML validation for Rich Text Fields in Sitecore
I'm trying to embed some renderings as detailed in this article. However when I try to add a rendering into a Rich Text field I get XHTML validation errors. I can't disable XHTML validation for the ...
3
votes
3answers
266 views
SiteCore urls without .aspx extension
I want to have pages accessed as if they were folders. For example:
domain.com/state
domain.com/state?val=xxx
But I can only get:
domain.com/state.aspx
How do I configure Sitecore to ignore the ...
3
votes
2answers
833 views
Customizing the Sitecore Rich Text Editor's default configuration
Using Sitecore 6.4, and I would like to customize the available buttons (eg Bold, Spell Check) given by the Rich Text Editor.
For clarification, I am referring to the popup editor displayed when you ...
3
votes
3answers
421 views
In Sitecore, when adding a field to a template, there's a checkbox called “shared”. What's it for?
This seems like a stupid question, but the closest answer I could find in the sitecore docs I have (online and offline), is that shared fields are "shared across languages". I took that to mean a ...
3
votes
1answer
366 views
Access sitecore settings programatically (Sitecore 6)
Is there a way to get to sitecore settings through code.
The specific setting I'm interested in is the data Folder path.
3
votes
4answers
1k views
Why does Sitecore throw a NullReferenceException exception when I redirect to one of its pages?
I'm running Sitecore 6.1 on Windows 2008, IIS7, and I'm trying to use the URL Rewrite Module to do a redirect. When I enable the rule and hit the URL that triggers it, I get a YSOD. The same rule ...
2
votes
3answers
111 views
How to programmatically populate Sitecore items (Add item and fields)?
I'm now battling with adding items via C# to Sitecore database.
The code below executes correctly, however the items aren't being created.
Also, I noticed, that the item["FieldName"]=value; syntax ...
2
votes
1answer
114 views
Set Sitecore field sharing across all templates in a project
I need to set the Shared property on a lot of template fields to false. Is there an easy way to do this in code without the field IDs changing? I have written the following code but it doesn't seem to ...
2
votes
2answers
118 views
Sitecore Security and Workflow
The way we have our security setup in Sitecore, we have departmental roles that, through inheritance, define security on specific site sections. For instance, role "A" has write access to a section of ...
2
votes
3answers
363 views
Retrieve items using sitecore query
In the starter kit using xpath builder, how do I get all the items that inherit from the 'Site Section' template under the Home item?
When I run the following:
...
2
votes
1answer
129 views
Adding SessionEnd pipeline processor affects Sitecore Analytics?
I discovered a troubling anomaly this morning while reviewing our monthly Sitecore Analytics reports. Our average 'time on site' this month reach an average of about 9 minutes. This is up from an ...
2
votes
1answer
262 views
How to sort/filter using the new Sitecore.Search API
I couldn't find any way to do sort and filter using the new Sitecore.Search API. Lucene provides the following methods:
Search(Query query, Filter filter)
Search(Query query, Sort sort)
Search(Query ...
2
votes
1answer
123 views
Configuring a failover partner for Sitecore
I´m currently facing a really weird (at least for me) problem regarding the configuration of a failover partner in Sitecore.
Environment:
.NET Framework 3.5
Windows Server 2008 R2
IIS 7.5
This ...
2
votes
2answers
116 views
Best way to render arbitrary number of heterogenous Items?
I have a checkout page on my site which lists items that customer is purchasing... and below the basic list is a "Detailed Invoice" section where they can see specific info on each. Up 'til now I ...
2
votes
1answer
50 views
Why aren't my Content Items accepting their new Workflow?
All of my Content Items in one node have a bad reference to a workflow. I am trying to create one to replace the missing Workflow. I did these steps:
Created a new workflow
Located the common ...
2
votes
3answers
189 views
Sitecore Database and App_Data Size
We have 5 relatively small sites running on top of Sitecore. The oldest has been hosted within the environment for 3 years. Currently both the master and web databases are roughly 8 GB a piece - ...
2
votes
1answer
121 views
Why do I have to Smart Publish so often to correct issues?
On a regular basis I run in to content issues within our Sitecore websites. Today's example was an image that was newly added to the media library by a content editor. They ran an incremental publish ...
2
votes
3answers
339 views
Sitecore - multiple instances of a sublayout on a page
We have created some reusable components for our site and have hit a problem when trying to add more than one instance of these component to a page. This is an issue because Sitecore needs the ...
2
votes
1answer
314 views
Sitecore text search in PDF or Word documents
I want to find out if it's possible to configure Sitecore's Lucene search engine to index PDF or Word documents? I've looked on the Sitecore support site at this document ...
2
votes
1answer
201 views
Sitecore WebForms for Marketers - find out all references
Is there any way in Sitecore to examine form instances (Web Forms for Marketers) under the Sitecore\System\Web Forms for Marketers node and see all places where each form is referenced? I've tried ...
2
votes
1answer
132 views
Valid sitecore query - wrong xpath query
why does valid sitecore query:
/sitecore/content/#My tree#/MyItems/*[contains(@@name, 'thename')]
in xpath results to: Expression must evaluate to a node-set. Using sitecore developer center / xpath ...
2
votes
2answers
199 views
Sitecore custom dialog application remains empty
So I've created a small custom dialog application for sitecore that is called through a ribbon button which triggers a command which in turn triggers my custom control.
My command (which works in ...
2
votes
1answer
90 views
Sitecore : how to avoid breaking dependencies of items that are referenced via Control-Datasource
Using Sitecore.NET 6.3.0.
Our Sitecore content has a great deal of items that refer to other items via the control renderings collection. This is done by setting a path to the item as the controls' ...
2
votes
3answers
344 views
Graceful way to link to item in Sitecore client?
I am looking for the best way to link to an item in the Sitecore client (not the external website). The link will be embedded in a broken links report email. The user should be able to click the link ...
2
votes
2answers
120 views
Sitecore adds several orphan items whenever an item is added
In my Sitecore 6.1.0 installation I have hooked onto the "item:added" event by implementing my own custom handler as follows (in Web.config):
<event name="item:added">
<handler ...
2
votes
1answer
84 views
How do I restrict Sitecore authors to only be able to edit items they created?
Is there a way to tell Sitecore (using workflow or some other way) that a user should only be able to modify the items that they created in Sitecore?
My only way that I can think of to do it is to ...