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

learn more… | top users | synonyms

-4
votes
0answers
20 views

how to trigger the event when we click on the Unpublish button in Tridion2011 SP1

EventSystem.Subscribe<Component, UnPublishEventArgs>(ComponentUnpublish, EventPhases.Initiated); private void ComponentUnpublish(Component component, UnPublishEventArgs args, EventPhases ...
0
votes
0answers
27 views

Populate Component Templates in dropdown added directly Through “Link.aspx” in Hyperlink tag of RichText Field [migrated]

I have added a dropdown replacing Target field's textbox in Hyperlink tab of RichText toolbar using Link.aspx present at C:\Program Files (x86)\Tridion\web\WebUI\Editors\CME\Views\Popups\Link. The ...
0
votes
0answers
15 views

SDL Tridion 2011 study material similar to books on .net like of wrox professionals [migrated]

I've been working on SDL Tridion 2011 together with writing C# TBBs, DWTs. However Whatever I learned is just with help from my seniors OR learning through some existing codes already in use. I never ...
1
vote
0answers
22 views

Tridion UI Update Preview Bad Request [migrated]

I receive a "Bad Request" response when clicking "Update Preview" within Tridion UI. I see other people have experienced this issue but the error I receive only occurs when a binary over a certain ...
-2
votes
1answer
19 views

Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?

Is it possible to retrieve the TCM URI of a component from the Broker DB in SDL Tridion 2011 SP1?
0
votes
1answer
66 views

How can I add users to a group using the Tridion 2011 Core Service [closed]

I successfully created a user in Tridion using the core service client's .create method. In general, the list of groups associated with a user can be retrieved by using UserData userData = ...
-1
votes
0answers
24 views

Tridion Coreservices methods for creating component and publishing pages

How can we Create the component, publishing the Pages and Site properties using coreservices with external application in Tridion 2011. Thanks
1
vote
1answer
48 views

How to retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it

I am required to make changes to an existing PDF component. In doing so we are creating a new PDF in the File System with the same name as the exsting PDF and deleting the original PDF.Now the new PDF ...
0
votes
0answers
26 views

Getting XMl output in java using tridion core services [migrated]

I have done a program in java which sets ItemTypes in tridion and gets the list of all specified ItemTypes in a Publication. I have used Element to getList of items. import java.io.IOException; ...
0
votes
1answer
150 views

Using iTextSharp Stamper - required to update in the same PDF

I am required to replace a word in an existing PDF AcroField with another word. I am using PDFStamper of iTEXTSHARP to do the same and it is working fine. But, in doing so it is required to create a ...
1
vote
0answers
36 views

Get shared pages using localized component

I'm currently working on a event handler, which will on save-event, save the latest revision date of the page and it's components into a custom database, and this is working, but i'm facing some ...
0
votes
0answers
72 views

How to restrict html tags in Tridion RTF fields? [closed]

To restrict the p tags and br tags in Tridion RTF fields I am writing XSLT code. But at any time only one tag I can able to remove with the following code. Please correct me where I am doing wrong. ...
1
vote
3answers
86 views

How to call Vbscript function in the Compound template (using C#fragment) in Tridion?

Please let me know How to call Vbscript function in the Compound template (using C#fragment) in Tridion 2011?
0
votes
1answer
57 views

Unable to render links on page using DreamWeaver Templating

We are using the following line of code in our DreamWeaver Template to resolve a link in Tridion. But,not getting the desired output, the link is not being resolved on the page. Is there anything ...
1
vote
0answers
85 views

How to get Schemas from a publication using Tridion core services in java

I am new to Tridion and I am doing some work on tridion to get all the schemas in a given publication using TridionCoreservices in java. In c# I found this code RepositoryItemsFilterData filterData ...
0
votes
1answer
55 views

Enabling styles in RTF field in Design tab

We are using Tridion 2011 SP1. Is there any way to enable styles in Design tabs of RTF field? We have preview tab but editors are finding it as an extra activity to click on preview tab and see the ...
2
votes
1answer
80 views

How to configure WebDAV in Tridion 2011 sp1

We are using Tridion 2011 SP1. We are using NTLM Authentication. We are tying to map network drive for WebDAV, when we enter CMS url/webdav and press next it is throwing error "The folder your ...
1
vote
2answers
73 views

Internal Link Resolution Issue

I am getting a freak behavior as stated below (The environment is SDL Tridion 2011 SP1 with HotFix Rollup applied): I have a page - Page 1 - with say following components on it associated thru' ...
4
votes
1answer
111 views

Tridion API call to get Xml containing Structure group and Page nodes with some sort of hierarchical relation

I am looking for an Tridion API call to get the XML containing all the structure groups and the pages beneath it with some sort of hierarchical relation. As of now I could not find such API call in ...
5
votes
3answers
39 views

Tridion undo-checkout / check-in

Is it possible to grant undo-checkout / check-in functionality to a user who isn't a system administrator? I wish to grant this function to selected super users so they can remove old locks on ...
4
votes
4answers
125 views

HTML5 tags are not working in RTF field for TRidion 2011

I came across with an issue where RTF field in TRidion 2011 is removing HTML5 tags while saving component. Issue: Source snippet <div> <a class="arrow button" data-role="button" ...
0
votes
1answer
82 views

Can we add “select all” checkbox for selecting the multiple checkboxes on Tridion component using Extensions

Just to confirm, whether if we can have a new checkbox "Select All" on the components of the Tridion Translation, the objective is here that we have got lots of languages and business user want to ...
1
vote
3answers
117 views

Tridion: Component Template issue when looping over linked components

Hello, I got a problem with looping over my linked component. I created a EmailSetup(View UML diagram) Component with a product item. The product Component has schema (EmailBlockWithCode). Product: - ...
3
votes
1answer
52 views

XPM / UI : Creating new pages based on Page Type with copied components

I relatively simple question regarding XPM this time. It's about creating Page Type which editors could use to base their new website page on. When defining a Page Type, you can use an exisiting page ...
2
votes
1answer
62 views

Personalizing Content

i have a usecase where i want to personalize the content, that a visitor see based on his information saved in Audience Manager.(i have added a keyword "personalize" for one of the contact "x").For ...
0
votes
1answer
60 views

Alternative to Item.ItemPropertyFileNameSubFolder property in Tridion 2011 SP1

In one of our implementation of TBB we are using ItemPropertyFileNameSubFolder property of Item.We are migrating our application from 5.3 sp1 to Tridion 2011 Sp1 and the property ...
0
votes
1answer
86 views

Regex validation on Tridion Schema fields and show alert message

created a schema having a field name 'email'. Now i need to verify field is it valid ? if not i want to show a error message. i edit the source as follows : <xsd:element name="email" minOccurs="0" ...
3
votes
2answers
127 views

Why there is no Tridion page template system metadata published to broker database?

We are using Tridion 2011 SP1 HR1 and New UI. We would like to generate new UI JSON tags using our Java framework based on the Java content delivery API: Tridion delivery framework (TDF). The JSON ...
2
votes
2answers
96 views

Keyword has incorrect values in custom meta

I have a category with keywords which in their tern have metadata schema. That schema consist of two fields and each of them is category. Very simple structure, but during publishing it resolves those ...
2
votes
1answer
70 views

How to configure the height of 'Insert Character' popup window in OOTB Tridion 2011 SP1?

RTF Field --> Insert special character. We have added few more special characters to the list. We have a requirement to increase the height of the popup window.Where can we configure it ?
1
vote
1answer
37 views

Tridion OutboundEmail - Contact synchronization from several Presentation servers?

I'm facing a problem with OutboundEmail Synchronization for Contacts. We have the following scenario : 2 load-balanced CMS servers and 3 load-balanced CDE web servers located in different data ...
5
votes
1answer
82 views

Tridion UGC service and oAuth authentication

I've a problem when trying to do a webrequest to UGC and authenticate using oAuth. I'm making a webrequest such as:- WebRequest wr = ...
2
votes
3answers
89 views

Publishing is getting failed to specific target for specific component

We are using Tridion 2011 SP1, On our staging target few components are getting failed with error Transport failed: Could not transport tcm_0-309224-66560.Content.zip using HTTPS when we checked ...
3
votes
3answers
68 views

UGC user is coming back as Null

I'm using the UGC web service to return UGC content but I have an issue in that users are being returned as null. The users are being entered into the UGC database - I can see users in both the ...
3
votes
2answers
125 views

Deploying not happening in publishing process

I am trying to publish to local file system, however publishing is not happening properly and its failed to deploy in my 2011 GA VM environment. I am getting "Polling for notification for ...
3
votes
2answers
62 views

Refreshing Only Favorites using Javascript

I have a Data Extender in place that modifies the Favorites' titles when ever favorites are requested. But when I add a single favourite, only that item is updated without calling the whole list. My ...
2
votes
2answers
167 views

SDl Tridion License

Can someone share their knowledge about procuring the SDL Tridion licenses in following scenario: 1) Someone wants to take/buy the license for individual purpose - No Organization, No Production ...
3
votes
2answers
112 views

How to get the metadata of a page(minor version) in Tridion for Context Menu Item?

I am using SDL Tridion 2011 SP1 version. Workflow is enabled in the system. Context Menu Button added to the editor, which makes use of Page metadata. Event System will update the current page ...
8
votes
2answers
116 views

How can we save multimedia components using external resource types if the URL doesn’t end in with a file extension?

We have a Tridion use case related to curated content where we are creating multimedia components for images associated with our content which are pointing to External resource types instead of ...
3
votes
1answer
72 views

Using the Tridion UGC web service to add ratings

I know I can add comments through the UGC web service by using something like the following:- WebServiceClient ugcCall = new WebServiceClient(); string ugcData = "{ \"d\" :{\"Content\":\"" + ...
3
votes
2answers
136 views

Tridion deployer removes localized/parent files

We are facing weird behaviour during publishing pages in Tridion. We have English pages in 050 publication and same pages are localized in 060 publication. Let's take a sample page accounts ...
3
votes
2answers
84 views

Issue accessing folder in Tridion 2011 SP1

After upgrade from Tridion 5.3 to Tridion 2011 SP1, we found that we are not able to access Flash folder from Tridion GUI. Whenever we click on that folder it throws below error and do not display ...
0
votes
1answer
84 views

Import content to Tridion 2011 from Tridion 5.3

Is it possible to export content from Tridion 5.3 and import it in Tridion 2011 sp1? if yes how to do it? We have SDL Content Porter 2009 SP1 installed on Tridion 2011 SP1 server.
4
votes
1answer
84 views

UTF-8 Encoding issue ( Tridion 2011 SP1)

In one of my project , there are pages(e.g. detail page) with vb script page template and few pages( e. g. homepage) with razor. We have £ sign in the text in the one of component’s field( named as ...
2
votes
0answers
81 views

Using several RenderComponentPresentations for XPM templates w/ Razor

As you probably already know, I'm working hard on some XPM templates with Razor. I've ran into another issue, this time concerning rendering components inside templates in order to make them ...
4
votes
3answers
123 views

Attempting to deploy a binary to a location where a different binary is already stored Existing binary

I'm receiving the error below. I see this referred to in other SO posts (here) & I contacted SDL support, but I'm still having trouble fixing the problem. Can someone offer an EASY solution? I ...
0
votes
0answers
48 views

Tridion Core services throwing error while finishing workflow activity

In one of our requirement we are using tridion core services to finish workflow activity.For some of the components, at times we are getting the following error while trying to finish the activity The ...
5
votes
4answers
123 views

How to get the itemxml of a selected item in Tridion

I would like to get and display the itemxml of the selected item from the Tridion CME. I was able to get the Itemxml from my VM server when i give the tcm id in the browser. However, i would like to ...
3
votes
1answer
124 views

Retrieving published URL of a Tridion page based on URI

Does anyone know if we can retrieve the published URL of an SDL Tridion Page based on the URI? Ideally I would like to do this using the Core Service.
9
votes
2answers
142 views

Disabling click events in XPM editing (Razor)

I've been trying to solve this for some time now, but I can't come up with something that works properly. You see, on our site there are a lot of clickable images or divs present, provided with ...

1 2 3 4 5 12