Re: [xwiki-users] RSS Feed for Space Blog

2009-11-09 Thread Philipp Rößler
I figured it out: On a new page include the following code (XWiki 1.0 syntax) and replace the string passed to getDocument with the space.page containing you blog posts: #includeMacros("Blog.RssCode") ## ## ## #set ($blogDoc = $xwiki.getDocument("Marketing.Marketing-Blog"))

Re: [xwiki-users] Section editing for more than 2 header levels

2009-09-14 Thread Philipp Rößler
Looks good! Thanks Vincent! Philipp ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Section editing for more than 2 header levels

2009-09-10 Thread Philipp Rößler
XWiki 2.0 milestone 3 Section editing is not working for sections starting with a header smaller than level 2 (cp. http://jira.xwiki.org/jira/browse/XWIKI-4275). Is there a way to turn on/off section editing below a certain header level? Best regards Philipp

[xwiki-users] usersandgroups.css in several places

2009-09-10 Thread Philipp Rößler
How can I force XWiki to use skins/toucan/usersandgroups.css instead of resources/js/xwiki/usersandgroups.css? I have to do that because the user configuration page looks bad with the latter. Best regards Philipp ___ users mailing list users@xwiki.org h

Re: [xwiki-users] [Vote] Default Color Theme

2009-09-02 Thread Philipp Rößler
+1 (B) Philipp Am Tue, 01 Sep 2009 18:18:10 +0200 schrieb users-requ...@xwiki.org: > Re: [Vote] Default Color Theme (Jean Couteau) ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Execute macro for every page rendered

2009-08-31 Thread Philipp Rößler
Hello, my setup is: XWiki 2.0 milestone 3, GlassFish, Windows XP how can I make my XWiki execute a macro for every page rendered? In other words: I hoped to get a TOC on every single page when I edited templates\view.vm in the following way: ### ### Main "view" template ### ### G