회원정보 수정 할때 비밀번호 필드는 숨겨 놓기
테마/register_form.skin.php 파일을 수정
토글로 체크 하면 나오도록 보여주는 소스입니다.
[code]
<?php
if ($is_member)
{
?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
// function by welcome - @
$(function() {
$("#pass_question").on("click",function() {
$(".answer").toggle(this.checked);
});
});
</script>
<style>
.answer { display:none }
</style>
<tr class="question"> <label for="pass_question">비밀번호 변경하시겠습니까?</label> <input id="pass_question" type="checkbox" name="pass_question" value="1" /> <span class="item-text">Yes</span> </tr><trclass="answer"> <th scope="row"><label for="reg_mb_password">비밀번호<strong class="sound_only">필수</strong></label></th> <td><input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input <?php echo $required ?>" minlength="3" maxlength="20"></td> </tr> <trclass="answer"> <th scope="row"><label for="reg_mb_password_re">비밀번호 확인<strong class="sound_only">필수</strong></label></th> <td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input <?php echo $required ?>" minlength="3" maxlength="20"></td> </tr>
<?php
}
else
{
?>
<tr>
<th scope="row"><label for="reg_mb_password">비밀번호<strong class="sound_only">필수</strong></label></th>
<td><input type="password" name="mb_password" id="reg_mb_password" <?php echo $required ?> class="frm_input <?php echo $required ?>" minlength="3" maxlength="20"></td>
</tr>
<tr>
<th scope="row"><label for="reg_mb_password_re">비밀번호 확인<strong class="sound_only">필수</strong></label></th>
<td><input type="password" name="mb_password_re" id="reg_mb_password_re" <?php echo $required ?> class="frm_input <?php echo $required ?>" minlength="3" maxlength="20"></td>
</tr>
<?php
}
?>
[/code]
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2575 | 9개월 전 | 554 | ||
| 2574 | 9개월 전 | 929 | ||
| 2573 |
두리삼촌v
|
9개월 전 | 602 | |
| 2572 | 9개월 전 | 550 | ||
| 2571 | 9개월 전 | 594 | ||
| 2570 |
두리삼촌v
|
9개월 전 | 631 | |
| 2569 |
두리삼촌v
|
9개월 전 | 660 | |
| 2568 |
두리삼촌v
|
9개월 전 | 455 | |
| 2567 |
두리삼촌v
|
9개월 전 | 437 | |
| 2566 | 9개월 전 | 733 | ||
| 2565 | 9개월 전 | 661 | ||
| 2564 | 10개월 전 | 468 | ||
| 2563 | 10개월 전 | 1023 | ||
| 2562 |
|
10개월 전 | 670 | |
| 2561 | 10개월 전 | 913 | ||
| 2560 | 10개월 전 | 650 | ||
| 2559 |
|
10개월 전 | 499 | |
| 2558 | 10개월 전 | 652 | ||
| 2557 | 10개월 전 | 948 | ||
| 2556 | 10개월 전 | 1328 | ||
| 2555 | 10개월 전 | 745 | ||
| 2554 |
|
10개월 전 | 739 | |
| 2553 | 10개월 전 | 667 | ||
| 2552 | 10개월 전 | 858 | ||
| 2551 | 10개월 전 | 758 | ||
| 2550 |
|
10개월 전 | 711 | |
| 2549 | 10개월 전 | 1022 | ||
| 2548 | 10개월 전 | 664 | ||
| 2547 | 10개월 전 | 1197 | ||
| 2546 | 10개월 전 | 656 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기