묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
댓글 후 다운로드 관리자는 제한 받지 않을려면?
2012.08.28 21:31
댓글 1
-
송동우
2012.08.28 22:02
cond="$result->count>0||$logged_info->is_admin=='Y'"
-
sorigongan
2012.08.28 22:20
언제나 친절한 답변 감사 드립니다. 깔금하게 잘되네요 고맙습니다.
송동우님의 답변 글을보고 댓글 달지 않으면 다운로드 하지 못하게 했는데요
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<송동우님의 답변 글>
xe - modules - board - skins - sketchbook5 - _read.html 열고
line 250 쯤에
<strong class="ui_font">Files <b>'{$oDocument->get('uploaded_count')}'</b></strong>
이것 바로 위에
{@
$oDB = &DB::getInstance();
$query = $oDB->_query('select count(*) as count from xe_comments where document_srl = '.$document_srl.' and member_srl = '.$logged_info->member_srl);
$result = $oDB->_fetch($query);
}
이것 삽입
처음 db를 설치할 때, prefix를 xe로 하지 않았다면 붉은 색 글씨 xe를 사용한 prefix로 변경
그리고 두어줄 밑에
<a class="bubble" href="{getUrl('')}{$file->download_url}"|cond="$result->count>0" title="[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]">
여기서 파란 글씨가 추가된 내용
당연히 확인 테스트 했음
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
관리자도 댓글 달지 않으면 다운로드 할 수 없다는 문제가 생기네요.
관리그룹은 댓글 제한받지 않고 다운로드 할려면 어떻게 수정해야 할런지요...