Re: [xwiki-users] Panels only shown to administrators

2012-07-12 Thread Pannecoucque, Arne
Thanks! I had set the view rights on for two users and left the rest
blank. I thought that it would have no effect because they were not
blocked either, but it did.

Arne Pannecoucque

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Marius Dumitru Florea
Sent: 12 Jul 2012 8:06
To: XWiki Users
Subject: Re: [xwiki-users] Panels only shown to administrators

Check the (view) rights set for the Panels space and the documents
within it (most of the panels are documents inside the Panels space).

Hope this helps,
Marius

On Wed, Jul 11, 2012 at 1:09 PM, Pannecoucque, Arne
a.pannecouc...@connectgroup.com wrote:
 Hi,

 Thanks for the reply. I've set the panels up in the global
 administration page Page Elements and haven't set any space specific
 panel options. The code for the quick link panel is below and except
for
 the edit this panel option I don't see anything that is hidden for
 normal users?

 {{velocity}}
 #panelheader($msg.get('xe.panels.quicklinks'))
 * [[$msg.get('xe.panels.quicklinks.dashboard')Dashboard.WebHome]]

image:path:$xwiki.getSkinFile('icons/xwiki/rss-medium.png')||alt=(R
 SS) title=RSS feed for wiki updates class=icon
 rss]]path:${xwiki.getURL('Main.WebRss', 'view', 'xpage=plain')}]]
 * [[$msg.get('xe.panels.quicklinks.index')Main.AllDocs]]
 *
[[$msg.get('xe.panels.quicklinks.userdirectory')Main.UserDirectory]]
 * [[$msg.get('xe.panels.quicklinks.blog')Blog.WebHome]]

image:path:$xwiki.getSkinFile('icons/xwiki/rss-medium.png')||alt=(R
 SS) title=RSS feed for blog posts class=icon
 rss]]path:${xwiki.getURL('Blog.GlobalBlogRss', 'view',
 'xpage=plain')}]]
 * [[$msg.get('xe.panels.quicklinks.sandbox')Sandbox.WebHome]]
 * [[$msg.get('Documentation')Documentation.WebHome]]
 * [[$msg.get('Calendar')Main.EventCalendar]]

 #if ($xwiki.hasAdminRights())
 [[$msg.get('xe.panels.edit')path:${xwiki.getURL('Panels.QuickLinks',
 'inline')}]]
 #end
 #panelfooter()
 {{/velocity}}

 Thanks,
 Arne Pannecoucque

 -Original Message-
 From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On
Behalf
 Of Ecaterina Moraru (Valica)
 Sent: 11 Jul 2012 11:57
 To: XWiki Users
 Subject: Re: [xwiki-users] Panels only shown to administrators

 Hi,


http://extensions.xwiki.org/xwiki/bin/view/Extension/Panels+Application#
 HControllingwheretodisplayPanels

 Maybe you just configured them for a specific space, or maybe in the
 logic
 of the panel there is a restriction just for admins?

 Thanks,
 Caty

 On Tue, Jul 10, 2012 at 3:33 PM, Pannecoucque, Arne 
 a.pannecouc...@connectgroup.com wrote:

 Hi all,



 I've been asked by my company to set up a XWiki to share
documentation
 between different groups. So far it's been going pretty well, but I
 seem
 to have a problem with the panel sidebars. When logged in as
 administrator everything shows up as it should: on the left a
 navigation
 panel and on the right the standard quick links and recent
 modifications
 panels. If I change however to a normal user the panels aren't shown,
 only the blank spaces where they should be.



 I expect it to be some issue with group or user rights I, perhaps,
 changed, but I have no idea where to find it. And I can't seem to
find
 any documentation over which groups can see which panels?



 Thanks in advance,

 Arne Pannecoucque

 ___
 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
 ___
 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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Panels only shown to administrators

2012-07-11 Thread Pannecoucque, Arne
Hi,

Thanks for the reply. I've set the panels up in the global
administration page Page Elements and haven't set any space specific
panel options. The code for the quick link panel is below and except for
the edit this panel option I don't see anything that is hidden for
normal users?

{{velocity}}
#panelheader($msg.get('xe.panels.quicklinks'))
* [[$msg.get('xe.panels.quicklinks.dashboard')Dashboard.WebHome]]
image:path:$xwiki.getSkinFile('icons/xwiki/rss-medium.png')||alt=(R
SS) title=RSS feed for wiki updates class=icon
rss]]path:${xwiki.getURL('Main.WebRss', 'view', 'xpage=plain')}]]
* [[$msg.get('xe.panels.quicklinks.index')Main.AllDocs]]
* [[$msg.get('xe.panels.quicklinks.userdirectory')Main.UserDirectory]]
* [[$msg.get('xe.panels.quicklinks.blog')Blog.WebHome]]
image:path:$xwiki.getSkinFile('icons/xwiki/rss-medium.png')||alt=(R
SS) title=RSS feed for blog posts class=icon
rss]]path:${xwiki.getURL('Blog.GlobalBlogRss', 'view',
'xpage=plain')}]]
* [[$msg.get('xe.panels.quicklinks.sandbox')Sandbox.WebHome]]
* [[$msg.get('Documentation')Documentation.WebHome]]
* [[$msg.get('Calendar')Main.EventCalendar]]

#if ($xwiki.hasAdminRights())
[[$msg.get('xe.panels.edit')path:${xwiki.getURL('Panels.QuickLinks',
'inline')}]]
#end
#panelfooter()
{{/velocity}}

Thanks,
Arne Pannecoucque

-Original Message-
From: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Ecaterina Moraru (Valica)
Sent: 11 Jul 2012 11:57
To: XWiki Users
Subject: Re: [xwiki-users] Panels only shown to administrators

Hi,

http://extensions.xwiki.org/xwiki/bin/view/Extension/Panels+Application#
HControllingwheretodisplayPanels

Maybe you just configured them for a specific space, or maybe in the
logic
of the panel there is a restriction just for admins?

Thanks,
Caty

On Tue, Jul 10, 2012 at 3:33 PM, Pannecoucque, Arne 
a.pannecouc...@connectgroup.com wrote:

 Hi all,



 I've been asked by my company to set up a XWiki to share documentation
 between different groups. So far it's been going pretty well, but I
seem
 to have a problem with the panel sidebars. When logged in as
 administrator everything shows up as it should: on the left a
navigation
 panel and on the right the standard quick links and recent
modifications
 panels. If I change however to a normal user the panels aren't shown,
 only the blank spaces where they should be.



 I expect it to be some issue with group or user rights I, perhaps,
 changed, but I have no idea where to find it. And I can't seem to find
 any documentation over which groups can see which panels?



 Thanks in advance,

 Arne Pannecoucque

 ___
 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
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users