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
vote
5 answers

Looping component links in an Embedded field

We have a "component A" , which has a multivalue field of type 'embedded field'. The embedded field in turn has a multivalue field of type 'Component Link'. This looks like: Component A -> Embedded Shcema Fields -> Component Links How to iterate…
Huston Lopes
  • 622
  • 4
  • 17
1
vote
1 answer

Tridion Component Link Not Resolving

I am using SDL Tridion 2011. I have created a Component of field type 'text', and linked an already published component to a text in it. After this i have inserted the component to a page and published that (i used Link Resolver TBB). when i viewed…
user1573378
  • 145
  • 1
  • 7
1
vote
2 answers

Get type of metadata fields of a Metadata schema

I want to get the all fields along with type/datatype of the metadata fields of a Metadata schema. I have written below sample code to achieve the functionality and I am able to get Name, Description etc but could not find any property with…
SDL Developer
  • 612
  • 1
  • 5
  • 15
1
vote
3 answers

What are the best practices in compound templating?

Is there any link/ blog/ document related to best practices in compound templating (for Tridion 2011 SP1)? Specificaly, We want to know how to write out Component Templates in Page templates more efficiently, without much hard coding.
Huston Lopes
  • 622
  • 4
  • 17
1
vote
3 answers

SDL Tridion 2011 SP1 : Installing monitoring service

We are setting up Tridion 2011 SP1 CDS (.net based) on one of our servers. We are sruck at point 'Installing Monitoring as a Wndows Service'. Evern after running the batch file 'StartCDInstaller.bat' and following the procedure, we cannot locate…
1
vote
2 answers

How to unpublish published pages in Tridion using core services?

I have some pages created in a structure group in one publication. I want to unpublish all those published pages using core services. Can anyone help me out?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
1
vote
2 answers

How to trigger PopupReference.js for a custom button

Already I am having a fully functioning button created named "buttonreference". And I am trying to create a different button with the same functionality and different name like "TestButton". I followed these steps. Created a folder named…
SDLBeginner
  • 829
  • 1
  • 7
  • 19
1
vote
1 answer

How to create button in context menu on component/page right click

How to create button in context menu on component/page right click. I tried to configure my extension.config file by refering as mentioned in "http://www.julianwraith.com/2010/10/helloworld-extension-for-tridion-2011/" but i was unable to see any…
pavan
  • 451
  • 1
  • 5
  • 16
1
vote
1 answer

Getting Error in Event Handler when i access my custom dll

I have created a event handler for checkoutevent for Page, and I have placed dll in the correct place and restarted the com+ and IIS. In my solution, I have added one my own custom dll and am calling one of the method in this. I am getting error…
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
2 answers

Hardware prerequisites for Tridion 2011 SP1

We are starting with upgrade from Tridion 5.3 to Tridion 2011 SP1. When we go through prerequisite document we got all the software prerequisites there like Operating system, IIS, .net, java etc. Where we can find hardware prerequisites for Content…
user1453602
  • 1,165
  • 5
  • 14
1
vote
3 answers

How to populate Publication and components in an aspx page

I created a Button on the ribbon "SelectCp". OnClick of the button I am launching a custom aspx page. Custom aspx page is having a dropdown with the items like. Select CP Etc Now, when user will select the option "Select CP", I need to populate…
SDLBeginner
  • 829
  • 1
  • 7
  • 19
1
vote
2 answers

Tridion UGC Anonymous Users saved to UGC Database with ID null

NOTE Exact same issue as Tridion UGC comment shows author as null When posting comments from the presentation website users are saved with ID null. This causes the next comment to show as posted from the first user who commented and also has ID…
Arjen Stobbe
  • 1,684
  • 9
  • 15
1
vote
1 answer

How to revert the changes in text file, if "Save & Close" on a page is not clicked?

I am passing the page id component id and template id to a aspx page as querystring with this java script: var masterTabControl = $controls.getControl($("#MasterTabControl"), …
SDLBeginner
  • 829
  • 1
  • 7
  • 19
1
vote
2 answers

SiteEdit Properties and Methods in Tridion 2011 SP1

Can someone provide me the documentation of SiteEdit Properties and Methods used in Tridion 2011 SP1. E.g: SiteEdit.ComponentPresentation(),This property is used at two different places with different parameters. I want a complete information…
1
vote
1 answer

How to move items from one publication to other

Based on a condition, i need to move items(Components/Pages) from current publication to a specified publication. Could anyone suggest me the approach regarding this. Thanks in Advance.
pavan
  • 451
  • 1
  • 5
  • 16