각 클럽메인 이미지 설정 및 지에디터 관련 정보
각 클럽메인 이미지 설정 및 지에디터 관련관련링크
http://clubdslr.co.kr/club/
161회 연결
본문
안녕하세요 ^^
불당님이 만든 클럽으로 홈페이지 작업에 박차를 가하고 있습니다 ㅋㅋ
그런데 한가지 추가됐으면 하는 사항이 있어서 그냥 의견 올려봅니다....
각 클럽에서 메인에 원하는 이미지를 등록하여 메인에 최근게시글과 함께
보여주는 부분은 어떤가해서 의견을 내봅니당. ^^
아.. 그리고 제가 지에디터를 엉겁결에 쓰다보니 cheditor하고 겹쳐지는 부분이 있어서
날림으로 했는데 다른분들 혹시 도움(?)될지 몰라서 그냥 끄적 거려봅니다.
단순노가다이기한대요..
club/skin/모든 스킨들의 write.skin.php에서 상단의
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
이 부분을
if ($is_dhtml_editor) {
if($g4[cheditor_path]){ // geditor와 cheditor의 호환성 문제로 코드 추가
$g4[editor_path] = $g4[cheditor_path];
}
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
그리고 /에 있는 config.php에는
$g4['cheditor'] = "cheditor";
$g4['cheditor_path'] = $g4['path'] . "/" . $g4['cheditor'];
$g4['editor'] = "geditor";
$g4['editor_path'] = $g4['path'] . "/" . $g4['gditor'];
이렇게 불편하지만.. geditor와 cheditor공용으로 쓰고 있습니다.
그럼 좋은 하루 보내세요 ^^
불당님이 만든 클럽으로 홈페이지 작업에 박차를 가하고 있습니다 ㅋㅋ
그런데 한가지 추가됐으면 하는 사항이 있어서 그냥 의견 올려봅니다....
각 클럽에서 메인에 원하는 이미지를 등록하여 메인에 최근게시글과 함께
보여주는 부분은 어떤가해서 의견을 내봅니당. ^^
아.. 그리고 제가 지에디터를 엉겁결에 쓰다보니 cheditor하고 겹쳐지는 부분이 있어서
날림으로 했는데 다른분들 혹시 도움(?)될지 몰라서 그냥 끄적 거려봅니다.
단순노가다이기한대요..
club/skin/모든 스킨들의 write.skin.php에서 상단의
if ($is_dhtml_editor) {
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
이 부분을
if ($is_dhtml_editor) {
if($g4[cheditor_path]){ // geditor와 cheditor의 호환성 문제로 코드 추가
$g4[editor_path] = $g4[cheditor_path];
}
include_once("$g4[path]/lib/cheditor.lib.php");
echo "<script src='$g4[editor_path]/cheditor.js'></script>";
echo cheditor1('wr_content', $content);
}
그리고 /에 있는 config.php에는
$g4['cheditor'] = "cheditor";
$g4['cheditor_path'] = $g4['path'] . "/" . $g4['cheditor'];
$g4['editor'] = "geditor";
$g4['editor_path'] = $g4['path'] . "/" . $g4['gditor'];
이렇게 불편하지만.. geditor와 cheditor공용으로 쓰고 있습니다.
그럼 좋은 하루 보내세요 ^^
추천
0
0
댓글 전체
제안하신 사항은 처음에 고려를 했었는데, 그것이 좀...
하여간 그런저런 이유로 적용하지 않았습니다.
geditor는 제가 안쓰는 것이기 때문에... ㅎㅎ
글쿠 클럽의 라이센스 삭제에 대해서 나라오름님께서 별다른 언급이 없으셨지만
원뜻은 이렇게 해주셨으면 하는게 아닌지...
Copyright ⓒ CLUBDSLR, Naraorum. All Rights Reserved.
하여간 그런저런 이유로 적용하지 않았습니다.
geditor는 제가 안쓰는 것이기 때문에... ㅎㅎ
글쿠 클럽의 라이센스 삭제에 대해서 나라오름님께서 별다른 언급이 없으셨지만
원뜻은 이렇게 해주셨으면 하는게 아닌지...
Copyright ⓒ CLUBDSLR, Naraorum. All Rights Reserved.