[xwiki-users] Deleting users and groups

2007-11-05 Thread pentaho
Hi After attaching XWiki to ldap, I'd like to completely wipe out my old users and groups. There are not many of them, so I can do that manually. The question is: Is it enough to go to each user page and delete the page, then go to each group page (except allusers and admins, I have those mapped

Re: [xwiki-users] Displaying Panel items

2007-11-05 Thread Your XEN ICT Team - Ricardo Rodriguez
Vitantonio Messa wrote: Hi, it is possible. Instead of checking if the current user has administrator rights, you can check if he is in the group you want. There was a discussion about that some days ago on the mailing list. Look for it, if I remember right there was also the code you

Re: [xwiki-users] Deleting users and groups

2007-11-05 Thread Sergiu Dumitriu
[EMAIL PROTECTED] wrote: Hi After attaching XWiki to ldap, I'd like to completely wipe out my old users and groups. There are not many of them, so I can do that manually. The question is: Is it enough to go to each user page and delete the page, then go to each group page (except allusers

Re: [xwiki-users] Programming rights

2007-11-05 Thread Your XEN ICT Team - Ricardo Rodriguez
Vitantonio Messa wrote: Hi all, I have give to myself programming right on my xwiki (from the global rights section), but still, when I write $doc.hasProgrammingRights() or $context.hasProgrammingRights() I got false as response instead of true. Does anyone know where is my mistake?

Re: [xwiki-users] Porblem Installing w/Oracle

2007-11-05 Thread Fye Kan
Sorry for the slow response. We downloaded 1.1.1 of the war file (latest stable version). We followed all the directions regarding the configuration files that was up on the site. One point that might be in question is if our user actually has all the permissions necessary for the database.

Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-05 Thread Your XEN ICT Team - Ricardo Rodriguez
Mathieu Dupuis wrote: What I changed is the language hidden field in the edit page. http://localhost:8080/xwiki/bin/edit/Main/WebHome?editor=wysiwyglanguage=fr input type=hidden name=template value= / input type=hidden name=xcontinue value=/xwiki/bin/edit/Main/WebHome?editor=wysiwyg/ input

Re: [xwiki-users] Cannot translate page in xwiki-1.1.1

2007-11-05 Thread Your XEN ICT Team - Ricardo Rodriguez
Vincent Massol wrote: I think what's missing is what I'm working on: a new xwiki.org that clearly separates the Platform from the products (XE, XEM, Watch, etc) and that explains what each does. This new xwiki.org should be up within 1 month. This XWiki stuff is doing me to enjoy

[xwiki-users] CAPTCHA for comments and registration

2007-11-05 Thread marlon hendred
Hi, can someone help me with setting up CAPTCHA with the albatross skin for registration and comments? Is there some example code I could look at? Or if someone has this working could they give some guidence? I have the captcha plugin enabled but I'm kinda stuck on what to do next. Thanks in

Re: [xwiki-users] Displaying Panel items

2007-11-05 Thread V. Harikrishnan Nair
Thanks for the help, Ricardo. Here's the code - --- #panelheader('Quick Links') * [HomeAmrita IIS.WebHome] * [PMT DiscussionsAmrita IIS.PMT_Discussions] * [Class EditorXWiki.XWikiClasses] * [PMTPMT.PMTemplateTestClass] * [PMT Test formAmrita IIS.Form_PMT_Test] #if ($xwiki.hasAdminRights()) For

[xwiki-users] Error when creating Classes

2007-11-05 Thread Campbell, Timothy D
Hi, Has anyone experienced this problem or does anyone know what could be wrong when creating classes? I need to create 2 classes 1 for a virtual instance and 1 for a second blog in my xwiki. I'm getting this error which I am posting at the bottom. Thank you in advance, Tim

Re: [xwiki-users] Error when creating Classes

2007-11-05 Thread Campbell, Timothy D
I forgot to paste the error. Error number 4001 in 4: Error while parsing velocity page XWiki.BlogArticle Wrapped Exception: Invocation of method 'substring' in class java.lang.String threw exception java.lang.StringIndexOutOfBoundsException: String index out of range: -1 @

Re: [xwiki-users] CAPTCHA for comments and registration

2007-11-05 Thread Paul Armstrong
On Mon, Nov 05, 2007 at 03:52:16PM -0800, marlon hendred wrote: Hi, can someone help me with setting up CAPTCHA with the albatross skin for registration and comments? Is there some example code I could look at? Or if someone has this working could they give some guidence? I have the captcha

Re: [xwiki-users] Panels off

2007-11-05 Thread V. Harikrishnan Nair
Hi... I usually never like to 'reopen cases' but this is also what I am looking for... I've tried to hide the panel for the starting page by using #set($showLeftPanels = 0) and then again bringing it back to #set($showLeftPanels = 1) wherever I wanted it (I agree, it was a stupid idea).

Re: [xwiki-users] Displaying Panel items

2007-11-05 Thread V. Harikrishnan Nair
That's perfect ! Thanks, Vito, I should've noticed that... Vitantonio Messa wrote: V. Harikrishnan Nair wrote: Thanks for the help, Ricardo. Here's the code - --- #panelheader('Quick Links') * [HomeAmrita IIS.WebHome] * [PMT DiscussionsAmrita IIS.PMT_Discussions] * [Class

[xwiki-users] Printing section?

2007-11-05 Thread Vitantonio Messa
Hi all, I would like to have the possibility to print only one section of a page. I've seen that it is possible to edit one section (passing the parameter section=sectionNumber in the URL). I tried to do the same with the printing (editing the top menu bar), but it seems to me that the print