Questions tagged [tridion2009]

This is for SDL Tridion 2009 related queries.

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architecture by offering multiple public application programming interfaces (APIs) for both J2EE and the .NET Framework.

This is for SDL Tridion 2009 related queries.

73 questions
6
votes
1 answer

Tridion Date Picker - access to events

I have a Tridion Date control added to a GUI Extension .aspx page I have created. I've added this to the ASPX page with and in my .JS…
6
votes
2 answers

Tridion preview and HTML5 elements

We have created a new website based on HTML5. With elements like
,
6
votes
2 answers

Keyword Path in SDL Tridion

Could someone please give some idea on how this can be done? This might be very simple and basics, but i couldn't figure this out. Here is my requirement. I have a category A with child keyword B and B got another Child Keyword C. I want to get the…
Krishnakumar
  • 243
  • 1
  • 11
6
votes
3 answers

iframe tag in component gives incomplete page on publishing

In Tridion I have a page to which a component is attached that has a text field in which, there is a iframe tag like . I…
Sunil Nadar
  • 517
  • 1
  • 5
  • 15
6
votes
3 answers

Unable to delete Structure Group in Tridion 2009

This is a repeat of a question in the (restricted) Tridion Forum about the inability to delete a structure group. However, since it didn't get a proper answer or solution by the person reporting the question I am re-asking it here. I am stuck with a…
Hendrik Beenker
  • 1,120
  • 5
  • 17
6
votes
1 answer

How to enable a user for impersonation in Tridion 2009?

I'm trying to use Tridion's ContentManagment API to retrieve taxonomy categories and keywords, but I'm running into an Access denied error. I have the following method: public Dictionary GetKeywords(string tcmUri) { var result =…
James Simm
  • 1,569
  • 1
  • 16
  • 28
6
votes
2 answers

Tridion 2009 - Using Interops - Is there a possibility to add multiple setConditions for the same Name

Am stuck with small problem. I want to add multiple setConditions for the same Name that is for PublicationTarget. This is using interops dll. ListRowFilter rowFilter = mTDSE.CreateListRowFilter(); rowFilter.SetCondition("StartDate",…
Siva Charan
  • 17,940
  • 9
  • 60
  • 95
5
votes
2 answers

Any open source alternatives for Dreamweaver using WebDav?

We would like to use WebDav to work with our templates and we can't use Dreamweaver. Any suggestions? Thank you,
Aroma
  • 173
  • 7
5
votes
1 answer

SDL Tridion 2009 SP1 Custom URL get current field value

I am connecting to a Custom URL on a component field which contans the following code function SaveAndClose() { var newValue = new Array(); newValue[0] = "/feed.ashx?type="+ $("#Type").val() + "&user="+…
5
votes
3 answers

Tridion 2009 SP1: Custom Page that uses TDSE. Published page stays in publishing queue

I am writing a custom page for Tridion 2009 SP 1 that publishes a page based on the query string, which will be called from a scheduled task. I am using the following code: string pageId = Request.QueryString["page_id"]; string targetId =…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
5
votes
2 answers

Tridion Content Port between publications which are different

I have 2 publication trees in a single Tridion Content Manager 2009 instance I need to port one set of content (Schemas, Components, etc) from one tree to the next. None of the trees share any common publication so we have something like this PUB_A…
mpaton
  • 789
  • 3
  • 14
5
votes
6 answers

Unable to get list of publishing queue items. Timeout expired

I am on Tridion 2009 SP1. At one point the ability to view the publishing queue for all users (i.e. not filters) just stopped working. In the CM GUI a timeout error is received: (80040E31) Timeout expired Unable to get list of publishing queue…
Nickoli Roussakov
  • 3,434
  • 16
  • 22
4
votes
2 answers

How to determine in a Custom Resolver if I am publishing or unpublishing? Tridion 2009 SP1

I'm trying to capture when a component is unpublished. I try some approaches but I don't have the result that I want. My attempts are: In Event System. But this not works because there are a known bug in Windows about MSXML and COM+. I try to build…
Guskermitt
  • 254
  • 1
  • 9
4
votes
2 answers

Tridion 2009 SP1: How to schedule a content page for a recurring publishing?

I need to automate an xml page publishing twice every week using Tridion 2009 SP1. As per my discussion with the SDL support team, there is no out of box feature available. Also I have seen a solution here for 2011 but not 2009 SP1. Can you please…
raniworld
  • 45
  • 1
4
votes
2 answers

In a C# TBB: how to split a multi SingleLineTextField into seperate strings

I have a plain textfield in Tridion that can have multiple values. The itemtype is a SingleLineTextField. In the TBB code I have the following (removed the non-essential parts): ItemFields itemFields = new ItemFields(folder.Metadata,…
Hendrik Beenker
  • 1,120
  • 5
  • 17