On 01/21/2015 06:23 PM, Jason Clemons wrote:
Hello all,
I've changed the columns that are rendered in my space index by adding a "columns" attribute as described by the article here http://extensions.xwiki.org/xwiki/bin/view/Extension/Documents+Macro and the column I added does show up as expected (doc.creator), but the header column for my added columns label is "platform.index.doc.creator" I'd like to change it to "Creator" but nothing I do seems to work..any help is greatly appreciated.
What you see there is a "translation key" You need to provide a matching translation (even if your wiki is single language) To add translations just add a new wiki page, attach an object of "TranslationDocumentClass" to it, and edit it in the Wiki editor like a property file. In your case a single line like platform.index.doc.creator=Creator should be sufficient For more information see: http://platform.xwiki.org/xwiki/bin/view/DevGuide/InternationalizingApplicat... HTH Clemens