크게 작게 인쇄

[그누보드]코멘트에 동영상, 플래쉬, 이미지 나오게 하는 방법

skin/board/게시판스킨/view_comment.skin.php 파일의 코멘트가 출력되는 부분을 아래의 코드로 바꾸세요.

그누보드 board/
view_comment.skin.php 60줄
수정전
echo $str;

수정후
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp|mms)\:\/\/([^[:space:]]+)\.(mp3|wma|wmv|asf|asx|mpg|mpeg)\".*\<\/a\>\]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $str);
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(swf)\".*\<\/a\>\]/i", "<script>doc_write(flash_movie('$1://$2.$3'));</script>", $str);
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(gif|png|jpg|jpeg|bmp)\".*\<\/a\>\]/i", "<img src='$1://$2.$3' id='target_resize_image[]' onclick='image_window(this);'>", $str);
echo $str;


불당팩 cheditor/
view_comment.skin.php
수정전
echo resize_content($str, $board[bo_image_width] - 150);

수정후
$str = resize_content($str, $board[bo_image_width] - 150);
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp|mms)\:\/\/([^[:space:]]+)\.(mp3|wma|wmv|asf|asx|mpg|mpeg)\".*\<\/a\>\]/i", "<script>doc_write(obj_movie('$1://$2.$3'));</script>", $str);

$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(swf)\".*\<\/a\>\]/i", "<script>doc_write(flash_movie('$1://$2.$3'));</script>", $str);
$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(gif|png|jpg|jpeg|bmp)\".*\<\/a\>\]/i", "<img src='$1://$2.$3' id='target_resize_image[]' onclick='image_window(this);'>", $str);
echo $str;



사용법
이미지,동영상,플래쉬 주소에  [] 로 닫기만하면 적용됩니다.

[http://도메인/동영상.mp3]
[http://도메인/플래쉬.swf]
[http://도메인/이미지.gif]



※ 로그인 하시면 원본파일을 볼 수 있습니다. ※

0
코멘트 0
그누보드팁 | 전체게시물 160
안내

포인트안내닫기

  • 글읽기0
  • 글쓰기100
  • 댓글쓰기50
  • 다운로드-500
그누보드팁리스트
번호 제목 글쓴이 날짜 조회 추천
 공지  텍스트 슈퍼맨 웹스터디 12-17 - -
160 파일첨부 +1 링크 슈퍼맨 웹스터디 12-07 7198 0
159 텍스트 +3 슈퍼맨 웹스터디 12-07 6348 0
158 텍스트 +1 슈퍼맨 웹스터디 01-10 7517 0
157 텍스트 슈퍼맨 웹스터디 12-14 6833 0
156 텍스트 링크 슈퍼맨 웹스터디 12-06 9052 0
155 텍스트 링크 슈퍼맨 웹스터디 11-27 7217 0
154 텍스트 링크 슈퍼맨 웹스터디 09-27 8507 0
153 텍스트 슈퍼맨 웹스터디 09-06 6842 0
152 텍스트 +2 링크 슈퍼맨 웹스터디 08-15 7001 1
151 파일첨부 링크 슈퍼맨 웹스터디 07-19 6482 0
150 파일첨부 링크 슈퍼맨 웹스터디 07-12 8896 0
149 파일첨부 링크 슈퍼맨 웹스터디 07-02 7722 0
148 파일첨부 +2 링크 슈퍼맨 웹스터디 06-06 6580 0
147 텍스트 슈퍼맨 웹스터디 04-02 6534 0
146 파일첨부 링크 슈퍼맨 웹스터디 03-28 6745 0
145 파일첨부 링크 슈퍼맨 웹스터디 03-28 6689 0
144 파일첨부 +1 슈퍼맨 웹스터디 03-19 6639 0
143 파일첨부 슈퍼맨 웹스터디 03-13 6757 0
142 텍스트 +4 슈퍼맨 웹스터디 03-12 8838 0
141 텍스트 링크 슈퍼맨 웹스터디 02-15 7178 0