- 프로그램
GNU4 위즈모바일 플러그인 (무료형) v1.0.9
: pc 스킨에서 댓글에 에디터를 사용하는경우 모바일에서 태그 노출되는 문제 수정.
view_comment.skin.php
$html = 0;
if (strstr($list[$i][wr_option], "html1")) $html = 1;
if (strstr($list[$i][wr_option], "html2")) $html = 2;
if ($html > 0) {
if (!strstr($list[$i][wr_option], "secret") ||
$is_admin ||
($write[mb_id]==$member[mb_id] && $member[mb_id]) ||
($list[$i][mb_id]==$member[mb_id] && $member[mb_id])) {
$str = $list[$i][wr_content];
}
}
else {
$str = $list[$i][content];
}
※ 배추스킨 참조.
첨부파일
- 위즈모바일-무료형-v1.0.9.zip (394.6K) 56회 다운로드 | DATE : 2013-12-22 22:22:35