ZenphotoCMS Forum
zp-masonry issue with register user script - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: Themes (https://forum.zenphoto.org/forum-5.html)
+--- Thread: zp-masonry issue with register user script (/thread-11143.html)

Pages: 1 2


zp-masonry issue with register user script - ayan - 20-06-2013

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.




zp-masonry issue with register user script - ayan - 21-06-2013

Any help with the topic??




zp-masonry issue with register user script - acrylian - 21-06-2013

Apparently not as you see. Please no bumping of topics. Thanks.




zp-masonry issue with register user script - ayan - 22-06-2013

i did an experiment with the register script. I copied a register script from a default theme and overwrote the register file that came with masonry. I saw it was working fine then on masonry theme. Then as soon i included the header file in the register script, the file broke.




zp-masonry issue with register user script - acrylian - 22-06-2013

Which all sounds like the theme has an issue. Given its version states




zp-masonry issue with register user script - ayan - 22-06-2013

wish his help arrives fast..




zp-masonry issue with register user script - fretzl - 24-06-2013

Somehow the printUserLogin_out() function conflicts with printRegistrationForm()

If you remove the printUserLogin_out() call in inc_menu.php, the registration form works.

I have no idea why this happens.




zp-masonry issue with register user script - sbillard - 24-06-2013

Both forms will have a password field that is identical.




zp-masonry issue with register user script - ayan - 26-06-2013

Yep! Its exactly happening as you are telling @fretzl.

So what should i be doing? @fretzl and @sbillard...




zp-masonry issue with register user script - sbillard - 26-06-2013

Use different pages for each item.