자동으로 비밀글로 써지는 스킨인데 비밀글 안돼게??? 정보
자동으로 비밀글로 써지는 스킨인데 비밀글 안돼게???
본문
아래스킨을 사용하였는데. 자동으로 비밀글이 되어
다른사람이 볼수 없네요,
자동 비밀글로 안돼게 하고싶은데 방법좀 알려주세요,
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=58033&sca=&sfl=wr_name%252C1&stx=%25B8%25F1%25C1%25F8%25C3%25B6&sop=and
write.skin.php 의 어느부분을 지우면 될것같은데. 몰라서 질문좀 드립니다.
<? if ($is_notice || $is_html || $is_secret || $is_mail) { ?>
<input type=hidden value="secret" name="secret">
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<? if ($is_html) { ?>
<? if ($is_dhtml_editor) { ?>
<input type=hidden value="html1" name="html">
<? } else { ?>
<input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span>
<? } ?>
<? } ?>
<? if ($is_secret) { ?>
<? if ($is_admin || $is_secret==1) { ?>
<input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span>
<? } else { ?>
<input type=hidden value="secret" name="secret">
<? } ?>
<? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
다른사람이 볼수 없네요,
자동 비밀글로 안돼게 하고싶은데 방법좀 알려주세요,
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=58033&sca=&sfl=wr_name%252C1&stx=%25B8%25F1%25C1%25F8%25C3%25B6&sop=and
write.skin.php 의 어느부분을 지우면 될것같은데. 몰라서 질문좀 드립니다.
<? if ($is_notice || $is_html || $is_secret || $is_mail) { ?>
<input type=hidden value="secret" name="secret">
<!-- <tr>
<td style='padding-left:20px; height:30px;'><img src="<?=$board_skin_path?>/img/box_bullet19.gif" border=0> 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<? if ($is_html) { ?>
<? if ($is_dhtml_editor) { ?>
<input type=hidden value="html1" name="html">
<? } else { ?>
<input onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>html</span>
<? } ?>
<? } ?>
<? if ($is_secret) { ?>
<? if ($is_admin || $is_secret==1) { ?>
<input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span>
<? } else { ?>
<input type=hidden value="secret" name="secret">
<? } ?>
<? } ?>
<? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기 <? } ?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
댓글 전체
그냥 게시판관리에서 비밀글에 체크를 풀면되지 않나요?
이스킨 사용한적이 없어 어떻게 개발이 되었는지 모르나 ...
아마 같지 않을까 생각이되네요
이스킨 사용한적이 없어 어떻게 개발이 되었는지 모르나 ...
아마 같지 않을까 생각이되네요
관리자에서 비밀글 체크가 안돼어있는데도 비밀글로 작성됩니다.
<input type=hidden value="secret" name="secret">
이거 지우셔야 하는거 같네요.
이거 지우셔야 하는거 같네요.
감사합니다. ^^