[xwiki-users] Question : configuration of right access
Hello, I installed the last vesion of XWiki. I choose Panel configuration which allow to have three colomns (few panels on right and left, and in the middle the "main page") Is it possible de allow only the main page PUBLIC (access for guests), and disable VIEW of panels on right and left? I want that guest VIEW only the main page, but not the other panels? I tried all kind of configuations ! I could put main page accessible for GUEST users, but both panels in right and left are visible for GUESTS. Thanks so much. Sincerely yours.
One option is to add the following to the layoutExtraVars.vm Velocity template: #if ($isGuest) #set ($showLeftPanels = 0) #set ($showRightPanels = 0) #end Hope this helps, Marius On Fri, Jan 18, 2013 at 8:28 PM, Bey Youcef <[email protected]> wrote:
Hello,
I installed the last vesion of XWiki.
I choose Panel configuration which allow to have three colomns (few panels on right and left, and in the middle the "main page")
Is it possible de allow only the main page PUBLIC (access for guests), and disable VIEW of panels on right and left? I want that guest VIEW only the main page, but not the other panels?
I tried all kind of configuations ! I could put main page accessible for GUEST users, but both panels in right and left are visible for GUESTS.
Thanks so much.
Sincerely yours. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Yes, it work. Thanks so much. However, I'm testing XWiki and I found out that when logged on XWiki, the user is redirected to the main page. Is there any way on how to redirect the logged user to an another page? Another question, When creating a new page, it is often, in default mode, not published. After creation, so I need to click each time on publish button to make it public and visible. Is it possible de skip the publication step? I mean make page published directly after saving it? Thank you all in advance. Youcef On Mon, Jan 21, 2013 at 11:14 AM, Marius Dumitru Florea < [email protected]> wrote:
One option is to add the following to the layoutExtraVars.vm Velocity template:
#if ($isGuest) #set ($showLeftPanels = 0) #set ($showRightPanels = 0) #end
Hope this helps, Marius
On Fri, Jan 18, 2013 at 8:28 PM, Bey Youcef <[email protected]> wrote:
Hello,
I installed the last vesion of XWiki.
I choose Panel configuration which allow to have three colomns (few panels on right and left, and in the middle the "main page")
Is it possible de allow only the main page PUBLIC (access for guests), and disable VIEW of panels on right and left? I want that guest VIEW only the main page, but not the other panels?
I tried all kind of configuations ! I could put main page accessible for GUEST users, but both panels in right and left are visible for GUESTS.
Thanks so much.
Sincerely yours. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Bey Youcef -
Marius Dumitru Florea