자동으로 비밀글로 써지는 스킨인데 비밀글 안돼게??? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

자동으로 비밀글로 써지는 스킨인데 비밀글 안돼게??? 정보

자동으로 비밀글로 써지는 스킨인데 비밀글 안돼게???

본문

아래스킨을 사용하였는데. 자동으로 비밀글이 되어
다른사람이 볼수 없네요,

자동 비밀글로 안돼게 하고싶은데 방법좀 알려주세요,


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>&nbsp;옵션</td>
    <td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지&nbsp;<? } ?>
        <? 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>&nbsp;
            <? } ?>
        <? } ?>
        <? if ($is_secret) { ?>
            <? if ($is_admin || $is_secret==1) { ?>
            <input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span>&nbsp;
            <? } else { ?>
            <input type=hidden value="secret" name="secret">
            <? } ?>
        <? } ?>
        <? if ($is_mail) { ?><input type=checkbox value="mail" name="mail" <?=$recv_email_checked?>>답변메일받기&nbsp;<? } ?></td></tr>
<tr><td colspan=2 height=1 bgcolor=#e7e7e7></td></tr> -->
<? } ?>
  • 복사

댓글 전체

그냥 게시판관리에서 비밀글에 체크를 풀면되지 않나요?
이스킨 사용한적이 없어 어떻게 개발이 되었는지 모르나 ...
아마 같지 않을까 생각이되네요
© SIRSOFT
현재 페이지 제일 처음으로