묻고답하기
게시판 첨부파일 대체문구나 이미지로...
2013.02.18 18:51
질문드립니다.
게시판은
yoorim_default 1.2.9.1
코어버전은 1.5.4.2 입니다.
게시판에 첨부파일 본문에 올렸을때 첨부파일부분을 다른 이미지로 대체해서 대체한 이미지를 클릭하면
다운로드 가능하게 할 수 있는 방법이 있는지 알고 싶습니다.
첨부파일 분분의 소스인데 아무리 째려봐도 도통 알 수가 없네요.
<!--@if($oDocument->hasUploadedFiles()&&$module_info->display_files=='Y')-->
<dl class="attachedFile" style="margin-top:8px">
<dt><img src="./img/{$module_info->colorset}/iconFiles.gif" width="29" height="29" alt="{$lang->uploaded_file}({$oDocument->get('uploaded_count')})" title="{$lang->uploaded_file}({$oDocument->get('uploaded_count')})" /></dt>
<dd>
<ul class="files">
{@ $uploaded_list = $oDocument->getUploadedFiles() }
<!--@foreach($uploaded_list as $key => $file)-->
<li><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></li>
<!--@end-->
</ul>
</dd>
</dl>
<!--@end-->
홈페이지의 url을 알려주시면 어느부분을 수정해주셔야될지 알려드릴게요.