Yearly Archives: 2017

The template builder is (sort of) portable

The Tridion template builder is a great tool, but it can sometimes be tricky to install. SDL have chosen to distribute it through the ClickOnce mechanism (see https://en.wikipedia.org/wiki/ClickOnce). This does not work with Chrome out of the box, and I haven’t always had good results with the various ClickOnce Chrome extensions out there. Instead, I normally start up IE and point it to the CM site, click on the Tools ribbon and install the Template Builder from there.

There are times when even this approach does not work, for example if I’m working on some locked down machine. For these occasions it is good to know that the Template Builder is portable – or rather portable-ish.

Continue reading

Customizing binary paths in DD4T

Tridion has a rather particular way to deal with so-called binary files (images, PDFs, Word documents etc). When published, these files are placed in one folder (typically called ‘images’). To avoid conflicts between different binaries with the same file name, a unique ID is appended to the name of the file. A typical URL of a published binary file would be something like http://mysite.com/images/my-image_tcm3-123.png.

But what if you want to make your own rules for binary paths? And what if you are using the DD4T framework as well? In this post I will explain how to customize the paths to your binaries in DD4T.

Continue reading