Re: [xwiki-users] Attachments & comments

2007-10-26 Thread Vincent Massol
Hi Vito, If I understand correctly you'd like that anonymous users (or users who don't have edit rights at least) are able to add attachments? Right now attachments are added using the attachment UI. Of course you could modify the comments vm file to add the same ui. What's important though

Re: [xwiki-users] Attachments & comments

2007-10-26 Thread Vitantonio Messa
Hi Vincent, of course users that are going to attach files will have editing rights on those pages. What I want to do is give to an user the possibility to add a comments on a page and at the same time add a document on that comment. The difficult is that I don't know how to "mix together" com

[xwiki-users] Logo in the printed pages

2007-10-26 Thread Vitantonio Messa
Hi all, I'm using the albatross skin: I've noticed that in the printed pages the logo that appear on the top of the pages is the original XWiki logo, even if I had already changed it (as explained on xwiki.org). I've done a modification in the print.vm file, now the correct logo is displayed.

Re: [xwiki-users] ccomo me conecto a la base de datos

2007-10-26 Thread Marc Lijour
On October 25, 2007 11:33:55 am Valencia Patiño Julian Enrique wrote: > I just realized  that  I´ve  installed the easier  installer I found .. it > comes  with  hsqldb ..  in the  hibernate.cfg.xml file  I found that the >  user is  sa  with no password ..  but  I wanto  to connect to the >  datab

Re: [xwiki-users] isUserInGroup

2007-10-26 Thread Vitantonio Messa
Hi Ricardo, you need to call it from an user object, hence: - #set ($user = $xwiki.getUser()) ## to retrieve the current user, or getUser("XWiki.UserName") to retrieve any user - $user.isUserInGroup("XWikiAdminGroup") ## to check if this user is in the admin group I didn't try the code, bu

[xwiki-users] isUserInGroup

2007-10-26 Thread Your XEN ICT Team - Ricardo Rodriguez
Hi all, Please, could you help me to find the right syntax to check if an user belongs to a given group? I've been playing with the isUserInGroup method without success. Thank you so much, -- Ricardo Rodríguez Your XEN ICT Team ___ users mailing li

Re: [xwiki-users] isUserInGroup

2007-10-26 Thread Esbach, Brandon
Make sure to add in the space, otherwise it won't know what group you're referring to: $user.isUserInGroup("XWikiAdminGroup") should read $user.isUserInGroup("XWiki.XWikiAdminGroup"). Note that there is an easier way to get admin rights though; by using "hasAdminRights()". Otherwise use the isU

[xwiki-users] Tags per space

2007-10-26 Thread Marie Sauvage - EBM WebSourcing
Hi all ! I'm new to XWiki and trying to configure it to ours needs. I've configured a private space for registered users only. My problem is that the tag page (http:///xwiki/bin/view/Main/Tags) is public and include all tags of the wiki. Is there a way to make this page only reference tags fro

Re: [xwiki-users] Tags per space

2007-10-26 Thread V. Harikrishnan Nair
Hello Marie, I can suggest another option. You can restrict viewing of each page individually i.e. you can go to the page edit link's access rights link and enforce a restriction on a group for that particular page. Or go to space Preferences and enforce restrictions there. Harikrishnan Nair

Re: [xwiki-users] Tags per space

2007-10-26 Thread Marie Sauvage - EBM WebSourcing
Hi, I hadn't saw (and thought...) that I could restrict the acces of an individual page... I've denied the access to wikiguest and it's just perfect ! thank you very much. Marie. V. Harikrishnan Nair a écrit : Hello Marie, I can suggest another option. You can restrict viewing of each

Re: [xwiki-users] ccomo me conecto a la base de datos

2007-10-26 Thread Valencia Patiño Julian Enrique
ThanX .. Where do i get the sCHema script for oracle or for mysql?? -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Marc Lijour Enviado el: Viernes, 26 de Octubre de 2007 03:49 a.m. Para: XWiki Users Asunto: Re: [xwiki-users] ccomo me conecto a la base d

Re: [xwiki-users] isUserInGroup

2007-10-26 Thread Your XEN ICT Team - Ricardo Rodriguez
Vitantonio, Brandon, Thanks for your inputs! I can try it now (a whole crew -kids- is awaiting me!), but do that next Sunday evening and keep this thread posted. Cheers, Ricardo -- Ricardo Rodríguez Your XEN ICT Team ___ users mailing list users@xw

[xwiki-users] Windows Docs Porting Issues

2007-10-26 Thread kschlap
I am in the latest stable release of XWIKI and am having issues porting documents from windows docs (.xls, .doc, etc.) into the XWIKI front end. Ideally I would be able to just cut and paste, however, XWIKI doesn't like this very much. So I tried to turn the .doc's into html and paste that into

[xwiki-users] Exception while reading document XWiki.XWikiPreferences

2007-10-26 Thread Campbell, Timothy D
After installing both my servlet container and Mysql database, I am still not able to log into xwiki. I edited the necessary files and am positive that Tomcat 5.5 is configured correctly. I can get the apache page but when I click xwiki home I get the error listed below. One strange thing is w

Re: [xwiki-users] Exception while reading document XWiki.XWikiPreferences

2007-10-26 Thread Hammonds,John,ST LOUIS,Engineering
It sounds like you don't have the mysql database driver in your classpath. This is a separate download from the web. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Campbell, Timothy D Sent: Friday, October 26, 2007 1:39 PM To: XWiki Users Subject:

Re: [xwiki-users] Exception while reading document XWiki.XWikiPreferences

2007-10-26 Thread V. Harikrishnan Nair
Hi. The same thing has happened to me too. I had run xwiki without changing the conf.xml file first. When I changed the database after the very first call I got the error you mentioned below. My guess is that when you run it for the first time, it 'sticks' to the database it sees first and ref

Re: [xwiki-users] Attachments & comments

2007-10-26 Thread V. Harikrishnan Nair
Hi Vito, You can create an 'add attachment' button which appears after the 'add comment' button is pressed... Harikrishnan Vitantonio Messa wrote: > > Hi Vincent, > > of course users that are going to attach files will have editing rights > on those pages. What I want to do is give to

Re: [xwiki-users] Exception while reading document XWiki.XWikiPreferences

2007-10-26 Thread Vincent Massol
Hi Tim, Try following again the instructions from http://www.xwiki.org/xwiki/ bin/view/AdminGuide/InstallationMySQL As John was saying you may be missing the mysql java connector jar. In any case this is a DB configuration issue. Thanks -Vincent On Oct 26, 2007, at 8:39 PM, Campbell, Timothy

[xwiki-users] Navigation Panel Displays in Different Location of the Page

2007-10-26 Thread Hande Aksac
Hello, I am experiencing some layout issues. I am using the right navigation panel. In the Blog WebHome Page, the right navigation panel is properly visible for some pages. However, for some pages, the right navigation panel either appears at the bottom or at the upper left corner of the page. I