Hi Florian,
On Oct 13, 2008, at 10:31 PM, Florian Rhomberg wrote:
Hi!
I have two questions:
- As already mentioned in the subject, I want to forbid
users to
create spaces, only some user groups should be allowed to create
spaces.
This is hard since we don't have an explicit notion of space. A space
is created when a document is created with that space name. However
you could perform some validation when the user saves the document if
you want. See the notification tutorial on
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Tutorials
- How can I make some spaces like xwiki,
Main, and especially
Panels, Stats invisible for any user except the admin user. I do not
want
them into index or even when in the search.
They're already supposed to be invisible (for xwiki, panels, stats).
If you want to add other spaces, check the index page content and the
search page content. You'll see the code that excludes some pages/
spaces.
Thanks
-Vincent