Tagged Questions

6
votes
1answer
131 views

RenderControl method not rendering self-closing tags

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
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 ...
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
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
2answers
546 views

Sitecore URL optimisation and languages

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. E.g. www.MySite.com/Hello ...
2
votes
2answers
993 views

How do you make a form in Sitecore 6?

Most CMS' have a way to create forms for users or anonymous users to fill out. Is there a mechanism for creating forms like this in Sitecore 6? As far as I can tell, the only way to make forms like ...
1
vote
1answer
103 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 ...
1
vote
3answers
200 views

LinkButton OnCommand or OnClick Not Firing

I'm trying to do something that seems to be fairly simple. I have a user control with several LinkButtons. Each LinkButton has OnCommand, CommandName and CommandArgument set, like so: <ul ...
1
vote
1answer
72 views

How do I emulate Content Editor's Remove Links option when deleting an item?

I have a set of items which have a Treelist field that references media items in the Media Library. If I delete a media item which is referenced by another item, I get the "Broken Links" dialog box ...
1
vote
1answer
69 views

How to manage TimeZones in Sitecore?

The current Date/Time picker in Sitecore assumes the local system time of the CM server (Eastern Standard/Daylight Time, in our case) when we choose dates and times for our Events. It quickly became ...
1
vote
3answers
338 views

Sitecore workflow approval/rejection emails

We are working on implementing some custom code on a workflow in a Sitecore 6.2 site. Our workflow currently looks something like the following: Our goal is simple: email the submitter whether ...
1
vote
2answers
123 views

Get referral item (link)

We have a sitecore website and we need to know the item from which the link that brought you to page X. Example: You're on page A and click a link provided by item X that will lead you to page B. On ...
1
vote
1answer
547 views

Using a working Sitecore query in the code behind

I've been struggling with this Sitecore query code. All items are published, the query works in XPath Builder, but it always returns 0 results in the code behind. I copied this from code samples that ...
0
votes
1answer
11 views

Sitecore Eviblog Module

We are using Sitecore Version 6.4.1. We are planing to use Eviblog module for our blogs. We already have a blog running on BlogEngine .net. Is there any way to get all existing blogs into new ...
0
votes
1answer
44 views

sitecore CM and CD environment IIS worker process recyle issue

We have two production servers for Sitecore, one CM i.e. Content Management and another is CD i.e. Content Delivery. CM is refering to WEB, Core and Master. CD is refering to Core and Web. When we ...
0
votes
1answer
101 views

sitecore web form for marketers - Send Mail action

We are using Web Form for marketers to create forms which will send an email using fixed From address.I have added fixed From address into parameters field for Send Mail action. Is there any way to ...
0
votes
1answer
174 views

Sitecore programmatically add layout. Value cannot not be null. Parameter name Path

In my previous question I figured out how to add a layout programmatically in Sitecore, this works fine when the layouts and sublayouts are the same as the Standard Values. But when this is different ...
0
votes
1answer
53 views

How to get list of campaigns and goals triggered during Sitecore session?

I am having trouble identifying visitors who contact us through our website's contact form. The form collects basic information, but it would be nice to include some Sitecore Analytics data in the ...
0
votes
1answer
101 views

Sitecore add programmatically mobile site

I am facing the following problem: I want to add dynamically a mobile site for specific templates, I specified the mobile layout in the standard values of the specific item. This all works fine but ...
0
votes
1answer
107 views

Does Sitecore.Context.Item make use of HttpContext?

Does Sitecore make use of the HttpContext to save needless calls to the DB? Specifically for the context item and database? Thanks
0
votes
5answers
94 views

Generic Urls for set of asp.net internal pages

I am looking for a solution that will allow me to print generic url for a set of pages. Example: For pages - site.com/About/Contact.aspx, site.com/About/WhoWeAre.aspx, site.com/About/Members.aspx ...
0
votes
1answer
230 views

Creating an “Import External Data” admin page in Sitecore

As part of the development for a website powered by Sitecore 6.3.1, I will need to implement a way to manage data from a couple of external sources in Sitecore. To accomplish this, the simplest ...
0
votes
1answer
231 views

How to reference a selected menu item in codebehind?

I have a custom user control loaded into a sublayout in Sitecore. When I click on a menu tree item I would like to reference the name of the menu item in my control. How can I get a reference to the ...
0
votes
1answer
333 views

ASP Login control does not work inside a Sitecore 6 sublayout

In Sitecore 6, I have created a sublayout that has an asp:login control. For some reason, it doesn't work when I add it to the layout of a page. The page simply posts back, but doesn't log me in. I ...