비밀번호

비밀번호

QA

비밀번호

답변 1

본문

딱 한 게시판만 

guest가 글을 쓸때 

비밀번호를 쓰지 않고 

글을 쓰고 싶은데 

 

그럴려면 어떻게 해야되나요?

이 질문에 댓글 쓰기 :

답변 1

해당 스킨의 write.skin.php 에서

<input type="hidden" name="sst" value="<?php echo $sst ?>">

<input type="hidden" name="sod" value="<?php echo $sod ?>">

<input type="hidden" name="page" value="<?php echo $page ?>">

아래처럼 한줄 추가.. 55555 는 관리자만 알 수 있는 걸로 넣으세요. 

<input type="hidden" name="wr_password" value="55555"> 

 

아래 부분 전체 지우시거나 주석 처리..

<!--<tr>

  <th scope="row"><label for="wr_password">비밀번호<strong class="sound_only">필수</strong></label></th>
  <td><input type="password" name="wr_password" id="wr_password" <?php echo $password_required ?> class="frm_input <?php echo $password_required ?>" maxlength="20"></td>
</tr>-->

 

 

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 59,822
© SIRSOFT
현재 페이지 제일 처음으로