Making the panel not show up for guests means editing a template file which
shows that panel. If I recall, the template you need to edit is called docextra.vm
and you'll want to make an if statement something like this.
#if("$xcontext.getUser()" != 'XWiki.XWikiGuest')
## the part which makes the panels show
#end
Caleb
Kaya Saman wrote:
Hi,
is there a way to give user permissions on the bottom panel that has:
Annotations
Comments
Attachments
History
Information
in it??
What I'd like to do is give read/write permissions to all signed up
users and then deny all other "guest" users access so that if a guest
goes into the site the panel doesn't even show?
I'm using the toucan skin and have found this which is too dramatic as
it disables the the comments panel altogether:
http://www.mail-archive.com/users@xwiki.org/msg00864.html
I tried searching under the Panels home but couldn't find any names
correlating to the above panel..... also.
Thanks,
Kaya
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users