안녕하세요?

안녕하세요? 기본 게시판에서 홈페이지랑 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'>공지 ";
}

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> ";
}
}

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

여기에서

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> ";
}
}

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

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
16년 전 조회 2,529
16년 전 조회 1,261
16년 전 조회 2,453
16년 전 조회 982
16년 전 조회 984
16년 전 조회 969
16년 전 조회 1,545
16년 전 조회 1,015
16년 전 조회 1,378
16년 전 조회 1,052
16년 전 조회 1,591
16년 전 조회 981
16년 전 조회 1,282
16년 전 조회 1,018
16년 전 조회 1,631
16년 전 조회 1,185
16년 전 조회 1,017
16년 전 조회 984
16년 전 조회 1,560
16년 전 조회 932