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
11
votes
1 answer

Can the list of favorites be extended using a Data Extender?

We have a data extender that displays the Version number of each item in all list views. Clearly "Favorites" is different, since our data extender doesn't work there. So, can we do a data extender for the Favorites list? If not, what's the…
Warner Soditus
  • 4,123
  • 2
  • 14
  • 10
11
votes
1 answer

Issue during rendering using C# in Compound Templating

A sudden issue appeared on one of the environments when publishing/rendering a certain piece of code in Compound Templating. It is an DTAP environment, and the issue is only happening on the Production environment (as always ;-), where there are two…
Hendrik Beenker
  • 1,120
  • 5
  • 17
11
votes
2 answers

Get a field's _current_ value in Component Editor? (Tridion 2011 SP1)

I'm writing an extension to the "Save" Command, where basically I want to validate certain fields and present a popup allowing the editor to select a given keyword or other values based on current date, a Release # and some other attributes. I…
Nuno Linhares
  • 10,214
  • 1
  • 22
  • 42
11
votes
1 answer

Is there a way to pass a variable through when calling RenderComponentPresentation?

Possible Duplicate: Variable setting in Dreamweaver template in SDL Tridion We use RenderComponentPresentation (on Tridion 2009) to render internal and external links so that the code base is in only one Dreamweaver template. It would be helpful…
frontendzzzguy
  • 3,242
  • 21
  • 31
10
votes
3 answers

How can I access the Component Template ID from within my Component DWT?

In the HTML template for my Component I need to write out the TCM URI of the Component Template: