테스트 사이트 - 개발 중인 베타 버전입니다

회원 가입에서 별명을 사용안하고싶어요!! 채택완료

유우니얌 12년 전 조회 7,712
회원 가입에서 별명을 사용안하고싶어요!!



어떻게 해야하나요?.........................................................
댓글을 작성하려면 로그인이 필요합니다.

답변 5개

채택된 답변
+20 포인트
skin/member/basic/register_form.skin.php 아래 내용 주석 처리



&nbsp; <?php if ($req_nick) {&nbsp; ?>

&nbsp; &nbsp; <tr>

&nbsp; &nbsp; &nbsp; &nbsp; <th scope="row"><label for="reg_mb_nick">별명<strong class="sound_only">필수</strong></label></th>

&nbsp; &nbsp; &nbsp; &nbsp; <td>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="frm_info">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 공백없이 한글,영문,숫자만 입력 가능 (한글2자, 영문4자 이상)


&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 별명을 바꾸시면 앞으로 <?php echo (int)$config['cf_nick_modify'] ?>일 이내에는 변경 할 수 없습니다.

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="hidden" name="mb_nick_default" value="<?php echo isset($member['mb_nick'])?$member['mb_nick']:''; ?>">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <input type="text" name="mb_nick" value="<?php echo isset($member['mb_nick'])?$member['mb_nick']:''; ?>" id="reg_mb_nick" required class="frm_input required nospace" size="10" maxlength="20">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span id="msg_mb_nick"></span>

&nbsp; &nbsp; &nbsp; &nbsp; </td>

&nbsp; &nbsp; </tr>

&nbsp; &nbsp; <?php }&nbsp; ?>







bbs/register_form_update.php



// $mb_nick&nbsp; &nbsp; &nbsp; &nbsp; = escape_trim($_POST['mb_nick']);

$mb_nick&nbsp; &nbsp; &nbsp; &nbsp; = escape_trim($_POST['mb_name']); // 별명에 이름사용





적용 후 테스트
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

anjfqhwl
6년 전

감사합니다 잘되네요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

많이 도움이 되었네요. 감사합니다. ^^
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

12년 전
오오오오 간단하게 됫네요!!!!!!!!!!&nbsp; 감사합니다!!! ㅠㅠ
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

12년 전
한가지 ㄷㅓ!



member/스킨 register_form.skin.php 파일 하단 스크립트 수정!

        // 별명 검사

     /*   if ((f.w.value == "") || (f.w.value == "u" && f.mb_nick.defaultValue != f.mb_nick.value)) {

            var msg = reg_mb_nick_check();

            if (msg) {

                alert(msg);

                f.reg_mb_nick.select();

                return false;

            }

        } */


위 주석 처리!
로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인