게시판 스킨을 수정해야 합니다.
수정대상 파일 : ./ modules / board / skins / xe_board / view_document.html
"xe_board" 스킨이 아니면 사용중인 스킨을 대상으로 수정하시면 됩니다.
수정전 :
<!--@ foreach($uploaded_list as $key => $file)-->
<li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
<!--@ end-->
수정후 :
<!--@ foreach($uploaded_list as $key => $file)-->
<!--@ if($file->direct_download != 'Y')-->
<li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
<!--@ end-->
<!--@ end-->
조회 수 7,668 추천 수 0 댓글 0
| 원작자 | BlueGate |
|---|---|
| 출처 | http://www.bluegate.kr/?mid=zbxetip&document_srl=84597 |
| 적용여부 | 적용 |
Sep 27 2008
Sep 12 2008
Category : Xe
원작자 : 서강수
Sep 11 2008
Sep 09 2008
Category : Xe
원작자 : 라그게덴
Aug 29 2008
Aug 04 2008
Category : Xe
원작자 : 젝망치
Jul 29 2008
Jul 28 2008
Jul 20 2008
Jul 20 2008
Category : 문하우스
Jul 19 2008
Jul 18 2008
Jul 15 2008
Jul 12 2008
Jul 11 2008
Jul 11 2008
Jul 05 2008
Jun 15 2008
May 25 2008
May 22 2008
Tip이 도움이 되었다면 댓글과 평가 부탁합니다.
Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다. 
