달력
컨텐츠 정보
- 11,657 조회
- 19 댓글
- 0 추천
- 목록
본문
관련자료
댓글 19
11qkr님의 댓글
댓글에 그누보드에서 나리야빌드 스킨으로 첨부 보이게 처리
// 이미지
$comment = preg_replace("/[<as*href="(http|https|ftp)://([^[:space:]]+).(gif|png|jpg|jpeg|bmp)"s*[^>]*>[^s]*</a>]/i", "<img src="$1://$2.$3" alt="" class="img-fluid">", $comment);
// 동영상
$comment = preg_replace("/[<as.*href="(http|https|ftp|mms)://([^[:space:]]+).(mp3|wma|wmv|asf|asx|mpg|mpeg)".*</a>]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $comment);
// 컨텐츠
$comment = na_content($comment);
$cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결
$c_reply_href = $comment_common_url.'&c_id='.$comment_id.'&w=c#bo_vc_w';
$c_edit_href = $comment_common_url.'&c_id='.$comment_id.'&w=cu#bo_vc_w';
$is_comment_reply_edit = ($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) ? 1 : 0;
$cmt_shingo = (IS_NA_BBS && $boset['na_shingo']) ? true : false;
$by_writer = ($view['mb_id'] && $view['mb_id'] == $list[$i]['mb_id']) ? ' by-writer' : ''; ?>