Questions tagged [tridion]

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architectures.

Consider posting SDL Tridion related questions at the dedicated Tridion Stack Exchange site.

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

The management platform runs on Microsoft Windows 2003/2008 whereas the publishing platform is platform-independent and support includes Microsoft, Unix, or Linux.

The latest public release is SDL Tridion 2011 Service Pack 1, which adds built-in support for comments and ratings (SDL Tridion Community Builder).

Common terms and abbreviations

  • Content Management System: The parts of the system used for working with content. This includes editing, versioning, categorization, page composition, etc. and publishing of content to the Content Delivery system.
  • Content Manager Explorer (CME): a browser-based user interface for the content management system.
  • Content Delivery (CD): The parts of the system on or near the presentation servers, which manage deployment or storage of the content and implement web application functionality such as dynamic linking or delivery of targetted content.
  • Presentation Server: the target, published-to website
  • Building Block: an item in Tridion
  • Schema: a content definition for fields, types, and descriptions
  • Component: Tridion's basic unit of content, based on a schema. Multiple components may be used to compose a page.
  • Template: an item that transforms (renders) components or pages
  • Component Presentation (CP): a combination of a component and template, typically on a page or stored in a CD database
  • Tridion Page: an item in Tridion that includes component presentations and is typically published to CD
  • Core Service: A WCF Service introduced in SDL Tridion 2011 which allows manipulation of Building Blocks via code.

See the SDL Tridion World site for more information and examples. See SDL for product-related information.

Appropriate questions

Questions about any of the above technologies in relation to the CMS should have the tridion tag. Example topics include SDL Tridion:

  • Code
  • APIs
  • Errors
  • Configuration details
  • Possibly behavior, unfortunately StackOverflow is focused on programming-type questions which overlaps much of Tridion but is tangential to functional aspects of the software.
1161 questions
-2
votes
4 answers

Tridion: Component template placing within page

I want get expert advice on how we can place the same Component presentations on different section of the page without creating new Component templates or components. So the issue we are having is that we have a Component template, and we want the…
Levikay
  • 111
  • 5
-2
votes
2 answers

Rendering Component link with Tridion2011 OData Linking.svc

We are using custom-written proxy class for handling the Web Service communication provided by Mihai Cadariu (screenshot attached) for resolving dynamic linking. For forming the LinkUrl parameters to resolve dynamiclink/component link we are…
-2
votes
1 answer
-2
votes
2 answers

Integration of Microsoft Fast Search and Tridion 2011 SP1

We are upgrading to Tridion 2011 SP1 and as a part of Tridion search implementation we are using FS4SP (Fast Search for sharepoint 2010). In proposed implemenatation search environement consists of following servers: FAS4SP FISE Can someone guide…
user1517450
  • 127
  • 3
-2
votes
2 answers

How to enable the button which is created using custom control

I need to create buttons one below the other in tridion ribbon. I have created an usercontrol and it was appearing on the ribbon but in disabled mode. In the "http://tridiondeveloper.com/ribbon-item-group"; it was mentioned to include…
pavan
  • 451
  • 1
  • 5
  • 16
-2
votes
2 answers

Get items in a folder using Core Service

Using Tridion Core Service, how can I get all the items in a folder?
-2
votes
3 answers

Compound templating basic setup in Tridion 2011 SP1

Can someone let me know the basic setup of Compound Templating.Is there some reference document provided by Tridion.
user1517450
  • 127
  • 3
-2
votes
1 answer

Tridion Broker db and IIS

I am currently using Tridion 5.3.After pages are published from Tridion CM side to Broker db. How should be IIS configured to point to the pages in DB like we do for file system.
-2
votes
2 answers

Tridion Publishing and Garbage Collection

I refer to a previous post Tridion 2009 Template Publishing Failure where I explained that our system was crashing apparently randomly during mass-publishing. We're using XSLTMediator & all our templates are based around the TemplateBase…
mpaton
  • 789
  • 3
  • 14
-2
votes
4 answers

Creating blank dummy Components which contain mandatory Fields with the SDL Tridion 2011 Core Service

I wanted to create a blank Component in SDL Tridion 2011 using the Core Service. The only information I have at the start of the process is the Schema URI. The Schema may contain any kind of field (text, rtf, number date, embedded etc), some of…
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-2
votes
1 answer

How to get values of fields of schema in SDL Tridion using core services?

I want to get values of fields of schema in sdl tridion using core services Camn anyone help me out of this?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-2
votes
1 answer

How to remove the error like "Expected ;" in Tridion popup page?

I am customizing the ribbon toolbar and adding a button to it. Whenever I click on that button, it will open a aspx page allows authors to select some data, which gets appended to the existing RTF field content. But when popup is opened it is having…
P.Muralikrishna
  • 1,279
  • 9
  • 30
-3
votes
2 answers

Custom Pages and GUI extension with SDL Tridion 2011

Within the Content Manager Explorer (CME), I want to pass a value from an aspx page that includes multiple dropdownlists, populated relatively. My aim is to return the last dropdown list selected value on clicking the submit button. For that I…
User 4.5.5
  • 1,311
  • 3
  • 12
  • 20
-3
votes
1 answer

I am working on the tridion. Everytime when you click a link (menu )it creates a new session. Backend we are using tomcat

I am using SDL Tridion to publish JSP pages to our Tomcat Application server. Every time I click on a link to another page it creates a new session. How can I prevent new sessions from being created for every page view?
-3
votes
2 answers

Unable to show output on login of user to Tridion

Possible Duplicate: How to get tcmid of currently logged user in Tridion? I wrote below code in class library(dll) and add assembly reference in config file od Tridion but i am unable to get any window or alert showing user.Id and its not giving…
Aquarius24
  • 1,806
  • 6
  • 33
  • 61