Member
Member
ayan   20-06-2013, 09:44
#1

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.

Member
Member
ayan   21-06-2013, 14:27
#2

Any help with the topic??

Administrator
Administrator
acrylian   21-06-2013, 14:45
#3

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

Member
Member
ayan   22-06-2013, 12:16
#4

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.

Administrator
Administrator
acrylian   22-06-2013, 12:54
#5

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

Member
Member
ayan   22-06-2013, 15:34
#6

wish his help arrives fast..

Administrator
Administrator
fretzl   24-06-2013, 07:49
#7

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.

Member
Member
sbillard   24-06-2013, 16:11
#8

Both forms will have a password field that is identical.

Member
Member
ayan   26-06-2013, 16:24
#9

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

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

Member
Member
sbillard   26-06-2013, 21:43
#10

Use different pages for each item.

Member
Member
ayan   27-06-2013, 02:27
#11

That means register page is not gonna have the login/out script right?
From which line to which line i need to remove from the menu file?

Member
Member
sbillard   27-06-2013, 03:48
#12

You are correct. (Not at all sure why someone would be logging in from the register user page anyway, no need to register if they h ave already got credentials.)

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.

Member
Member
gjr   27-06-2013, 04:41
#13

Cannot verify since I no longer have a support build for testing. But based on above troubleshooting around line 29 of inc-menu.php, replace:

`

`

with:

`

`

Member
Member
ayan   30-06-2013, 06:53
#14

Thanks..it worked. But the addthis isnt displaying still as mentioned in my another thread relating to it.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.