안녕하세요?

안녕하세요? 기본 게시판에서 홈페이지랑 html체크 하는 부분이랑 빼버릴 수는 없을까요?

|

댓글 1개

글쓰기 할때를 말씀 하시는건가요?
사용하시는 게시판 스킨에 들어가셔서 write.skin.php 여신다음에

$option = "";
$option_hidden = "";
if ($is_notice || $is_html || $is_secret || $is_mail) {
$option = "";
if ($is_notice) {
$option .= "<input type=checkbox name=notice value='1' $notice_checked><font color='white'>공지&nbsp;";
}

if ($is_html) {
if ($is_dhtml_editor) {
$option_hidden .= "<input type=hidden value='html1' name='html'>";
} else {
$option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title><font color='white'>html</span>&nbsp;";
}
}

중간에 보면 이부분이 있습니다.

여기에서

if ($is_notice || $is_html || $is_secret || $is_mail) {
부분을
if ($is_notice || $is_secret || $is_mail) {
로 고치구요

아래 부분에

if ($is_html) {
if ($is_dhtml_editor) {
$option_hidden .= "<input type=hidden value='html1' name='html'>";
} else {
$option .= "<input onclick='html_auto_br(this);' type=checkbox value='$html_value' name='html' $html_checked><span class=w_title><font color='white'>html</span>&nbsp;";
}
}

삭제하시면 HTML 은 없어집니다.
홈페이지는 어디 말씀하시는거지요? 제가 쓰는거에는 없어서 ^^;
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
16년 전 조회 2,500
16년 전 조회 1,232
16년 전 조회 2,419
16년 전 조회 959
16년 전 조회 952
16년 전 조회 929
16년 전 조회 1,511
16년 전 조회 979
16년 전 조회 1,336
16년 전 조회 1,020
16년 전 조회 1,564
16년 전 조회 948
16년 전 조회 1,240
16년 전 조회 995
16년 전 조회 1,607
16년 전 조회 1,156
16년 전 조회 985
16년 전 조회 954
16년 전 조회 1,529
16년 전 조회 907
🐛 버그신고