Tagged Questions

Sitecore is a Web Content Management System built on Microsoft ASP.net.

learn more… | top users | synonyms

20
votes
6answers
3k views

Sitecore and ASP.net MVC

We are starting off a new project with sitecore as our CMS. I was thinking of using Sitecore as the Content Authoring Tool and use ASP.net MVC as in the Content delivery(CDA) Side along with Sitecore. ...
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 ...
10
votes
4answers
377 views

A Git Source Control strategy for a live Sitecore website

Firstly, I apologise for the sheer size of this question as I'm sure what I am proposing is a "big deal" in terms of implementing and probably could be three or four separate questions in itself. I ...
10
votes
9answers
7k views

Is SiteCore slow and buggy?

I've seen plenty of negative comments regarding performance and general bugginess. However, to be fair, most of these look like they were within the v5.3 timeframe. Have they fixed all of those ...
8
votes
2answers
456 views

Avoid removal of current Lucene.NET index during rebuild

I'm new to Lucene.NET but I'm using an open source tool built for Sitecore CMS that uses Lucene.NET to index lots of content from the CMS. I confirmed yesterday that when I rebuild my indexes, the ...
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 = ...
8
votes
6answers
2k views

Adding unversioned files to subversion

Is it possible to add files to subversion that isn't supposed to be versioned? F.ex. config-files that needs to be edited to match each individual environment. When a new programmer is connected to ...
7
votes
4answers
158 views

Is it possible to build a sitecore data package from command line, or outside of a web context? i.e. using nant

The Sitecore package wizard can be used to build a package containin data and files for the local sitecore instance. Is it possible to build a sitecore package (items only, files are not required) ...
7
votes
6answers
2k views

What are pros to use extension-less url?

What are pros to use extension-less url? in any terms. like http://yoursite.com/mypage.html http://yoursite.com/mypage.php http://yoursite.com/mypage.aspx to http://yoursite.com/mypage and is ...
7
votes
2answers
2k views

Sitecore's “Latest” Item

A general architecture question in Sitecore 6... Let’s say we have a situation where we have 10,000 items implementing a “Press Release” template. These items are stored in Sitecore at ...
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 ...
6
votes
2answers
749 views

Sitecore Fast Query Gives Parse Exception

Why am I getting this error with the code below: "ParseException: End of string expected at position 4." Here's the code: The error is on the 3rd line. var db = ...
6
votes
3answers
2k views

Best practice for a Sitecore project

I am rather new to Sitecore and would like to know a bit more about the regular approach to a new project. I'm therefore willing to listen and try out some of the experienced Sitecore developers ...
6
votes
7answers
375 views

How to decrease front end development time in a company/team environment?

How to decrease front end development time in a company/team environment? My company is asking to suggest idea to make front end development process faster? Some points I realized main problem is ...
5
votes
4answers
279 views

Checklist for ASP.NET / Database performance

Recently our customers started to complain about poor performance on one of our servers. This contains multiple large CMS implementations and alot small websites using Sitefinity. Our Hosting team is ...
5
votes
11answers
775 views

CMS + Java Application Server Integration Architecture

Has anyone integrated a Java application server (e.g. JBoss) with one of the following CMSs (Content Management Systems)? SDL Tridion Sitecore Drupal I'm looking for one of the above CMSs to ...
5
votes
3answers
301 views

Sitecore Multiple Sites - Using Wildcards With hostName Attribute

I'm having an issue with getting a site set up in the web.config file for a Sitecore site. Specifically I can't figure how to use the hostName property to capture the "www" subdomain for a domain ...
5
votes
6answers
456 views

How can I prevent Visual Studio 2005's “Clean” command from removing 3rd party binaries?

I have a Sitecore/ASP.NET projects that I'm developing. Today at some point I inadvertently hit the "Clean" option in the solution context menu. It took me a while to figure out why my site was ...
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?
5
votes
3answers
517 views

Faster restart times for Sitecore (developer environments)

Our team has just started developing for the Sitecore CMS. We find that after every code change (.cs file) the app needs to restart and sitecore's restarting takes us up to 2.5 or 3 minutes. Our ...
4
votes
1answer
43 views

How to find which items uses a particular layout

Is there a way to see if/wich items uses a particular layout. I would like to change a layout but cannot find a way to see wich items will be impacted by the change. Thank you.
4
votes
3answers
752 views

Excluding items selectively from Sitecore's Lucene search index - works when rebuilding with IndexViewer, but not when using Sitecore's built-in tools

On a site powered by Sitecore 6.2, I need to give the user the ability to selectively exclude items from search results. To accomplish this, I have added a checkbox field entitled "Include in Search ...
4
votes
1answer
562 views

How can I configure Sitecore so that it generates absolute links to media items?

<sc:Image> and <sc:FieldRenderer>, when rendering a MediaItem, generate html code that looks like the following: <img src="~/media/twitter.gif" alt="Twitter" width="100" height="22" ...
4
votes
1answer
457 views

Sitecore link list field type?

How would I go about adding a field type that would contain a list of links? These links need to be able to be internal, media or external. I have a Quick Links template being inherited by multiple ...
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" ...
4
votes
1answer
500 views

How to find ancestor-or-self that is a child of an element with particular attribute?

I'm working with a very generic XML structure, where everything is an item (well everything relevant to this question anyway). Based on knowing the item element I'm currently on and the item element ...
4
votes
2answers
366 views

Database under version control (Sitecore)

I have just read the following post on SO; Do you source control your databases We are working with Sitecore and normally Attach 3 standard databases to our MSSQL server. We have a Core , Master ...
4
votes
1answer
210 views

Problem with XSLT rendering HTML

I am writing an XSLT file to output some HTML onto a web page (using Sitecore CMS). I am running into a problem with the following: <a href="../videos/video.flv" class="videolightbox jackie-hover" ...
4
votes
2answers
511 views

How to secure an entire branch in a Sitecore content tree?

I have a section of my content tree which I would like to deny ALL permissions to except for specific roles. This seems like a really obvious task to perform, and yet I don't see an example of it in ...
4
votes
2answers
2k views

Sitecore Rich Text Html Editor Profile - set global default

OK I can't believe this can't be found anywhere so I'm asking the question. Is there a way to set the default Html Editor Profile in Sitecore so I don't have the override the Source field on each ...
4
votes
4answers
980 views

Sitecore: How to access same field name in different sections

I have data template dt1 in sitecore that has the field "header" in section "data". I also have data template dt2 that has the field "header" in section "portal" Finally I have data template dt3 that ...
3
votes
2answers
47 views

Swap flash video files depending on the language selected - sitecore

I'm learning sitecore. I would like to render flash video which should swap between two languages depending the current language selected. Ex: If I select English, I should render english ...
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
2answers
80 views

CheckBoxList not outputing the label

In one of my ASP.Net and Sitecore CMS based page I am using CheckBoxList control but somehow it's not outputting the label in the HTML. <asp:CheckBoxList runat="server" ID="chkListBrochure" ...
3
votes
3answers
112 views

Most efficient way to translate a Sitecore website to 4 other languages (Not having the translators in you Sitecore CMS)

I am looking for a good way to translate an excisting Sitecore installation (English language is available) to 4 other languages (Russian , Chinese, Portuguese etc.) A dedicated translation company ...
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
4answers
149 views

Sitecore presentation: Not using XSLT renderings at all

I am new to Sitecore and our team is building our first project using Sitecore. As I look through a lot of the tutorials, most of them use XSLT renderings. But I was wondering whether everything that ...
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
1answer
239 views

Sitecore OMS - best practice for content hierarchy

I am inheriting an existing Sitecore implementation that has large folders of content all using the same template. Some of the folders contain literally hundreds of articles. Different folders should ...
3
votes
3answers
301 views

Sitecore 500 Error Logging / Alerts

Problem Currently, I'm looking to serve a custom 500 error page as well as log and alert a web master about the condition that was hit (What URL, stack trace, timestamp, etc.). I tried defined ...

1 2 3 4 5 12