묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
필히 댓글을 달고 다운로드 받을 수 있는 설정
2012.05.28 15:09
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)}]">
여기서 파란 글씨가 추가된 내용
당연히 확인 테스트 했음