대부분의 자잘한 문제가 해결된 안정 버전? 입니다.
T2Editor 2.0 이후 변경사항:
1. 테이블 수정 메뉴 및 테이블 너비가 모바일(스마트폰) 환경에서 적절하지 않던 문제 수정
2. 작성한 테이블 cvs로 내보내기 기능 추가
3. 툴바 사용성 향상 및 게시글 수정 시 미디어블록 위 아래로 줄바꿈이 추가되던 문제 해결
4. 파일 첨부 기능을 통한 파일 아이콘 추가 기능이 게시글 수정 시 구조가 깨지고 삭제가 되지 않던 문제 해결
https://dsclub.kr/service/editor 을 통해 데모 체험 및 최신버전을 무포인트, 무료로 다운로드 받으실 수 있습니다. (3.5 버전 미리 다운로드 가능)
추가 기능 제안받습니다. (외부 서비스를 사용하지 않는 기능이면 좋겠습니다.)
상세 사용법:
간단 사용법:
에디터 추가 후
미디어블럭 등의 T2Editor 자체 기능의 스타일을 위해
head.sub.php 또는 view.skin.php에 <link href="<?php echo G5_PLUGIN_URL ?>/editor/t2editor/css/t2content.css" rel="stylesheet">를 추가해주세요
저작권:
수정 후 배포를 허용하지만 대신 무료로 배포해야 합니다.
(수정 후 배포는 의무가 아니지만, 수정본 배포 시 무료로 배포해야 합니다.)
댓글 22개
닷홈에서 적용시 게시판 관리자모드에서 에러가 생기네요.
Fatal error: Cannot redeclare get_readme_version() (previously declared in /.../plugin/editor/t2editor/editor.lib.php:83) in /.../plugin/editor/t2editor/editor.lib.php on line 82
<?php
function get_readme_version() {
$readme_path = G5_PLUGIN_PATH . '/editor/t2editor/readme.txt';
if (file_exists($readme_path)) {
$content = file_get_contents($readme_path);
if (preg_match('/ver_([0-9.]+)/', $content, $matches)) {
return $matches[1];
}
}
return 'readme.txt 오류! 재설치 해주세요.';
}
?>
를 아래처럼 고치니 에러 안나네요.
<?php
if (!function_exists('get_readme_version')) {
function get_readme_version() {
$readme_path = G5_PLUGIN_PATH . '/editor/t2editor/readme.txt';
if (file_exists($readme_path)) {
$content = file_get_contents($readme_path);
if (preg_match('/ver_([0-9.]+)/', $content, $matches)) {
return $matches[1];
}
}
return 'readme.txt 오류! 재설치 해주세요.';
}
}
?>
정보 감사합니다. 수정본 업로드하도록 하겠습니다.
수정본(Ver 4.0): https://dsclub.kr/zip/903
게시글 목록
| 번호 | 제목 |
|---|---|
| 13281 | |
| 13259 | |
| 13250 | |
| 13228 | |
| 13204 | |
| 13193 | |
| 13176 | |
| 13175 | |
| 13170 | |
| 13159 | |
| 13145 | |
| 13144 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기