Questions tagged [tridion-2011]

SDL Tridion 2011 is the name of the SDL Tridion Content Management System released in 2010. SDL Tridion supports both Java and .NET architectures.

For more details on the SDL Tridion CMS, see https://stackoverflow.com/tags/tridion/info, more info on the Experience Manager can be found on http://sdltridionworld.com/releases/release_news/new-UI-sdltridion2011-sp1-released.aspx

595 questions
14
votes
1 answer

Applying more than one sort on a Tridion broker query

I have a broker query where I need to sort by 2 different fields (using JSP and 2011 SP1) The API has the method "addSorting" which I am applying. It appears, however, that the second addSorting call is overwriting the first addSorting call - rather…
Jonathan
  • 143
  • 4
13
votes
1 answer

Tridion 2011 with DD4T - no MetaData fields available on Component entity

I'm using Tridion 2011 (with DD4T, feeding an MVC webapp). It seems that MetaData fields for Multimedia Components (specified on the Metadata tab of my Images Schema in Tridion) are not populating the corresponding property on the DD4T "Component"…
Qas
  • 233
  • 1
  • 3
12
votes
2 answers

Precompiled core service client versus generating your own proxy

Since 2011sp1 Tridion comes with a precompiled core service client. Would there still be a reason to generate your own proxy by adding a service reference? Or is that older method officially deprecated now?
Quirijn
  • 3,549
  • 15
  • 30
11
votes
2 answers

Uncheck a checkbox in ComponentView

Im trying to uncheck a checkbox in the ComponentView of Tridion by jquery using the document ready event in a GUI extension: $j(document).ready(function(){ alert("is loaded"); var field = $j('[type=checkbox][value=Aceptar]') …
Sara C. Lorca
  • 291
  • 1
  • 7
11
votes
2 answers

Timeout when uploading images

I am currently testing Tridion 2011 and am having problems creating multimedia components with uploaded content (as opposed to external). I fill out the title, schema, multimedia type, select a file from my system then click save. I get a Saving…
Kevin Brydon
  • 12,524
  • 8
  • 46
  • 76
11
votes
1 answer

What is the main difference between the SessionAwareCoreServiceClient to the CoreServiceClient?

What is the main difference between the SessionAwareCoreServiceClient to the CoreServiceClient? Is wsHttp the preferred binding from a remote application not running on the server? Is it possible to use the netTcp binding from a remote Core Service…
robrtc
  • 2,747
  • 1
  • 17
  • 22
11
votes
5 answers

Creating a list of keywords in the Content Delivery

Imagine I have a content type that has two fields of type category: one is a taxonomy Author and another one is a taxonomy Topics, these two taxonomies are unrelated, the only 'thing' they may have in common is the component itself. Now we go to the…
10
votes
1 answer

Updating folders and folder contents with Tridion WebDAV

I'm facing a problem, and don't know if anybody has solved this issue. I'm using Tridion webdav (Tridion 2011 SP1 HR1) to insert structured content (folders + binary files) into a publication. All goes well when the folder doesn't exist, but if the…
Raúl Escudero
  • 448
  • 4
  • 11
10
votes
1 answer

Get Publication "Title" from IdentifiableObject in tridion2011 events

I have an Tridion.ContentManager.IdentifiableObject which may be a Page/Component etc and I wish to get the title of the publication it belongs to. I am current able to get the publicationId like so: IdentifiableObject.Id.PublicationId but I wish…
JBB
  • 657
  • 5
  • 14
10
votes
1 answer

Unable to get rendered content error in SDL Tridion

I would like to know the scenarios in which "Unable to get rendered content" error might occur in SDL Tridion. We use VBScript for templating and I get a few scenarios as listed below in my event logs. But I am not able to make head or tail of…
Keirthana
  • 375
  • 1
  • 9
10
votes
3 answers

Accessing "customconfiguration" inside GUI Extension

I'm doing a GUI Extension of User Interface (SiteEdit) by overriding the behaviour of one of the javascript files, to add some funcionality. The javascript file is "/Scripts/Components/ExtComponentField.js" and the target is "SiteEdit"…
Raúl Escudero
  • 448
  • 4
  • 11
10
votes
3 answers

Tridion 2011: Changing a page's file name as it's being published

Good day! I allow my content editors to store CSS as very basic components (usually containing a single, multi-line field called "code" that they paste into), and these are then added as Component Presentations into a Page with a .css file…
Rob Himself
  • 353
  • 1
  • 7
10
votes
2 answers

Tridion RTF text selection

I'm writing a GUI extension that will essentially wrap selected text in a specific DIV. I have the text being encapsulated with the DIV but have hit a bit of a block... When the user hasn't selected a specific piece of text I am assuming the…
10
votes
2 answers

Facing issue in after Tridion Installation

I need some help on a SDL Tridion Installation. We are done with installation of SDL Tridion followin the instructions provided in installation guide. We are able to launch the site with Content Manager Administrator (Installation Owner). But when…
Aswani
  • 247
  • 1
  • 8
10
votes
1 answer

Tridion User Interface 2012 - Can't find Razor helpers when creating pages/inserting content

I'm working with Tridion 2011 SP1 and Razor templating but have an issue with creating pages and inserting content through the User Interface 2012. It appears when I try this that my Razor helpers, namespaces and assemblies listed in the…
user590557
1
2 3
39 40