cheditor에서 wr_option에 'html2'이나 'html1' 값이 안 들어가는 이유 정보
cheditor에서 wr_option에 'html2'이나 'html1' 값이 안 들어가는 이유본문
기본 basic_chediotr로는 값이 잘 들어 가는데
이 스킨을 활용한 다른 스킨에서는 이런 문제가 생기네요.
혹시나 소스보기해서 wr_option을 검색해도 안 나오고
write_update.skin.php에도 별 내용은 없고,
언제 wr_option 값을 넣는지 잘 모르겠네요.
한 때 질문 답변 게시판에서와 비슷한 증상입니다.
댓글 전체
눈을 크게 뜨시면 보입니다....write.skin.php
<input type='hidden' name='html' value='html1'> ////요넘요넘......^^
<? if ($is_notice || $is_secret || $is_mail) { ?>
<tr>
<td width=120 style='padding-left:20px; height:30px;'>· 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<?/* if ($is_html) { ?><INPUT onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>HTML</span> <? } */?>
<? if ($is_secret) { ?><input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span> <? } ?>
<? 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' name='html' value='html1'> ////요넘요넘......^^
<? if ($is_notice || $is_secret || $is_mail) { ?>
<tr>
<td width=120 style='padding-left:20px; height:30px;'>· 옵션</td>
<td><? if ($is_notice) { ?><input type=checkbox name=notice value="1" <?=$notice_checked?>>공지 <? } ?>
<?/* if ($is_html) { ?><INPUT onclick="html_auto_br(this);" type=checkbox value="<?=$html_value?>" name="html" <?=$html_checked?>><span class=w_title>HTML</span> <? } */?>
<? if ($is_secret) { ?><input type=checkbox value="secret" name="secret" <?=$secret_checked?>><span class=w_title>비밀글</span> <? } ?>
<? 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>
<? } ?>