hi
when you are not connected, you have a login link in the footer ?
when you are connected, you have a logout link in the footer ?
so the login/logout process works well.
but you are right about one thing : when you connect yourself, register.php is displayed (the login fields are shown) and when you are connected, there is no automatic redirection : you stay on register.php and as you are connected, a logout link is displayed.
There are many different ways to solve that :
- having the login form included in all the pages (as it is in all the zenphoto themes) : I don't realy like that.
- having an automatic redirection to the page the user was before connection, but it seems to need some improvements of zenphoto code.
- having the register page in a pop-up or something like that.
I will have a look about that.