This code can be used to get a link to a page where a component is added. It will return the first
page found.
string NavigateUrl;
ComponentLink ComponentLink = new ComponentLink(PublicationID);
if (ComponentLink.GetLink(ComponentTcmID...
A while ago I was struggling with the above mentioned challenge: I wanted to load some JavaScript into the Tridion Content Manager GUI, but without showing a corresponding GUI element (Button, list, etc).
I searched the online documentation portal ,...
A while ago I was struggling with the above mentioned challenge: I wanted to load some JavaScript into the Tridion Content Manager GUI, but without showing a corresponding GUI element (Button, list, etc).
I searched the online documentation portal ,...
By reading this entry you must have something to do with a SDL Tridion product, so have you voted already, or have you been voted for? I would like create some more attention for the SDL Tridion website: http://ideas.sdltridion.com This is the place...
Every so often as the Tridion CMS content and design are weaved by Editors and Developers, I encounter the unexpected character encoding issue. The published page has a quirky A or funny U, drawing attention to syntax and aspect rather than the pertinent...
This post is about creating a sitemap that will be updated after every page publish. At page publish a custom deployer will be trigered that
will the store page information into a custom table. We can then generate a custom sitemap provider that can...
This post is about creating a sitemap that will be updated after every page publish. At page publish a custom deployer will be trigered that
will the store page information into a custom table. We can then generate a custom sitemap provider that can...