회원정보 수정 할때 비밀번호 필드는 숨겨 놓기
테마/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 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2245 |
|
2년 전 | 2206 | |
| 2244 | 2년 전 | 2123 | ||
| 2243 | 2년 전 | 2697 | ||
| 2242 | 2년 전 | 1908 | ||
| 2241 | 2년 전 | 3390 | ||
| 2240 | 2년 전 | 2815 | ||
| 2239 |
welcome
|
2년 전 | 1796 | |
| 2238 | 2년 전 | 1477 | ||
| 2237 | 2년 전 | 1813 | ||
| 2236 |
teradesign
|
2년 전 | 2247 | |
| 2235 | 2년 전 | 1770 | ||
| 2234 | 2년 전 | 1996 | ||
| 2233 | 2년 전 | 2518 | ||
| 2232 | 2년 전 | 1964 | ||
| 2231 | 2년 전 | 2426 | ||
| 2230 | 2년 전 | 2345 | ||
| 2229 |
|
2년 전 | 3478 | |
| 2228 | 2년 전 | 3012 | ||
| 2227 | 2년 전 | 1473 | ||
| 2226 | 2년 전 | 1771 | ||
| 2225 | 2년 전 | 1980 | ||
| 2224 | 2년 전 | 2153 | ||
| 2223 | 2년 전 | 1938 | ||
| 2222 | 2년 전 | 2309 | ||
| 2221 | 2년 전 | 3392 | ||
| 2220 | 2년 전 | 2489 | ||
| 2219 | 2년 전 | 2552 | ||
| 2218 |
|
2년 전 | 2085 | |
| 2217 | 2년 전 | 2696 | ||
| 2216 | 2년 전 | 2520 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기