COMING SOON 🚀

채택완료

비밀번호

딱 한 게시판만 

guest가 글을 쓸때 

비밀번호를 쓰지 않고 

글을 쓰고 싶은데 

 

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

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

해당 스킨의 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>-->

 

 

 

답변에 대한 댓글 1개

감사합니다 비밀번호 없애는 것 도움 됐어요

답변을 작성하려면 로그인이 필요합니다.