Quote:
Originally Posted by YLP1
I need to do that too but have not been able to edit that out successfuly. Any chance you can post what you took out to achieve this?
Thanks in advance.
|
In the file
clientscript/register.js
Find:
Code:
LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse + ' by ' + results[1]);
Replace with:
Code:
LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse);
That should do it. It's perfect with that bit taken out.