MyBB Community Forums

Full Version: Ajax / Cool Registration for MyBB *UPDATED*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Hi bros. Im back with new useful mod converted to mybb by me..

"Ajax / Cool Registaration"

But what's it? Let me to explain:

It uses AJAX technology to check if the user name, password etc. is taken or not and also displays errors and reasons why the user cannot complete the registration form.

Version Updates:
*MySQL and other errors fixed
*Some advanced email controls added
*Now it can check the strength of the entered password

Look, there is a screenshot:
[attachment=7134]

Download following attachment and read ReadMe! for installing instructions.
[attachment=9582]

Please write your opinions if you ll use this mod.

This is all. Enjoy!!

For Turkish, Spanish, German and French translations of this hack please go to:
http://community.mybboard.net/showthread...#pid118658
Nice mod you made there DragonFever Big Grin I find it cool.
Very Cool mod buddy congratilations !!!
very cool. anyone else having trouble with seeing the green check mark or the red X?
Me..... you are right the the "check" and the "X" marks are not showing....
The X and Check aren't showing and It checks the username and then erases it.
Please fix this issue.
Here is a link to my registration form:
http://rc-palace.com/forum/member.php?action=register
let me know what happens,
thanks
wow! mybb is getting better and better.... Wink

about the images problem.. create a folder name misc in images folder then put there the bad.gif and good.gif... Toungue

or if you don't want to create a misc folder... Big Grin just edit this in register.js:

line 145
var sText = "&nbsp;<img src='./images/misc/bad.gif'>&nbsp;";

line 149
var sText = "&nbsp;<img src='./images/misc/good.gif'>&nbsp;";

remove the misc.. Toungue
That worked "mark25" thanks Smile
One thing isn't working on my forum:
http://urbanus-online.be/forum/register.php

When you enter a username, it checks if it's still available with ajax, but after that when it says it's (in)valid, the username box is empty.

edit:: isn't there a check for max username and password length?

If you enter a password of 4 letters twice, the ajax thingy also says that the 2 passwords aren't identical... but they are!
yeah, me too. how do I fix that.
Pages: 1 2 3 4 5 6 7 8 9 10 11