Thats the part of the login in the Login.vm in the templates folder.
What should i change here?. I am not quiet familiar with xredirect and html thats why its a little confusing for me.
Thanks again
Original Message:
<br />On May 16, 2008, at 4:36 PM, Hosam Hassan wrote:
<br />
<br />> Hello Vincent,
<br />>
<br />> Where can i pass the xredirect parameter in the URL?
<br />
<br />hmm... in the login.vm file. Try changing the one in templates/
<br />
<br />-Vincent
<br />
<br />> Original Message:
<br />>
<br />> Hi,
<br />> <br />
<br />> <br />I think you can pass the xredirect parameter in the URL to
<br />> redirect to
<br />> <br />the page you want. Right now users are redirected to the page
<br />> they
<br />> <br />asked and not to Main.WebHome (unless they asked for that page
<br />> of
<br />> <br />course ;)).
<br />> <br />
<br />> <br />Thanks
<br />> <br />-Vincent
<br />> <br />
<br />> <br />On May 16, 2008, at 4:23 PM, Hosam Hassan wrote:
<br />> <br />
<br />> <br />> Hello guys,
<br />> <br />>
<br />> <br />> I want to redirect after login to a specific space instead of
<br />> <br />> getting redirected to the Main.Webhome. I want to redirect to
<br />> <br />> KnowledgeBase.Webhome for example
<br />> <br />>
<br />> <br />> I tried changing in the login.vml in the albatross folder
<br />> but no use.
<br />> <br />>
<br />> <br />> Where can i change this?
<br />> <br />_______________________________________________
<br />> <br />users mailing list
<br />> <br />users(a)xwiki.org
<br />> <br />http://lists.xwiki.org/mailman/listinfo/users
<br />> <br />
<br />>
<br />> --
<br />> _______________________________________________
<br />> users mailing list
<br />> users(a)xwiki.org
<br />> http://lists.xwiki.org/mailman/listinfo/users
<br />
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello Vincent,
Where can i pass the xredirect parameter in the URL?
Cheers,
Hosam
Original Message:
Hi,
<br />
<br />I think you can pass the xredirect parameter in the URL to redirect to
<br />the page you want. Right now users are redirected to the page they
<br />asked and not to Main.WebHome (unless they asked for that page of
<br />course ;)).
<br />
<br />Thanks
<br />-Vincent
<br />
<br />On May 16, 2008, at 4:23 PM, Hosam Hassan wrote:
<br />
<br />> Hello guys,
<br />>
<br />> I want to redirect after login to a specific space instead of
<br />> getting redirected to the Main.Webhome. I want to redirect to
<br />> KnowledgeBase.Webhome for example
<br />>
<br />> I tried changing in the login.vml in the albatross folder but no use.
<br />>
<br />> Where can i change this?
<br />_______________________________________________
<br />users mailing list
<br />users(a)xwiki.org
<br />http://lists.xwiki.org/mailman/listinfo/users
<br />
--
Hello guys,
I want to redirect after login to a specific space instead of getting redirected to the Main.Webhome. I want to redirect to KnowledgeBase.Webhome for example
I tried changing in the login.vml in the albatross folder but no use.
Where can i change this?
Cheers and many thanks
Hi!
For some unknown reasons, "Choose editor" panel just doesn't exist in
my XWiki anymore. Where can I get this panel? In default *.xar version
1.3 there is no such panel.
Ar cieņu, Mihails
Hi,
I want to display all the pages of a specific space. For that I found the
following code :
#set($docs = $xwiki.getSpaceDocsName('MySpace'))
#foreach ($doc in $docs)
[${doc}]
#end
It works fine but I need more than that (ordering, exclusion...). So I'm
trying to find the same fonctionnality but with a query. I couldn't find
anything at
http://dev.xwiki.org/xwiki/bin/view/Design/XWiki+Query+Language+Specificati…
so I've tried several queries but in vain. I would like to do something like
that :
#set($query="where spaces='MySpace'")
#set($results = $xwiki.searchDocuments($query, 5, 0))
#foreach ($item in $results)
* $item <br/>
#end
Any idea ?
Thanks,
Antonio
hello!
where can i find the code that creates a new xwiki page? i know i can create new pages from xeclipse. but i wanna be able to create the pages from an interface. for instance to have a text field and a button, and when the button is pressed a new page will be created with the name given in the text field.
thank you for your time
I just installed 1.4 over an existing 1.3 version and got the following:
#template("startpage.vm")
#template("contentview.vm") #template("docextra.vm")
#template("endpage.vm")
but nothing else...
I started with the start_xwiki.bat
--
View this message in context: http://www.nabble.com/Problem-with-1.4-tp17268421p17268421.html
Sent from the XWiki- Users mailing list archive at Nabble.com.