묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
첨부파일 이미지파일 숨기는법좀 알려주세요
2014.12.18 21:45
JB_erebus_board게시판 사용하고 잇구요
==========================================================================
https://www.xpressengine.com/index.php?mid=qna&search_target=title_content&search_keyword=%EC%9D%B4%EB%AF%B8%EC%A7%80+%EC%B2%A8%EB%B6%80%ED%8C%8C%EC%9D%BC&document_srl=19582363 참고해서 이미지 파일 없앨려고 하는데 잘 안됩니다.
==========================================================================
<!-- // 첨부 파일 출력 // -->
<dl class="attachedFile" cond="$oDocument->hasUploadedFiles() && $module_info->display_file !='N'">
<dt>
<img src="./img/common/iconFiles.gif" width="27" height="11" alt="{$lang->uploaded_file}" />
<button type="button" class="fileToggle" onclick="jQuery(this).parents('dl.attachedFile').toggleClass('open');return false;">{$lang->uploaded_file} ({$oDocument->get('uploaded_count')})</button>
</dt>
<dd>
<ul class="files">
{@ $uploaded_list = $oDocument->getUploadedFiles() }
<li loop="$uploaded_list=>$key, $file"><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>
</ul>
</dd>
</dl>
도와주세요 부탁드립니다..
<li loop="$uploaded_list=>$key, $file" cond="$file->direct_download != 'Y'"><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>
이렇게 안되면
<li loop="$uploaded_list=>$key, $file" >
<!--@if($file->direct_download != 'Y')-->
<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>
<!--@end-->
</li>
이렇게