글쓰기할때 비밀번호 입력없이 글쓰는방법이 없나요? 정보
글쓰기할때 비밀번호 입력없이 글쓰는방법이 없나요?본문
글쓰기할때 비밀번호 입력없이 글쓰는방법이 없나요?
있으면 어디서 수정해야하는지좀 알려주세요
아니면글쓰기할때 나오는 경고창은 어디서 수정하나요?
있으면 어디서 수정해야하는지좀 알려주세요
아니면글쓰기할때 나오는 경고창은 어디서 수정하나요?
댓글 전체
/skin/board/basic/write.skin.php 에
<? if ($is_password) { ?>
<tr>
<td class=mw_basic_write_title>· 패스워드</td>
<td><input type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?=$password_required?> class=mw_basic_text></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
삭제하시거나 주석처리
<? if ($is_password) { ?>
<tr>
<td class=mw_basic_write_title>· 패스워드</td>
<td><input type=password maxlength=20 size=15 name=wr_password itemname="패스워드" <?=$password_required?> class=mw_basic_text></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr>
<? } ?>
삭제하시거나 주석처리
감사합니다1
글쓰기할때 비밀번호 입력없이 글쓰는방법이 없나요?