Quantcast
Channel: User Chris Summers - Stack Overflow
Browsing all 34 articles
Browse latest View live

Comment by Chris Summers on Creating and deploying a windows service...

Does your code run on your development machine? Make sure you have referenced all of the interop files from the PIA folder, and that you compiledyour code against the same verion of the DLL as you...

View Article



Comment by Chris Summers on SDL Tridion: Logical structure of a page in XML...

What technology do you want to use. It may be possile to do this with almost 100% XSLT, but you will need a least a little C# somewhere in your solution

View Article

Comment by Chris Summers on How to disable or hide a structure group?

How are you moving your structure groups through DTAP? Content Porter or some other mechanism

View Article

Comment by Chris Summers on Unable to render links on page using DreamWeaver...

Your link code seems to be being executed (otherwise you would be seeing the tridion:ComponentLink.../> in your browser). So I can only assume that the Component tcm:1-23 is not on a page anywhere...

View Article

Comment by Chris Summers on Is it possible to retrieve the TCM URI of a...

Please consider asking at tridion.stackexchange.com also

View Article


Comment by Chris Summers on Componet Template and linked schema details in...

If this helped, you might consider voting for and/or accepting the answer.

View Article

Comment by Chris Summers on ASCX User control SDL Tridion 2011

I suggest you post this over at tridion.stackexchange.com

View Article

Comment by Chris Summers on Custom provider in the url rewrite module

Did you ever solve this issue?

View Article


Comment by Chris Summers on Date format in XSLT

I actually think this belongs on Tridion because we have specific helpers for this

View Article


Answer by Chris Summers for How to get the itemxml of a selected item in Tridion

Take a look at the PowerTools, it has an ItemXML viewer (written by Robert Curlette) for all items in SDL Tridionhttp://code.google.com/p/tridion-2011-power-tools/wiki/ItemXMLThe XML is loaded on a tab...

View Article

Answer by Chris Summers for Tridion 2009 SP1: How to schedule a content page...

As you have discovered, there is no way to do this out of the box. The simplest way to do this is to write a small script with powershell or .net which calls the publish action using TOM via Interop,...

View Article

Answer by Chris Summers for Issue accessing folder in Tridion 2011 SP1

This is a tricky one, probably best served by SDL Customer Support. However, if you have access to the server directly, I would try pasting the URI of the folder in question into Internet Explorer...

View Article

Answer by Chris Summers for Disabling click events in XPM editing (Razor)

You might consider just putting in some form of else like this:@if(!IsSiteEditEnabled){<a tridion:href="#"> other code, ending in closing of </a>...}else{<a href="#"...

View Article


Answer by Chris Summers for SDl Tridion License

The only option I know of (as it seems you have discovered) for a free individual research license is to gain SDL Tridion MVP status, or work for an SDL partner who has a partner licenses. Other than...

View Article

Answer by Chris Summers for Refreshing Only Favorites using Javascript

I don't have an instance open to test with, but in the PowerTools AddUser tool I refresh the main list using:$display.getView().refreshList();I imagine you can pass a view name to the function to...

View Article


Answer by Chris Summers for Deploying not happening in publishing process

You say your working sites use HTTP sender/deployer. In that scenario your deployer is triggered by the HTTP servlet which receives the transport package.When you use local file system - you MUST...

View Article

Answer by Chris Summers for Why there is no Tridion page template system...

This is very subjective,and not really a fit for Stack Overflow consider asking it at https://tridion.stackexchange.com/grant-beta-access?key=63880f9cbf452c62f726770209533893I think the only way you...

View Article


Answer by Chris Summers for Personalizing Content

First steps:Validate the user has the value for personalize in the Broker DBCheck you have the WAI module in your web appLook at the published page, and validate the conditions are in the outputCheck...

View Article

Why is a SDL Tridion 2011 Custom Resolver called twice when publishing a...

I have a Custom Resolver which is applied to items of the type Publication, StructureGroup, Page and Component. The code runs as expected, but I am not clear on exactly when the code is called.My...

View Article

Answer by Chris Summers for Internal Link Resolution Issue

You might need to check your Compoennt Template priorities. Are Components 1 & 2 using the same Component Template on Page 1. Make sure they are not set to "Never Link"

View Article
Browsing all 34 articles
Browse latest View live




Latest Images