sejin7940 board 1 (XE 1.4)
sejin7940_board (XE 1.4)의 지원은 공식적으로 중단되었습니다.
이 스킨은 XE 1.5 와 Xe 1.7 등 상위버전에서는 호환이 안 됩니다.
상위버전의 스킨은 아직까지는 유료 사이트 개발에만 사용하고 있고, 무료 배포계획이 없습니다. 죄송합니다 ^^;
더 이상의 문의등록은 불가능하며, 보관용으로 게시판을 남겨둡니다. ^^
이 스킨은 XE 1.5 와 Xe 1.7 등 상위버전에서는 호환이 안 됩니다.
상위버전의 스킨은 아직까지는 유료 사이트 개발에만 사용하고 있고, 무료 배포계획이 없습니다. 죄송합니다 ^^;
더 이상의 문의등록은 불가능하며, 보관용으로 게시판을 남겨둡니다. ^^
view_document.html 파일에서.
대략 400줄즈음 (아닐수도 있어요. 제 원본소스가 하도 많이 바뀐 상태여서 ㅡㅡ;)
<!--@if($oDocument->isEditable())-->
<!-- 댓글 달린 경우 자신의 글 삭제 못하게 하는 기능 추가 -->
<!--@if(!( !$grant->manager && $oDocument->getCommentCount() && $module_info->use_afteredit=="Y" ))-->
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span>{$lang->cmd_modify}</span></a>
<!--@end-->
<!--@if(!( !$grant->manager && $oDocument->getCommentCount() && $module_info->use_afterdelete=="Y" ))-->
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span>{$lang->cmd_delete}</span></a>
<!--@end-->
<!--@end-->
부분을 찾아서, 그 밑에다가 추가하세요
<!--@if( !((!$grant->write_document && $module_info->button_write=="N") || $module_info->default_style == 'memo' || ($module_info->default_style == 'order' && !$grant->manager) ) && $module_info->use_sub!="out" )-->
<a href="{getUrl('act','dispBoardWrite','document_srl','')}" class="buttonOfficial"><span>{$lang->cmd_write}</span></a>
<!--@end-->
감사합니다.