회원정보 수정 할때 비밀번호 필드는 숨겨 놓기
테마/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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 | 3년 전 | 4426 | ||
| 2274 | 2년 전 | 2066 | ||
| 2273 |
|
2년 전 | 1487 | |
| 2272 | 2년 전 | 2469 | ||
| 2271 | 2년 전 | 2070 | ||
| 2270 |
|
2년 전 | 2090 | |
| 2269 |
|
2년 전 | 1892 | |
| 2268 | 2년 전 | 3850 | ||
| 2267 | 2년 전 | 2900 | ||
| 2266 |
|
2년 전 | 2123 | |
| 2265 | 2년 전 | 1643 | ||
| 2264 | 2년 전 | 2123 | ||
| 2263 | 2년 전 | 1992 | ||
| 2262 | 2년 전 | 1541 | ||
| 2261 |
|
2년 전 | 1452 | |
| 2260 | 2년 전 | 2441 | ||
| 2259 |
welcome
|
2년 전 | 1778 | |
| 2258 |
welcome
|
2년 전 | 1307 | |
| 2257 | 2년 전 | 3056 | ||
| 2256 | 2년 전 | 1317 | ||
| 2255 |
|
2년 전 | 1825 | |
| 2254 | 2년 전 | 1797 | ||
| 2253 |
welcome
|
2년 전 | 1572 | |
| 2252 |
welcome
|
2년 전 | 1343 | |
| 2251 | 2년 전 | 2397 | ||
| 2250 | 2년 전 | 2032 | ||
| 2249 | 2년 전 | 1818 | ||
| 2248 | 2년 전 | 1631 | ||
| 2247 | 2년 전 | 2056 | ||
| 2246 | 2년 전 | 2467 | ||
| 2245 | 2년 전 | 1919 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기