Tagged Questions
13
votes
1answer
268 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 = ...
6
votes
2answers
433 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 ...
6
votes
6answers
487 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 ...
5
votes
2answers
293 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?
4
votes
0answers
206 views
Guidance on customizing sitecore page editor using pipeline
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" ...
3
votes
2answers
81 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
0answers
190 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
138 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
62 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
108 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
56 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
125 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
119 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
116 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
295 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
2answers
230 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
...
3
votes
1answer
103 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
346 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
1answer
116 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
1answer
234 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
243 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
758 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
1answer
348 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
1answer
67 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 ...
2
votes
1answer
39 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 ...
2
votes
2answers
105 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
1answer
111 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
221 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
114 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
113 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
43 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
162 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
113 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
298 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
285 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
183 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
112 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
173 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
83 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
325 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
112 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
71 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 ...
2
votes
1answer
178 views
How do I email the original submitter using Workflow in Sitecore?
When an item is rejected by a reviewer in the workflow process, how do I inform the submitter? This seems like a very common situation, but I just see the most basic fields in the "Email Action" item:
...
2
votes
3answers
218 views
Sitecore OMS: OMS Profile scoring history for a logged in user’s profile over multiple sessions
We are currently exploring Sitecore personalization options for an upcoming project. I know we can attach profiles to certain pages; and use the aggregate scores for these profiles and/or their ...
2
votes
2answers
380 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 ...
2
votes
1answer
256 views
How should I store/access localized UI strings in Sitecore?
I'm adding support for multiple language to my site. I've found many places in my renderers that have hard-coded strings I'll need to address.
I seem to have a couple different options of fixing ...
2
votes
1answer
124 views
Managing security on Sitecore 6.4 clones
I have 2 types of site. The first is a data site, containing lots of items, updated centrally. The 2nd is a clone of the first, which can be modified by local admin to reflect local needs.
I want my ...
2
votes
2answers
457 views
Simple question about Sitecore's publish:end:remote event
Anyone have luck with the publish:end:remote Sitecore event or can shed some light on how it's supposed to work? I simply cannot get it to fire.
From what I understand, it's an event that will ...