tridion-2011

Extending the current publishing/unpublishing screen

痞子三分冷 提交于 2019-12-10 17:38:40
问题 I have a requirement where I need to show a an alert/popup when an editor clicks on the Unpublish menu command. I will show the popup with an Yes/No Button, if Yes is selected we proceed and show the existing UnPub screen. If No is selected No activity happens and the user return back to the screen. How this can be achieved ? Can we extend/override the existing CME command's without creating a new Command for ourselves? 回答1: I just learned how to do this yesterday (Thank to Nuno Linhares) -

Problems detecting when we are doing CMS Preview vs Dynamic Preview in 2012 UI/XM

跟風遠走 提交于 2019-12-10 17:19:42
问题 I have template code (2011 SP1) which detects if a CMS Preview was being used by checking engine.RenderMode (which would be PreviewDynamic ). This would then ensure that stuff that would usually be added by the app server for the published pages (like CSS, JS, navigation elements etc.) is injected to the rendered output so the preview looks nice in the CMS. The Tridion 2012 UI/XM creates temporary files for dynamic preview, and it turns out that in Publishing these files, the render mode is

MaxLength restriction for MultiLineText field in SDL Tridion 2011

拥有回忆 提交于 2019-12-10 14:56:24
问题 My schema source looks like follows: <xsd:schema xmlns="uuid:b8fd4596-56ec-4718-ad00-bf2a70a148c2" xmlns:tcmi="http://www.tridion.com/ContentManager/5.0/Instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="uuid:b8fd4596-56ec-4718-ad00-bf2a70a148c2"> <xsd:import namespace="http://www.tridion.com/ContentManager/5.0/Instance"></xsd:import> <xsd:annotation> <xsd:appinfo> <tcm:Labels xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> <tcm:Label

Tridion UI - Preview Not Updating

别等时光非礼了梦想. 提交于 2019-12-10 14:54:25
问题 Today I have installed Tridion UI according to the documentation on http://sdllivecontent.sdl.com/. All seems to be working with the exception of "Update Preview" function. After making a change to a component the page correctly shows that the preview is out of date but clicking the "Update Preview" button reloads the page with no error other than the same warning being displayed "The preview for this page is not up to date". I see there is another post related to this (Tridion New UI Preview

Tridion 2011 SP1 - Transport service failed to transport

泄露秘密 提交于 2019-12-10 14:47:31
问题 When I publish I get the following error: Transport service failed to transport. <Summary state="Failed" referenceId="tcm:0-122-66560"><Error>Transport failed for transaction: tcm:0-122-66560. Error while generating transaction summary.null</Error><Processing><Context topic="Content Delivery"><IsRollbackOnFailure /></Context></Processing><Target /></Summary> The cd_core.log contains the following: 2012-07-09 13:41:07,497 DEBUG TransportService - Starting handing of a transaction 2012-07-09 13

Getting root publication of component

亡梦爱人 提交于 2019-12-10 13:56:51
问题 Let’s assume the following publications for this question. 20 Content -> tcm:0-20-1 … … … 70 Web -> tcm:0-121-1 I’ve a component created under ( 20 Content ) publication and I’m publishing this component from one of the child publications ( 70 Web ). I’m using Dreamweaver template to write UI and I'm calling C# custom functions from DWT. While publishing, this component will be referred as 121-432 in component presentation. Is there any way to get the root publication of where the component

Tridion New UI Preview Site is not reflecting with the changes unless pulished

偶尔善良 提交于 2019-12-10 13:55:10
问题 I have new UI setup and noticing that when ever I update a page it is not refreshing with the updated changes. I do not see either the page_{sessionId/GUID}.aspx created either. Checked the session preview DB and I see the changes in PAGE_CONTENT table with new rendered content, so seems like session preview is working fine but the Preview site is not able to get the changes and refresh the UI. I have checked all the preview handlers and mappings for .aspx and made sure they are correct in

Looping through the multiple component links to get the schema name of the linked component in Dreamweaver TBB in SDL Tridion 2011

余生长醉 提交于 2019-12-10 10:41:34
问题 I am working on the Dreamweaver template building blocks and implementing SiteEdit for the page. I am using SDL Tridion 2011 SP1 and Site Edit 2012 and Default Dream Weaver Templating. My schema has a multi-value field of type "Component Link". My main component XML looks like this. <Content xmlns="UUID"> <link xlink:type="simple" xlink:href="tcm:202-8121" xmlns:xlink="http://www.w3.org/1999/xlink"></link> <link xlink:type="simple" xlink:href="tcm:202-8122" xmlns:xlink="http://www.w3.org/1999

Unable to save Publication Targets in Tridion 2011 SP1

試著忘記壹切 提交于 2019-12-10 10:09:56
问题 Upgraded from Tridion 5.3 SP1 to Tridion 2011 SP1. Want to change Httpupload page URL mentioned in Publication Targets, but while saving it Tridion is throwing error 8004D025) Error: Exception of type 'System.EnterpriseServices.TransactionProxyException' was thrown.Unable to save Target type (tcm:0-2-65538).SQLUtilities.GetDatabaseConnectionDataStoreDAL.InitDataStoreBroker.InitDataStoreUtilitiesBL.InitDataStoreTargetTypeBL.UpdateTridion.ContentManager.IdentifiableObject.SaveThroughLegacyBL

Tridion: Template Builder and Visual studio debugging

 ̄綄美尐妖づ 提交于 2019-12-10 05:44:25
问题 We are creating compound templates using Visual Studio 2008. While debugging, we attach to the process of template builder. However we are not able to locate the template builder process ID while attaching the process in VS 2008. This works well on our dev server where VS 2008, CMS(Tridion 2011 SP1) and Template builder are on the same server. But doesn't works if the VS2008 and Template Builder are installed on a machine other than CMS server. Is it a pre-requisite to have all (VS2008,