Highest scored questions
7,422 questions
31
votes
3
answers
919
views
How to design a recursive menu schema?
I want to define a schema to store the content of a hierarchical menu, which has a depth not known in advance. Let the menu items be just link/caption pairs. This structure is self-contained, that is: ...
29
votes
2
answers
422
views
How can I remove minification from the 2011 CME when developing a GUI extension?
I am developing a GUI Extension and am having some issues identifying some errors in my code.
I am seeing errors that include the name of my extension but the code is minified so the line looks like:
...
24
votes
5
answers
765
views
How can we resync what the Tridion CM thinks are published to a specific publication target with what is actually published to that target?
We’ve experienced issues where what the Tridion CM thinks is published to a specific publishing target (components and/or pages) doesn’t match the content that is actually located on that publishing ...
23
votes
3
answers
1k
views
Chrome 36 with Tridion 2011 or 2013
We’ve seen the following issues with Chrome 36 and Tridion 2011 and Tridion 2013:
Component presentations are not displayed when viewing a page in the CME.
Cannot create a new component.
HTTP details ...
23
votes
2
answers
563
views
What is the best way to do logging from the Tridion Custom Events c# code?
We have a custom event that gets fired on Save Component when we use Tridion UI and we had some issue with the code that we implemented. To troubleshoot it efficiently we need some logging put in ...
20
votes
2
answers
461
views
Accessing configuration from events system when triggered via the core service
Having a bit of trouble with the events system when triggering an event via core service.
We have components saved to a publication that we need to copy across to another publication in the same ...
20
votes
2
answers
634
views
What versions of Java are supported and proven to work for Tridion 2011 SP1 HR1?
Q1. What is the latest version update of Java 6 that is supported for Tridion 2011 SP1 HR1?
Q2. Also, given the problems with different Java 6 updates and Tridion, which other Java 6 version ...
20
votes
1
answer
299
views
Using log4net for Tridion Custom Events only works for Publish or Save events, not both
My question is somehow related to this question, but it is a different issue.
I have used log4net in an Event DLL; I have written custom events for publish and save events, but I don't get logs for ...
19
votes
7
answers
1k
views
Is there a tool to add multiple images to Tridion?
Adding template images (e.g. referenced in the css) into Tridion one by one is time consuming. I there a tool that will upload multiple images at once?
19
votes
5
answers
438
views
PDF Creation from Tridion Content?
Years ago we created PDF documents from published Tridion content, but turned it off due to poor performance. The name "FOP Tool" rings a bell.
Have things moved on at all? What is the best method ...
19
votes
4
answers
363
views
Adding code comments to DWT
I don't see there being any official way to add comments into the DWT building blocks in tridion, but i've come across a situation where i'd really like to add them without having them appear in the ...
19
votes
1
answer
534
views
Getting additional keyword information from item Xml?
I have a very generic "GetItemXml" template building block that basically reads the current item being rendered and outputs the item's xml to the delivery tier.
Component component = (Component)engine....
19
votes
1
answer
516
views
explanation of QUEUE_CONSUMERS and QUEUE_FILTERS tables
Aside from these blog postings: http://yatb.mitza.net/2012/10/slow-db-performance-on-content-manager.html and http://www.mrgn.co/2012/10/tridion-error-unable-to-notify-server/ I can't find details on ...
18
votes
5
answers
525
views
Why does publishing a page in a non-publishable structure group give a publishing success status?
When you uncheck the 'Publishable' checkbox in the metadata of a structure group and then try and publish a page within it you get an immediate 'Success' status in the publishing queue. However, as ...
18
votes
4
answers
445
views
Is it possible to configure Tridion’s deployer to send one ItemType to multiple storage types?
We’re looking to extend Tridion’s content storage layer with a new storage type to allow us to write some of our component presentations into a RavenDB repository. As part of this, we also want to ...