Hi,

i'm trying to create a login-page that doesn't use the default theme.
I created a second theme that i enable trough the 'page theme' module to show the user/login page.
while customizing this page i used the page.tpl.php, not a template.

The login form does work however if i use the default theme with a template page user-login.tpl.php.
But this is not what i want, because it calls up the header, footer, etc... of the default theme.

My problem starts here:
By using another theme for the user/login page it appears that the login form does not work here.
It doens't even respond when you fill in the form.

Can anybody help me?
Much appreciated!

PS: I use drupal 7.

Comments

hans.p.’s picture

i fixed the problem.
The form worked on the template user-login-tpl.php.
That same form did not work on any other style, page, template or what so ever. Reason: i don't know.
So i got figured out that the form did not work: So it have to be here.

I printed out the original drupal form and copy pasted it in my page--user--login.tpl.php.
Et voilaaa, it worked.
It still buggers me why the some form worked on one template and not an another...