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

Creating Buttons using Usercontrol in Tridion Ribbon

I have created a usercontrol for having two buttons one below the other as <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewItemsGroup.ascx.cs" Inherits="SDL.Examples.UI.Controls.ViewItemsGroup" %> <%@ Import…
pavan
  • 451
  • 1
  • 5
  • 16
0
votes
2 answers

How to submit aspx page value to Tridion RTF

I am creating Tridion GUI Extension, in this i have created a button ("InsertCP") in the Ribbon toolbar. The scenario is: 1.User selects any text from the Rich Text Box of the component 2.User clicks the "InsertCP" button from the ribbon…
SDLBeginner
  • 829
  • 1
  • 7
  • 19
0
votes
1 answer

How to get the Approval Status from the workflow history?

I am trying to get the approval status for each activity of the workflow process history item as below. var status = csClient.Read(activitiydetails.Id, readoption) as ApprovalStatusData; logdetails("Activity Approval Status--->" +…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
5 answers

Ways to access the Component Presentation other than RenderComponentPresentaion in SDL Trdion 2011 Sp1

In Dreamweaver Templating we can access the fields of a component in two ways. 1.@@Component.Field.FieldName@@ 2.@@RenderComponentField("FieldName",0)@@ similarly to access the Component Presentation 1.RenderComponentPresentation() Is there…
Patan
  • 17,073
  • 36
  • 124
  • 198
0
votes
2 answers

prototype or approach for having a Deployer Extension in Java for SDL Tridion 2011 for indexing of content into Apache Solr

Can any one help me in supplying a prototype or approach for a Deployer Extension in Java for SDL Tridion 2011, so that this app/process/module can consume the delta publish and index that content into Apache Solr?
0
votes
2 answers

How to enable a button on component window

I have created a button, this will be visible in the toolbar only on opening a Component. I have written config and js file for the same, but the problem is this button is appearing as disabled. Button is there but its not enabled. Please help me,…
SDLBeginner
  • 829
  • 1
  • 7
  • 19
0
votes
2 answers

How can get the item localized/unlocalized info on Component/Page selection

I have a custom button created in the ribbon of tridion. If an item either Component/Page has been selected i need to get the info whether the item is localized or not. Based on that custom button will be enabled/disabled. For getting the tcmid of…
pavan
  • 451
  • 1
  • 5
  • 16
0
votes
3 answers

Back to Author Not working and not giving any error

The below back to author code is not working in core service based workflow. and not giving any error. any suggestions? public void BackToAuthor(string workitemid) { var client = new CoreServiceSession(); var csClient = client.GetClient(); var…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
4 answers

Issue in webdav on mac machine

A user with permission to create folders and components is not able to copy and paste items through WebDAV. This User is using Mac OS X Lion. The error he gets is that he does not have read and write permissions. Is there any resolution?
AlokBhatt
  • 515
  • 3
  • 17
0
votes
1 answer

Need help to Publish and Finish activity using Core Service

I am trying to create a method to publish and finish the workflow activity using core service. am getting the compile error. Below is my code. Can any one correct me? Its an urgent. public void PublishComponent(string WorkItemId) { var…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
1 answer

Need Startup on workflow using core service

I am creating a first automated activity "back to author" in workflow using coreservice. The below is my code. created component and finished reviewed the component and chose "back to author" this is an automated task, for that I have written the…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
3 answers

Tool tip (instructions) in Component fields and conditional field values in SDL Tridion components

Is it possible to implement tool tip (instruction) for SDL Tridion component fields using GUI extension? If so, could you please provide the details on how it can be done. The tool tip should appear right next to the field whenever the cursor is…
0
votes
1 answer

Getting error "Can not retrieve link from link field" while importing

I am getting error 'Cannot retrieve link from link field while content importing using content porter'. But I am not able to figure out where exactly the problem is existing. Help!!!!!
AlokBhatt
  • 515
  • 3
  • 17
0
votes
1 answer

How can I render component link field in a DWT?

I have a schema containing a multi-value field of type component link. How can I render this field (component link with its template) when I write a DWT TBB for this component?
AmateurCoder
  • 4,272
  • 3
  • 17
  • 31
0
votes
1 answer

TBBS required for Component Template and Page Template to implement SiteEdit for Component with component links

I am working on Dreamweaver templating in Tridion 2011 SP1 and SiteEdit 2012. My component has component links. I want to enable SitEdit for the component links too. I wrote a Component Template to get the values from linked component and referred…
Patan
  • 17,073
  • 36
  • 124
  • 198