개발/GnuBoard2 그누보드 게시판 에디터 ckeditor 변경시 에디터 이름, 게시판 이름 누락으로 정상적으로 파일 업로드와 내용 출력이 안되는 문제 수정 에디터 이름 입력이 안되는 문제 \head.sub.php var g5_editor = ""; g5_editor="ckeditor"; //게시판이 아닌 경우에도 ckeditor 사용 게시판 이름 입력이 안되는 문제 \plugin\editor\ckeditor\upload.editor.js g5_editor='ckeditor'; // 게시판이 아닌 페이지에서는 에디터 이름을 인식하지 못하는 문제 javascript 전역변수 xhr.open( 'POST', g5_url+'/plugin/editor/'+g5_editor+'/upload.editor.php?bo_table='+g5_bo_table, true ); 내용 출력이 안 되는 문제는 /plugin/editor/ckeditor/editor.lib.php 파일.. 2022. 7. 29. [스크랩]그누보드 게시판 첨부파일 이메일 발송 게시판 첨부파일 이메일 발송 > SIR include_once(G5_LIB_PATH.'/mailer.lib.php'); $sql = " select bf_source, bf_file from $g5[board_file_table] where bo_table = '$bo_table' and wr_id = '$wr_id' order by bf_no asc"; $file_result = sql_query($sql); $files = Array(); wh sir.kr include_once(G5_LIB_PATH.'/mailer.lib.php'); $sql = " select bf_source, bf_file from $g5[board_file_table] where bo_table = '$bo_table' an.. 2022. 7. 29. 이전 1 다음 반응형