테스트 : 현재 이 게시판은 게시물에 댓글을 작성하거나 추천을 해야 첨부파일을 다운로드 할 수 있도록 적용 중입니다.
/modules/board/skins/xe_default/view_document.html
87.
<!--@if($oDocument->hasUploadedFiles())-->
<
dl
class
=
"attachedFile"
> <
dt
>{$lang->uploaded_file}
:</
dt
> {@
$uploaded_list = $oDocument->getUploadedFiles() }
<!--@foreach($uploaded_list as $key =>
$file)-->
<
dd
><
a
href="{getUrl()}{$file->download_url}">{$file->source_filename}
<
span
class
=
"bubble"
>[File
Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</
span
></
a
></
dd
>
<!--@end-->
</
dl
>
<!--@end-->
위에것을 아레것으로....
/modules/board/skins/xe_default/view_document.html
87.
<!--@if($oDocument->hasUploadedFiles())-->
<
dl
class
=
"attachedFile"
> <
dt
>{$lang->uploaded_file}
:</
dt
> {@
$uploaded_list = $oDocument->getUploadedFiles() }
<!--@foreach($uploaded_list as $key =>
$file)-->
<
dd
><
a
href="{getUrl()}{$file->download_url}"
target="_blank">{$file->source_filename} <
span
class
=
"bubble"
>[File
Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</
span
></
a
></
dd
>
<!--@end-->
</
dl
>
<!--@end-->
소스 달라진점
<a href="{getUrl()}{$file->download_url}"> 이것을
<a href="{getUrl()}{$file->download_url}" target="_blank"> 로 변경
배포자 우리아기
현재평점 0 (평가자 수 : 0)
여기에서 행복한 시간 되십시오.