Re: [xwiki-users] Import Tab

2008-05-08 Thread MSilverboard
If your screen size is 1024 x 768 or smaller, the tab doesn't show up on 
your screen.  Try enlarging your browser or viewing it from a bigger 
monitor.

Message: 3
Date: Thu, 8 May 2008 04:27:42 -0700 (PDT)
From: [EMAIL PROTECTED]
Subject: [xwiki-users] Import Tab
To: users@xwiki.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;charset=iso-8859-1

hi,
   In XE 1.3.2 where is the Import tab, can any one tell?

Regards,
project trainees.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Admin rights ([Ricardo Rodriguez] Your EPEC Network ICT Team)

2008-04-09 Thread MSilverboard
I encountered a similar problem on XE 1.3.  If I add a user to the 
XWikiAdminUsers group and then remove him from it, he still retains all of 
his admin rights. 


 Hi all,

 I have an user here that answers YES to...

 #if($hasAdmin)
 Yes
 #else
 No
 #end

 But I don't know why. He doesn't belong to the Admin group and I don't 
 find any assignment that could be blamed for this behavior.

 He see Administrator in the upper right area after global.vm rendering 
 but a You are not allowed to view this document or perform this 
 action. error is thrown when he hits this link.

 Please, could you help me to find how this users is evaluated as having 
 Admin rights?

 Thanks for your help,

 Ricardo
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] A default filter for page lists

2008-04-01 Thread MSilverboard
On pages like the Index and Search Results, it would be helpful to end 
users if there were a way to filter out structural objects like classes 
and skins from the results list, and show only user-contributed pages.

The XWiki.Results object already filters out things that users don't have 
permission to see.

#if ($xwiki.hasAccessLevel(view, $context.user, $itemfullname))
...list items...
#end

I think that what's needed here is some way to classify content.

Does anyone have recommendations on how to do this?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users