Hi Óscar,
See below
Вторник, 27 августа 2013, 9:30 +02:00 от Oscar Segarra Rey <oscar_segarra(a)ieci.es>es>:
Hi,
1.- Project manager can create new spaces --> Fixed: Thanks a lot
2.- #if($xwiki.getUser().isUserInGroup("XWiki.DemoGroup"))
$response.sendRedirect($xwiki.getURL('Some.Document'))
#end --> Where should I place this commands?
{{velocity}}
#if($xwiki.getUser().isUserInGroup("XWiki.DemoGroup"))
$response.sendRedirect($xwiki.getURL('Some.Document'))
#end
{{/velocity}}
Put this code inside the page Main.WebHome and it will redirect users in DemoGroup to the
Some.Document. Or just change Page Names to required.
3.- I don't know how to navigate between spaces
--> Is there any place where to view all paces in order to
administer/delete them?
--> Is there any way to click in another space in order to view it? XWiki has simple
"adressing" system: "wiki:Space.Page" or inside one wiki:
"Space.Page". The space's "main page" has default name WebHome, so
to link it, put the link SpaceName.WebHome and it will work. Read more at
http://enterprise.xwiki.org/xwiki/bin/view/XWiki/XWikiSyntax
To view all spaces, visit Main.AllDocs page, hope it will fit your needs. BUT, to delete
space, delete ALL pages in it, including WebHome page, then it would be "erased"
or just use
http://extensions.xwiki.org/xwiki/bin/view/Extension/Delete+Space
To rename Space:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Rename+Space
Also try
http://main.xwiki.org/xwiki/bin/view/Main/Documentation ,
especially
http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome and jus
follow links. Developer's part would be useful also.
Thanks a lot in advance.
Óscar Segarra
De: Valdis Vītoliņš < valdis.vitolins(a)odo.lv >
Para: XWiki Users < users(a)xwiki.org >,
Fecha: 26/08/2013 21:27
Asunto: Re: [xwiki-users] XWiki design and doubts
Enviado por: users-bounces(a)xwiki.org
...
The problem i have found is.
1.- Project manager can create new spaces
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Access
+Rights#HPreventregularusersfromcreatingnewspaces
2.- I dont't know how to fix the initial
space for Operators (they
appear
in Main Space)
#if($xwiki.getUser().isUserInGroup("XWiki.DemoGroup"))
$response.sendRedirect($xwiki.getURL('Some.Document'))
#end
Valdis
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener información confidencial, siendo para uso exclusivo del
destinatario, quedando prohibida su divulgación copia o distribución a
terceros sin la autorización expresa del remitente. Si Vd. ha recibido
este mensaje erróneamente, se ruega lo notifique al remitente y
proceda a su borrado.
Gracias por su colaboración.
This message (including any attachments) may contain confidential
information. It is intended for use by the recipient only. Any
dissemination, copying or distribution to third parties without the
express consent of the sender is strictly prohibited. If you have
received this message in error, please delete it immediately and
notify the sender.
Thank you for your collaboration.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Kind regards,
Dmitry