[xwiki-users] Rename the header of blog categories
Hello, i'd like to rename the header of my blog categories. Right now it's called "Sheet for displaying blog categories" Where can I change that? I tried everything. Thanks for your help! Tom
Hi Tom, You need to edit Blog.CategorySheet in wiki edit mode and set its title to one of these: a) empty b) #sheetTitle('xe.blog.categories.sheet') (for 5.1M2+) c) #if ($doc.fullName == $blogCategorySheet)$services.localization.render('xe.blog.categories.sheet')#else$doc.name#end (or something similar) In any case, you should read http://extensions.xwiki.org/xwiki/bin/view/Extension/Sheet+Module . Hope this helps, Marius On Tue, Jul 9, 2013 at 11:55 AM, Neumann, Tom <Tom.Neumann@dspro.de> wrote:
Hello,
i'd like to rename the header of my blog categories. Right now it's called "Sheet for displaying blog categories" Where can I change that? I tried everything.
Thanks for your help! Tom _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
This answer was exactly what I was looking for. Thank you so much! -----Ursprüngliche Nachricht----- Von: users-bounces@xwiki.org [mailto:users-bounces@xwiki.org] Im Auftrag von Marius Dumitru Florea Gesendet: Dienstag, 9. Juli 2013 17:43 An: XWiki Users Betreff: Re: [xwiki-users] Rename the header of blog categories Hi Tom, You need to edit Blog.CategorySheet in wiki edit mode and set its title to one of these: a) empty b) #sheetTitle('xe.blog.categories.sheet') (for 5.1M2+) c) #if ($doc.fullName == $blogCategorySheet)$services.localization.render('xe.blog.categories.sheet')#else$doc.name#end (or something similar) In any case, you should read http://extensions.xwiki.org/xwiki/bin/view/Extension/Sheet+Module . Hope this helps, Marius On Tue, Jul 9, 2013 at 11:55 AM, Neumann, Tom <Tom.Neumann@dspro.de> wrote:
Hello,
i'd like to rename the header of my blog categories. Right now it's called "Sheet for displaying blog categories" Where can I change that? I tried everything.
Thanks for your help! Tom _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Marius Dumitru Florea -
Neumann, Tom