The registeruser.php script isnt working properly. When i am typing the password and then trying to confirm the password in the comfirm password text box, it is not accepting any input and remains inactive. And the show password checkbox isnt also showing up the password i type. But with it selected registration gets successful but with it deactivated registration doesnt occur.My password strength has been set to 10 but it isnt working even if i set a password of length 20. My browser and admin logs are free of errors. All javascripts are functioning properly.
Comments
Edit: It has version 1.4.4.3 of course so should be up to date as gjr does great theme. But only he can answer what this might be.
If you remove the `printUserLogin_out()` call in `inc_menu.php`, the registration form works.
I have no idea why this happens.
So what should i be doing? @fretzl and @sbillard...
From which line to which line i need to remove from the menu file?
As to where to remove, I do not know that theme. The login form is typically produced by a call on the `printUserLogin_out()` function.
`
<?php if ((!zp_loggedin()) && (function_exists('printUserLogin_out'))) { ?>
`
with:
`
<?php if ( (!zp_loggedin()) && ($_zp_gallery_page != 'register.php') && (function_exists('printUserLogin_out')) ) { ?>
`