Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
AJAX / Cool Registration Details »»
AJAX / Cool Registration
Version: 0, by Mr Chad Mr Chad is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.5 Rating:
Released: 03-15-2007 Last Update: Never Installs: 191
 
No support by the author.

Removed.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 03-24-2007, 04:52 PM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #183  
Old 03-24-2007, 05:32 PM
Dead End Society's Avatar
Dead End Society Dead End Society is offline
 
Join Date: Jul 2004
Location: Cleveland, OH
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by subzero06 View Post
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.
Reply With Quote
  #184  
Old 03-24-2007, 09:06 PM
testebr testebr is offline
 
Join Date: Jan 2004
Posts: 353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please improve your script to check if username is banned by admin to user register.
Reply With Quote
  #185  
Old 03-24-2007, 09:57 PM
TWTCommish's Avatar
TWTCommish TWTCommish is offline
 
Join Date: Oct 2001
Location: Pittsburgh, PA, USA
Posts: 783
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks great; very polished. But until/if the apostrophe issue is sorted out, I'll have to pass.
Reply With Quote
  #186  
Old 03-25-2007, 01:43 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by acidburn0520 View Post
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.
Reply With Quote
  #187  
Old 03-25-2007, 07:20 AM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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');
Reply With Quote
  #188  
Old 03-25-2007, 08:01 AM
Realturktiger's Avatar
Realturktiger Realturktiger is offline
 
Join Date: Nov 2006
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for Turkish update ...........
Reply With Quote
  #189  
Old 03-25-2007, 11:40 AM
wolfe wolfe is offline
 
Join Date: Jan 2002
Posts: 900
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed this hack and the email are both saying ok even if they dont match up.
Reply With Quote
  #190  
Old 03-25-2007, 12:01 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by da420 View Post
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 View Post
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.
Reply With Quote
  #191  
Old 03-25-2007, 05:57 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:46 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.04802 seconds
  • Memory Usage 2,303KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete