The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ajaxReg - Ajax Registration, with instant field checking Details »» | |||||||||||||||||||||||||||||
ajaxReg - Ajax Registration, with instant field checking
Developer Last Online: Sep 2013
[hr]value[/hr]
Live Demo: ajaxReg 4.0.0 Installation Time: < 2 mins Files: 3 Product: 1 VB Version: 3.X.X
This hack uses AJAX to check if the user name is taken and also displays errors and reasons why the user messed up on the registration form. Look at attached example picture. Installation Instructions: (If you don't have the unregistered usergroup set to Can View Forum = YES then you will have to follow the normal steps then apply this fix: https://vborg.vbsupport.ru/showpost....&postcount=136) 1) Import the Product (make sure you have an original register template, or use the [manual edits]) 2) Upload the images and javascript 3) Also Add these to your Additional CSS Definitions for your style: Code:
.inputgood { width: 211px; border: 1px solid Green; } .inputbad { width: 211px; border: 1px solid Red; } If you like then [Mark As Installed] Download Now
Show Your Support
|
Comments |
#372
|
||||
|
||||
Sorry for being a bit dum but can you tell me where you do the tird part. e.g. a bit more description and where exactly to find the css so that I can change it.
Sorry for being dum but it is a sunday |
#373
|
||||
|
||||
Hello,
Installed at 3.6.8 and working great. Thanks |
#374
|
||||
|
||||
Quote:
hello! turkish register karakter problem.. |
#375
|
|||
|
|||
The regular expression matching does not work correctly. It should use AJAX calls not Javascript to check if it matches, since 1) Javascript uses slightly different RegEx syntax & 2) vBulletin modifes the regular expression when it does its check (it shouldn't, but it does, so it's imperative that this plugin uses the exact same checking method).
If you want to try it, use a regular expression of "\w+ \w+" -- to require users to enter exactly two words separated by a space for their username. It won't work. I've fixed the problem, and made a few other changes, too. I'll send these to the author of this plugin either tomorrow or later. |
#376
|
||||
|
||||
Installed!
.. but I have a problem with Greek language What to do?? |
#377
|
|||
|
|||
Here is a variation of the mod with the solution of the problem with Cyrillic. The problem with Greek and other languages can be solved the similar way. There is also a solution for regular expressions there. I haven't completed the mod, so you should enter a regular expression directly into register.js and clear it in the AdminCP. The Cyrillic letters are written with unicodes. The regular expression in the file restricts the nicknames to the ones of 1 or 2 words, written both in Latin or Cyrillic and separated with a space, dash or underscore character.
You should also change the character codes in the function rus(str) in register.js for your own language. They stand for the Cyrillic letters in my variant of the file. The Russian language phrases are in the separate file ajax_reg-language-rus.xml. You can make a similar file for your own language. Install it in AdminCP -> Languages & Phrases -> Download / Upload Languages -> Import Language XML File. Important: Select the language you want to import the phrases into, not "(Create New Language)" - this won't work! If you use another version of vBulletin than I use enable "Ignore Language Version" to import the language pack or correct the version in the file. I've also added a verification of the maximum username length in the mod. I thank snoopi and Ateist for their ideas which helped to make this mod. And of course I thank Coders Shack for the original mod. The installation manual is in Russian, sorry. I don't have time to translate it to English, but it's almost the same as in the first post of this thread. |
#378
|
||||
|
||||
Thank you for this mod. It's quite nice!
|
#379
|
|||
|
|||
thanks
|
#380
|
|||
|
|||
working in 3.6.8, thanks.
|
#381
|
|||
|
|||
i found a bug :
i added a space before my username than checked, resault is : Username Is Available plx fix this. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|