Elxis CMS Forum

Support => General => Topic started by: sonic on April 18, 2007, 13:11:00

Title: Hidden user login
Post by: sonic on April 18, 2007, 13:11:00
Hello,

I have problem with login area on my gaia template.
Is it possible to put login form on separete, own page?
I talkin about user/admin login on the web site, not about master administration page.
So, is there a way to hide, or to put on the single page,  user or admin login form?

Thank you in advance.

Title: Re: Hidden user login
Post by: datahell on April 19, 2007, 23:11:05
It is very easy to do it.
Just create a form anywhere (even in a hidden html file) and make the form's action to point to Elxis's index.php file.

Read this:
https://forum.elxis.org/index.php?topic=441.0
Title: Re: Hidden user login
Post by: sonic on April 25, 2007, 22:31:43
Thx for the answer, it was really easy.
I still have few bugs with logout.
Logout dont work on the same page with login, so I make separate page for logout,
and that is temporary solution.

Thx again

Title: Re: Hidden user login
Post by: datahell on April 26, 2007, 00:09:14
Logout procedure is complex but you can make many tricks if you wish (like redirection after logout).