
06-29-2007, 01:05 PM
|
|
|
Join Date: Apr 2007
Location: Culver City, CA
Posts: 807
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RedTyger
Aha, thanks for that! It's missing from the manual edit instructions FYI.
To those who needed to know, to prevent the display of who an in-use email address belongs to, open register.js and find:
Code:
LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse + ' by ' + results[1]);
Replace it with:
Code:
LoginStatus('email_1','email_1_status',null,'0', results[0] + ajaxreg_name_inuse);
|
ill make an update later that addresses both issues when i have time, but in the meantime thanks redtyger  .
|