vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - AJAX / Cool Registration (https://vborg.vbsupport.ru/showthread.php?t=142181)

TheMilkCarton 03-24-2007 04:52 PM

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!

Dead End Society 03-24-2007 05:32 PM

Quote:

Originally Posted by subzero06 (Post 1209545)
Anyones knows how to fix it so people can register with an apostrophe name.?

Same problem here, works fine but when a user tries to do this.

testebr 03-24-2007 09:06 PM

please improve your script to check if username is banned by admin to user register.

TWTCommish 03-24-2007 09:57 PM

Looks great; very polished. But until/if the apostrophe issue is sorted out, I'll have to pass.

PoetJA-1975 03-25-2007 01:43 AM

Quote:

Originally Posted by acidburn0520 (Post 1209645)
Look in your Header/Footer templates. It doesn't necessarily need to be name=register either, if you're using JS Rollovers, you could have one of them named register.

OK - Thanx for the response ACID - And yes - In my header template (since our main Navbar is of rollover images) we do have a register using JS - So I will rename and see if that makes a difference!

Thanx,

Jacquii.

harmor19 03-25-2007 07:20 AM

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');

Realturktiger 03-25-2007 08:01 AM

Thanks for Turkish update ...........

wolfe 03-25-2007 11:40 AM

i installed this hack and the email are both saying ok even if they dont match up.

PoetJA-1975 03-25-2007 12:01 PM

Quote:

Originally Posted by da420 (Post 1206501)
Why should this hack be a product?

If I needed it phrased that bad I'd do it myself...

Agreed - so I edited the phrase to suit my forum ;)

Quote:

Originally Posted by subzero06 (Post 1206032)
lol...nvm i fixed it, i had to delete those four and just leave one "checkusername" plugin

Yeah - for some reason I had 2 checkusername plugins - so I deleted the extra ugh LOL - Thanx for the tip - Works perfectly now!

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.

thincom2000 03-25-2007 05:57 PM

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
will not work.
Code:

mor\'iarty
WILL work, but the backslash is part of name now.


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
  • Page Generation 0.01167 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete