Archive

Archive for the ‘Development and templating’ Category

Displaying item XML in the GUI with interface extensions

September 6th, 2010 admin No comments

Yoav Niran has written and blogged about another great Tridion GUI extension.  This time  providing a really elegant solution for developers/users that need to see the full XML content of an given item without having to (in my case) faff about with ID’s, Paths or templates.

Read more…

Deleting Keywords in Tridion

March 11th, 2010 admin No comments

One of the search terms entered to find this website reads “sample code to delete keywords in tridion”, which I do have a vb script for.

Read more…

Special characters within Tridion webdav URL’s

March 8th, 2010 admin 4 comments

Obtaining an item from the Tridion database can either be done via Tridion TCM ID, or using the item webdav path. The latter is always the safest bet in the event the item has been deleted and recreated or the code is being moved over different environments but if the item name contains special characters you’ll need a resource which lists what they are .

Read more…

Why won’t this publication delete? – Published items

February 2nd, 2009 admin 3 comments

Within Tridion, should you need to delete a publication you need to ensure the following:

  • No pages in the publication are published
  • There are dependencies on the publication, child publications etc.

Normally it’s a simple case of un-publishing everything you need, removing these dependencies then away you go.

Read more…