Re: [xwiki-users] How to attach a class to _every_ page created

2007-09-26 Thread Sergiu Dumitriu
You should write a java plugin that uses the notification mechanism and adds the object when the page is saved. The problem is that you won't have the object for a new document before saving. So another option would be to write a plugin that overrides a plugin method that is called for each reque

Re: [xwiki-users] Changing default right policy: how to restrict a User's pages to its own access by default

2007-09-26 Thread nodje
guys, thanks for the support. Sorry for the delay, somehow I was not receiving this thread updates. I've been struggling to implement my requirement with the given rights management system since my post. I gave up, that's why I came back on the forum. I ended up removing the default access for ev

Re: [xwiki-users] Changing default right policy: how to restrict a User's pages to its own access by default

2007-09-26 Thread nodje
guys, thanks for the support. Sorry for the delay, somehow I was not receiving this thread updates. I've been struggling to implement my requirement with the given rights management system since my post. I gave up, that's why I came back on the forum. I ended up removing the default access for eve

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Sheila Hobeck
Ok, so I figured it out. The tutorial should be updated for the latest release. It doesn't describe the process to associate the object very well. Anyhow, thanks just the same. On 9/26/07, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote: > > How do you create this new document? > > > On 9/25/07, Sh

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread goldring, richard
Hi all, Anyone know the answers: * Does anyone know how to update the text on the login page with say an email link for people to request an account, etc? * Redirect the user to a certain initial page when they login? If anyone has any answer I can paste them to the FAQ section of the XWiki websi

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Vincent Massol
Hi Sheila, On Sep 26, 2007, at 3:15 PM, Sheila Hobeck wrote: Ok, so I figured it out. The tutorial should be updated for the latest release. It doesn't describe the process to associate the object very well. Anyhow, thanks just the same. Since you figured it out, could you please update

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread wangwh
Hi, One way to direct user to a certain page after login is to make that page require a login (guest view denied), a link to that page, say "Members, enter here," will cause the login page to show up, after login, they will be directed to that first member page. This method is not the best, but

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Esbach, Brandon
Hi, >> * Redirect the user to a certain initial page when they login? Be careful with this sort of configuration. While you could do it, it's not really a good idea, for example if the link is emailed; or if your user creates a bookmark for a specific topic. I can't count the amount of times I s

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread goldring, richard
Thanks Wei-hsing, In my XWiki setup I've set it so all users have to login and so when its their first login to the XWiki they end up at http://167.138.122.17:8080/xwiki/bin/view/XWiki/XWikiLogin%3Bjsessionid%3D7s or9btuj7s6d with a message saying "The requested document could not be found." Any i

Re: [xwiki-users] When adding a new page, can a standard template be used?

2007-09-26 Thread Sergiu Dumitriu
Indeed, the proper way is to edit login.vm, where the login screen is defined. In order to redirect to a certain page, you can replace with About the wrong URL the users are redirected to, that is a known bug which was fixed in XWiki 1.1 ( http://jira.xwiki.org/jira/browse/XWIKI-1394 ) On 9/