묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
공지사항 첨부파일 다운로드
2012.09.14 17:26
XE : 1.5.3.2
게시판 : 1.4.5
스킨 : Sketchbook5 1.5.0.3
현재 용도를 수업용게시판으로 사용중입니다...
권한은 게시물작성자(학생)이 올리면 모두가 열람가능하나 [첨부파일]만 교수님 및 관리자만 다운로드 가능하게 되어있습니다.
이 상황에서 공지사항에 교수님께서 파일을 올리셔야 하는데.. 공지사항으로 올라가는 글에 첨부되는 파일만 모두가 다운로드 될 수 있게 하는 방법이 있을까요.?
ps. 제가 막 가입한거라 포인트가 없네요 ㅠㅠ
댓글 1
-
송동우
2012.09.15 00:16
-
ysyukr
2012.09.17 14:34
감사합니다!! 한가지 더 질문이있습니다. 공지사항의 파일을 비로그인 상태도 가능한 것인지 궁금합니다 ^^;
xe - modules - file - file.controller.php 열고
line 233 쯤에
if(!$is_permitted) return $this->stop('msg_not_permitted_download');
이것을
$oDocumentModel = &getModel('document');
$is_notice = $oDocumentModel->getDocument($file_obj->upload_target_srl);
if(!$is_permitted&&$is_notice->get('is_notice')=='N') return $this->stop('msg_not_permitted_download');
이것으로 수정