![]() |
I'm not really concerned with this, since I just need to edit the JS file, but it doesn't change the character minimum if you change it higher than 3 characters. Can't you incorporate a variable of some kind to pull that info straight from vBulletin?
Also, there's a typo in your phrase "The username must me 3 characters or more" which I just have to edit the JS file as well, and you might have already fixed in your latest release.. I just haven't downloaded it. :) Also, what I really don't like is that when you click inside a box and then click out of it to, for example, change your username, it will tell you "Password must be 6 chars or more" even though you haven't tried typing anything yet. Can't you make it so that it only shows you error messages once you've started typing something? Well that's it with my suggestions.. Thanks! |
Quote:
|
please improve your script to check if username is banned by admin to user register.
|
Looks great; very polished. But until/if the apostrophe issue is sorted out, I'll have to pass.
|
Quote:
Thanx, Jacquii. |
What if you would take all the lines similar to one pasted below and removed the single quotes? I'm not sure if "username" after "LoginStatus" is the variable that holds the value of the provided username typed by the user.
Before Code:
LoginStatus('username','username_status',null,'0', 'The username must me 3 chars or more'); After Code:
LoginStatus(username,'username_status',null,'0', 'The username must me 3 chars or more'); |
Thanks for Turkish update ...........
|
i installed this hack and the email are both saying ok even if they dont match up.
|
Quote:
Quote:
AND Thanx for the lovely addition MR CHAD - I'm sure this will make the registration process a lot clear than it has been and much easier for prospective Members. I appreciate you sharing this mod with us ;) Jacquii. |
I tried to fix the apostrophe issue on my own, but I have no clue how to use regular expressions.
Note: If you try to register a username with an apostrophe: Code:
mor'iarty Code:
mor\'iarty |
All times are GMT. The time now is 08:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|