회원정보 수정 할때 비밀번호 필드는 숨겨 놓기
테마/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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2305 | 2년 전 | 1247 | ||
| 2304 | 2년 전 | 2425 | ||
| 2303 | 2년 전 | 2277 | ||
| 2302 | 2년 전 | 1811 | ||
| 2301 | 2년 전 | 2504 | ||
| 2300 | 2년 전 | 1695 | ||
| 2299 |
종이인형친구
|
2년 전 | 2069 | |
| 2298 | 2년 전 | 3743 | ||
| 2297 | 2년 전 | 1434 | ||
| 2296 | 2년 전 | 1786 | ||
| 2295 | 2년 전 | 1509 | ||
| 2294 | 2년 전 | 1973 | ||
| 2293 |
swallow
|
2년 전 | 2963 | |
| 2292 | 2년 전 | 2199 | ||
| 2291 | 2년 전 | 2368 | ||
| 2290 | 2년 전 | 1924 | ||
| 2289 | 2년 전 | 2163 | ||
| 2288 | 2년 전 | 2753 | ||
| 2287 | 2년 전 | 1818 | ||
| 2286 | 2년 전 | 2209 | ||
| 2285 | 2년 전 | 1645 | ||
| 2284 |
|
2년 전 | 2218 | |
| 2283 |
디지털홍익인간
|
2년 전 | 3659 | |
| 2282 | 2년 전 | 1745 | ||
| 2281 | 2년 전 | 1896 | ||
| 2280 |
|
2년 전 | 1851 | |
| 2279 | 2년 전 | 2075 | ||
| 2278 | 2년 전 | 4696 | ||
| 2277 |
WEBOLUTION
|
2년 전 | 2022 | |
| 2276 | 2년 전 | 2805 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기