체에디터에서 프린트 출력기능
게시판 글읽기에서의 화면
[출력] 아이콘을 클릭했을때 나오는 출력화면 창
그누보드 4에서 적용된 것을 사용하였더니 프린트 출력이 잘되네요..
4.20.02 (07.04.26) 버전에도 잘됩니다....
4.20.02 (07.04.26) 버전에도 잘됩니다....
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
그누4 스킨
5,847건스킨의 저작권은 해당 스킨 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 스킨 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y 그누보드와 관련이 있지만 스킨과 빌더가 아니면 플러그인 게시판에 올려주세요.
댓글 19개
전 프린트나 용지업체가 절대 아닙니다. 오해없으시길 ^^;
프린트 출력하면 에러가
$g4_path = "../../.."; //이부분의 경로를 수정해주시면 될것 같고요..,
//include_once("$g4_path/common.php");
include_once("$g4_path/print_head.php");
아래처럼 에러가 나오는데 어떻게 수정해야 하나요?
$g4_path = "../../.."; //이부분의 경로를 수정해주시면 될것 같고요..,
//include_once("$g4_path/common.php");
include_once("$g4_path/print_head.php");
Warning: main(..//print_head.php): failed to open stream: No such file or directory in /user3/koidkoid/html/koid/skin/board/cheditor_print/print.php on line 5
Warning: main(): Failed opening '..//print_head.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /user3/koidkoid/html/koid/skin/board/cheditor_print/print.php on line 5
Fatal error: Call to undefined function: alert() in /user3/koidkoid/html/koid/skin/board/cheditor_print/print.php on line 15
아래처럼 에러가 나오는데 어떻게 수정해야 하나요?
$g4_path = "../../.."; //이부분의 경로를 수정해주시면 될것 같고요..,
//include_once("$g4_path/common.php");
include_once("$g4_path/print_head.php");