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

How to get the members of the group in Tridion

With the help of event handler i am getting the id of the user who have finished the Workflow activity. For getting the Id i am writing like: foreach(var user in activity.Performers) userId=user.Title.ToString(); Now, similarly how can i get the…
pavan
  • 451
  • 1
  • 5
  • 16
-3
votes
2 answers

Adding a dll file to GAC in SDL Tridion 2011 SP1

I have created a .dll project and I want to add it to Global Assembly Cache of Tridion server. Consider I have the .dll at location "C:\Documents and Settings\myfunction.dll". I have some questions. Do I need to download the gacutil.exe from server…
Patan
  • 17,073
  • 36
  • 124
  • 198
-3
votes
1 answer

Extending the GUI fields

I would like to extend the individual GUI elements, do some custom processing and later call the default function. For example: Whenever a particular Input Element is selected in the Component window, I would like show a TooTip to the user…
-3
votes
1 answer

how to create search control in tridion site?

I've created a tridion web site, now i want to add some search control like Google custom search, is there any option provide by tridion for the same? my option : i have to create a user contol and implement Google custom search in there then…
AmateurCoder
  • 4,272
  • 3
  • 17
  • 31
-3
votes
4 answers

Every page we publish increases around 2 MB memory on server. Is it a configuration issue?

Every page we publish increases around 2 MB memory on server. Is it a configuration issue? FYI it is SDL Tridion 2011 SP1 with old vbscript code. Please sugegst.
vikas kumar
  • 2,444
  • 15
  • 25
-4
votes
1 answer

Error while accessing tridion content manager

Getting below error while accessing SDL Tridion Content Manager (SDL Tridion version 2011). Did anyone face this issue before?
-4
votes
2 answers

Error in Publishing a page in Tridion?

I am using Tridion 2011. The problem is- whenever i try to publish a page,its publishing gets failed. When I checked Publish Transaction, it shows that publishing is getting failed in Deployment phase. Can anyone suggest what might be the issue and…
user1573378
  • 145
  • 1
  • 7
-4
votes
2 answers

Get all folders of a publication using Core Service

Using Tridion Core Service how can we get existing folders of a particular publication. I am using SessionAwareCoreService2010Client class to create folders but could not locate in above class a proper method in core service to fetch list of all…
d k
  • 493
  • 2
  • 6
  • 21
-4
votes
2 answers

How to unlocalize a component/Page programatically

How to unlocalize a component/Page programatically in Tridion. I am using csClient.UnLocalize(); I am getting error like: No overload for method UnLocalize takes 1 argument. Could anyone help me out?
pavan
  • 451
  • 1
  • 5
  • 16
-4
votes
4 answers

How can we stop publishing of a structure group with help eventing?

I want to stop publishing of structure group with the help of eventing? Please share some code.
AlokBhatt
  • 515
  • 3
  • 17
-4
votes
2 answers

restrict user to insert same component and template

In a page inside the insert component popup window. When a user is trying to Select a component and a Template then how to *restrict them to select the same combination of component and template * that is already present in the component list. I…
-5
votes
1 answer

page is giving error when previewing with page template designed for XSLT TBB

I am working on an XSLT TBB in Tridion 2011 SP1, using the XSLT Mediator from SDL Tridion World. I have created an XSLT TBB, Component Template and Page Template and a Page for it. But the Page Template that I have created is giving the following…
Patan
  • 17,073
  • 36
  • 124
  • 198
-5
votes
1 answer

Need Help to develop tridion mobile site with existing blueprint

Tridion consultant has developed the tridion website for my company with below blue print (Blue print 1). Now company required to develop the tridion mobile website with the existing content(website content), but with new look and feel(Blueprint…
user1793215
  • 1
  • 2
  • 3
-5
votes
2 answers

How to develop tridion mobile site

My company want me to develop static mobile site in tridion using java, jsp, html and css. Please help me what are steps follow to develop a mobile site in tridion.
-5
votes
1 answer

How to send the activity back to author using coreservice?

I want to create a workflow automatic task (1. Send back to Author 2. Publish to Staging). Can any one provided the code snippet to do this using SDL Tridion Core Service ?
Jey
  • 2,137
  • 4
  • 22
  • 40
1 2 3
77
78