웹진형 기본 게시판 - cheditor에서 올린 이미지도 썸네일 가능하도록 수정
기본 게시판을 변형한 것입니다.
cheditor에서 올린 이미지도 썸네일이 가능하도록 한 소스는
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=84463&sca=&sfl=mb_id%2C1&stx=xtrablue
시하님의 게시물에서 얻어왔습니다.
최대한 깔끔하게 한다고 했는데 어떤가 모르겠네요..
cheditor의 버전에 따라서
list.skin.php 화일의 158라인
if (eregi("data/cheditor[^<>]*\.(gif|jpg|png|bmp)", $edit_img, $tmp)) { // data/cheditor------
cheditor 또는 cheditor4 또는 각 경로에 맞는 폴더로 바꾸어 주시면 됩니다.
※ 스샷 위의 바로가기 버튼은 mymenu를 사용하지 않으시는 분은 빼주셔야 에러메세지가 출력되지 않습니다.
일반 게시판 설치하시듯..
board 폴더에 압축해제후 올려주시면 됩니다.
새해 복 많이 받으세요 ^^
cheditor에서 올린 이미지도 썸네일이 가능하도록 한 소스는
http://sir.co.kr/bbs/board.php?bo_table=g4_skin&wr_id=84463&sca=&sfl=mb_id%2C1&stx=xtrablue
시하님의 게시물에서 얻어왔습니다.
최대한 깔끔하게 한다고 했는데 어떤가 모르겠네요..
cheditor의 버전에 따라서
list.skin.php 화일의 158라인
if (eregi("data/cheditor[^<>]*\.(gif|jpg|png|bmp)", $edit_img, $tmp)) { // data/cheditor------
cheditor 또는 cheditor4 또는 각 경로에 맞는 폴더로 바꾸어 주시면 됩니다.
※ 스샷 위의 바로가기 버튼은 mymenu를 사용하지 않으시는 분은 빼주셔야 에러메세지가 출력되지 않습니다.
일반 게시판 설치하시듯..
board 폴더에 압축해제후 올려주시면 됩니다.
새해 복 많이 받으세요 ^^
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
그누4 스킨
5,847건스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y 그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.
댓글 27개
새해복 많이받으세요 ^^
글쓴이와 날짜, 조회가 보이지 안하게 하려면 어떻게 해야 하는지요.
해당파일 (예를들어 list.skin.php , view.skin.php ...) 맨위에 아래와같이 넣어주시면 이미지에 파란선(border)사라집니다 ~ ^^
<style type="text/css">
<!--
img { border : 0px; }
-->
</style>
write.skin.php에서 맨위
/*
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
*/
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
echo cheditor1('wr_content', '100%', '250');
}
?>
136줄
<td style='padding:5 0 5 0;'>
<? if ($is_dhtml_editor) { ?>
<?//=cheditor2('fwrite', 'wr_content', '100%', '350');?>
<?=cheditor2('wr_content', $content);?>
<? } else { ?>
chedit4 버젼사용할 경우 체크하세요 ^^
Warning: include() [function.include]: Failed opening '../bbs/my_menu_script.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /free/home/sntglobal/html/gnuboard4/skin/board/basic_webzine/list.skin.php on line 79
적용 시 이렇게 뜨는데, 어떻게 해결해야 하나요?