|
|
|
15년 전
|
조회 999
|
|
|
|
15년 전
|
조회 1,547
|
|
|
|
15년 전
|
조회 1,296
|
|
|
|
15년 전
|
조회 1,046
|
|
|
|
15년 전
|
조회 1,742
|
|
|
|
15년 전
|
조회 1,631
|
|
|
|
15년 전
|
조회 1,546
|
|
|
|
15년 전
|
조회 1,036
|
|
|
|
15년 전
|
조회 1,609
|
|
|
|
15년 전
|
조회 4,429
|
|
|
|
15년 전
|
조회 1,889
|
|
|
|
15년 전
|
조회 2,020
|
|
|
|
15년 전
|
조회 1,449
|
|
|
|
15년 전
|
조회 1,711
|
|
|
|
15년 전
|
조회 1,437
|
|
|
|
15년 전
|
조회 2,570
|
|
|
|
15년 전
|
조회 1,535
|
|
|
|
15년 전
|
조회 1,584
|
|
|
|
15년 전
|
조회 1,693
|
|
|
|
15년 전
|
조회 1,535
|
댓글 3개
<input type=hidden name=mb_nick_default value='<?=$member[mb_nick]?>'>
<tr><td class=m_title>별명</td>
<td class='m_padding lh'><input class=ed type=text id='reg_mb_nick' name='mb_nick' maxlength=20 value='<?=$member[mb_nick]?>' onblur="reg_mb_nick_check();">
<span id='msg_mb_nick'></span><br><font color="#66a2c8">공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)<br>별명을 바꾸시면 앞으로 <?=(int)$config[cf_nick_modify]?>일 이내에는 변경 할 수 없습니다.</td>
</tr>
-->
주석 또는 삭제
/*
// 별명 검사
if ((f.w.value == "") ||
(f.w.value == "u" && f.mb_nick.defaultValue != f.mb_nick.value)) {
reg_mb_nick_check();
if ($F('mb_nick_enabled')!='000') {
alert('별명을 입력하지 않았거나 입력에 오류가 있습니다.');
$('reg_mb_nick').activate();
return false;
}
}
*/
주석 또는 삭제
</tr>
bbs/register_form.php, bbs/register_form_update.php, skin/member/스킨명/register_form.skin.php 의 mb_nick 부분을 삭제/주석처리 하면...
주니짱야님이 작성한글 퍼옴... 별명검색하면 많이 나옵니다.
/adm/member_form.php
/member_form_update.php
도 mb_nick 부분을 삭제/주석처리 하셔야 합니다.