에디터창은 write_form.html 문서와 view_document.html 문서에서 불러오는데요 0.2.9선행버전에서 에디터를 불러오는 코드의 변경이 있었네요.
버전업데이트하고 나서 수정할 곳이 좀 보여서 스킨업데이트는 2~3일정도 걸릴 것 같습니다.
급한대로 에디터창 불러오는 방법입니다.

 * 검색어라고 되어있는 부분의 코드를 Ctrl+F로 검색하여 찾고, 변경이라고 되어있는 부분의 코드로 대체합니다.


copy to clipboard 로 쉽게 복사하는 것 아시죠? ^^ㆀ

 1. write_form.html (글쓰기창 수정하기)


검색어


변경

  1. {$oDocument->getEditor()}  



 2. view_document.html  (댓글(코멘트)창 수정하기)


검색어


변경

  1. <font style="background-color: rgb(238, 238, 34);">{$oDocument->getCommentEditor()}</font>  



아,, 코멘트 수정창을 깜빡 했군요. -_-;;

 3. comment_form.html (댓글 수정창 수정하기)


검색어

  1. <font style="background-color: rgb(238, 238, 34);">{$comment_editor}</font>  


변경

<font style="background-color: rgb(238, 238, 34);">{$oComment->getEditor()}</font>
profile