추가필드문의 입니다. 정보
그누보드 추가필드문의 입니다.본문
기존의 wr_content 는 html체크를 하면 묵히는데요..
wr_추가필드는 html 체크를 하나 안하나
똑같거던요..
체크를하나 안하나 html 테그가 먹히고요..
리스트에서html태그까지 내용글로 나오거던요..
wr-추가필드를
html체크 그거 묵히게 할려면 어떻게 설정해줘야하나요..?
수고하십시요.최강그누보드
wr_추가필드는 html 체크를 하나 안하나
똑같거던요..
체크를하나 안하나 html 테그가 먹히고요..
리스트에서html태그까지 내용글로 나오거던요..
wr-추가필드를
html체크 그거 묵히게 할려면 어떻게 설정해줘야하나요..?
수고하십시요.최강그누보드
댓글 전체
wr_7인데요.
gbform.skin.php
$wr_7 = conv_content($write[wr_7], $write[wr_html]);
위에처럼 넣어도 안되요..
수고하십시요.
gbform.skin.php
$wr_7 = conv_content($write[wr_7], $write[wr_html]);
위에처럼 넣어도 안되요..
수고하십시요.
다음코멘트 참고하셔서
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&wr_id=8440#c8472
다음처럼 conv_content() 함수를 사용해보세요
$wr_1 = conv_content($write[wr_1], $write[wr_html]);
$wr_2 = conv_content($write[wr_2], $write[wr_html]);
$wr_3 = conv_content($write[wr_3], $write[wr_html]);
$wr_4 = conv_content($write[wr_4], $write[wr_html]);
$wr_5 = conv_content($write[wr_5], $write[wr_html]);
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=skin3&wr_id=8440#c8472
다음처럼 conv_content() 함수를 사용해보세요
$wr_1 = conv_content($write[wr_1], $write[wr_html]);
$wr_2 = conv_content($write[wr_2], $write[wr_html]);
$wr_3 = conv_content($write[wr_3], $write[wr_html]);
$wr_4 = conv_content($write[wr_4], $write[wr_html]);
$wr_5 = conv_content($write[wr_5], $write[wr_html]);