sitecore6 Questions
2
Solved
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 ty...
Potentiality asked 6/2, 2012 at 14:58
1
Solved
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 & Clo...
Fremitus asked 28/2, 2011 at 20:47
3
Solved
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; synta...
1
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 referen...
1
Solved
Is it possible to set the datasource location (not the datasource) to be a sitecore query?
What I'm trying to do is to have the sublayout set its datasource location to a folder under the item con...
1
Having a strange problem with the RenderControl method.
I have UserControl (an ASCX file) with this mark-up:
<ul>
<asp:Repeater ID="rptImages" runat="server">
<ItemTemplate>
&...
3
Solved
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:
/sitecore/content/home/*[@@templa...
1
Solved
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(Que...
Buchner asked 6/9, 2011 at 1:47
2
Solved
My Sitecore starterkit website contains the following control in the head of each layout. Can someone explain what it's purpose is and whether or not it's needed? I could not find any information o...
2
Solved
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 cu...
2
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 ...
1
Solved
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" it...
2
Solved
How do I get the values from the "Parameters" field (second screenshot) in the code-behind of the sublayout?
I understand I can get/set parameters on a rendering (specifically sublayout) when it i...
Blimp asked 10/5, 2011 at 11:20
1
Solved
Question
I have written custom membership/role/profile providers to authenticate users against an Active Directory domain. I'm trying to use roles-in-roles to provide uers in the ADDOMAIN with sit...
Proffitt asked 31/3, 2011 at 4:32
2
Can I populate a droplist in sitecore with a list of values by directly specifying them in the source field like Apples|Oranges|Grapes and have them show-up on the template instead of actually crea...
1
We are attempting to establish a Sitecore 6.4 architecture whereby we clone several sites from a "repository" site.
We have addressed many issues regarding data structure, but are left with one ke...
2
Solved
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 usin...
1
Solved
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.
...
3
Solved
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 t...
1
Solved
I have a Sitecore layout that generates a vCard from a Sitecore item, including a person's name, business address, etc, and saves it as a file on the web server for later (fast) retrieval. Part of ...
6
Solved
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 ac...
3
Solved
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 s...
3
Solved
How can I login programmatically into Sitecore?
For example if you would like to connect a small part of the Sitecore API to a desktop application, you would need to login into sitecore first to ac...
Obsolete asked 13/7, 2010 at 7:2
2
Solved
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?
© 2022 - 2024 — McMap. All rights reserved.