e

게시판 뷰 view 질문드립니다.

에디터 사용시나 사용 안할시 아래처럼 Html을 그대로 보여집니다.
<DIV>yyyyyyyy</DIV>
<DIV>ggggg</DIV>
<DIV>gggg</DIV>
<DIV> </DIV>
한줄로 입력할때는 몰랐는데
줄바꿈하니까 위처럼 보이네요.
뭐가 문제일가요?
|

댓글 3개

에디터 사용시 그런 증상인가요?
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>공지 ";
}

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>html</span> ";
}
}

if ($is_secret) {
if ($is_admin || $is_secret==1) {
$option .= "<input type=checkbox value='secret' name='secret' $secret_checked><span class=w_title>비밀글</span> ";
} else {
$option_hidden .= "<input type=hidden value='secret' name='secret'>";
}
}

if ($is_mail) {
$option .= "<input type=checkbox value='mail' name='mail' $recv_email_checked>답변메일받기 ";
}
}

echo $option_hidden;
if ($option) {
?>

여기에서 혹시 is_html 구문 사라지면 그런 증상 나옵니다.
저게 없으면 태그가 그대로 보여지죠.
write view 원본 파일로 교체를 했는데도
에디터 적용이 안되네요.
원본으로 교체하고나서 그대로 보여지는 현상은 사라졌지만
에디터 적용이 안되네요. 체디터 5적용이구요
원본이면 관리자에서 체크만 하면 문제가 없을텐데..
그러면 저도 잘 모르겠네요 ;;
죄송합니다 (__) 음..
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
14년 전 조회 1,544
14년 전 조회 2,182
14년 전 조회 1,393
14년 전 조회 2,203
14년 전 조회 1,738
14년 전 조회 2,282
14년 전 조회 995
14년 전 조회 2,471
14년 전 조회 954
14년 전 조회 979
14년 전 조회 1,640
14년 전 조회 1,109
14년 전 조회 971
14년 전 조회 4,442
14년 전 조회 1,582
14년 전 조회 1,701
14년 전 조회 1,022
14년 전 조회 2,669
14년 전 조회 3,061
14년 전 조회 1,601