Quote:
Originally Posted by Mark.B
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.
|
I made the edit you suggested but it still shows the email in use by and then the member name.
Is there something else I need to edit?