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

What is Virtual Folder in Sdl tridion

Can any one help me regarding Virtual Folder in Sdl Tridion. what is virtual folder in Sdl-Tridion ? How to create Virtual folder ? What are its uses ?
-1
votes
1 answer

How to get related workflow from a Component

Can anyone provide me code snippet for following requirement? I need to find related workflow object associated with a component. how shall i achieve this ? Thanks
-1
votes
2 answers

Remove HTML tags for creating contextual links

I have written a function in ASP.NET to create the contextual links. It takes the data from the description field of a component in Tridion. I am using 'RenderComponentField' to pick the data from the description field which picks up the complete…
Anubhav Sharma
  • 323
  • 1
  • 2
  • 12
-1
votes
2 answers

Deployment failed in Tomcat server

I am trying to publish one page on tomcat server. But it fails at Deploying phase with error message Phase: Deployment Processing Phase failed, Could not initialize class com.tridion.storage.StorageManagerFactory. Can anybody help me?
Satya
  • 115
  • 1
  • 7
-1
votes
1 answer

Is there any sample or good guide to understand the Anugilla API?

I am trying to get the "revisor" and "checkout user" of the Component or Page using the Anguilla API. I dont find any good sample or guide in the live documentation. is there any other docs to understand the Anguilla API? var itemuri =…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
2 answers

How to get the users of the group when group id and group name is known

Basing on the user who finishes the workflow activity i am getting the "groupid and groupname" to which the user belongs. Now basing on groupid how can i get the list of users of that group. Please suggest.
pavan
  • 451
  • 1
  • 5
  • 16
-1
votes
2 answers

Content Delivery 2011 SP1 architecture understanding

We are upgrading from Tridion 5.3 SP1 to Tridion 2011 SP1. We are done with Tridion Content Manager Server installation. We want to understand detail architecture on Content delivery server. What is the difference between content delivery server…
user1453602
  • 1,165
  • 5
  • 14
-1
votes
1 answer

Third Party application connecting to tridion using Core Service 2011

I am new to Tridion , so finding it difficult to get the starting point on how to connect to tridion server through Thrid party application using Core Service. Can any one share some code of .NET application which sends request to tridion for…
Janu
  • 1
-1
votes
2 answers

How to restrict the Javascript loading

I am trying to add the hyperlink to the Tridion ribbon by following the below code in the js file where we have isAvailable,isEnabled and _execute methods. var mydiv = document.getElementById("myDiv"); var aTag =…
pavan
  • 451
  • 1
  • 5
  • 16
-1
votes
2 answers

how to access the .css files in Page TBB which are uploaded as Binaries in SDL Tridion 2011 SP1

I am uploading the .css files as binaries(In a separate multimedia schema) in SDL Tridion 2011 CME. I have two options. 1.Writing the TBB and CT for the CS and access it 2.Publishing the .css as binary and access it I doubt that whether we can…
Patan
  • 17,073
  • 36
  • 124
  • 198
-1
votes
1 answer

How can i have an option (as text/image) on right click in tridion

How can i get a option (as text/image) on right click in tridion at the HomePage level,Page view. Very similar to a button in ribbon, how can i have it as an option on Right click (as text/image) so that on selection, i will have my own…
pavan
  • 451
  • 1
  • 5
  • 16
-1
votes
1 answer

how to overwrite initialization of standard method

can we use standard 'InsertCpDialog$initialize()' in our javascript like this , so that i can call other function once it get initializes. I used like below code but it is not working. :( …
SDLBeginner
  • 829
  • 1
  • 7
  • 19
-1
votes
3 answers

Need to get the XML of a component's that version which is published

We are iterating the components in a folder in Tridion 2011 and creating our custom XML to be used on CDS on the basis of the publishing status of component. I am giving below example to make you understand the problem. Supppose we have 10…
AlokBhatt
  • 515
  • 3
  • 17
-1
votes
1 answer

Getting the tcmid of the selected item on custom button click

I have a custom button in the ribbon. When i select any item (Component or Page) in tridion and click the custom button, i should be able to get the tcmid of the selected item.
pavan
  • 451
  • 1
  • 5
  • 16
-1
votes
1 answer

How to Finish the Activity?

I am trying to finish the activity after publishing the component from workflow. Publishing is done, and am getting error ("Object instance not set to an instance object") after setting the finish activity message. ActivityFinishData activityfinish…
Jey
  • 2,137
  • 4
  • 22
  • 40