묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 리스트 섬네일 관련해서 질문드립니다.
2016.03.06 15:52
https://www.xpressengine.com/qna/22957407
게시판 댓글 참조하여 리스트에서 섬네일 뿌려주는 거 정상적으로 작동 되는데요.
만약 첨부파일이 없어서, 섬네일 공간에 엑박이 나오게 되는데, 이를 대체 이미지 할 수 있는 방법이 있을까요?
html 파일이라 php 문법도 안되는거 같던데...
소스와 관련 스크린샷 올려드립니다.
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}">
<img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" width="50px" height="50px" alt="" />
</a>
<!--@if($document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
<a href="{getUrl('document_srl',$document->document_srl,'listStyle',$listStyle, 'cpage','')}">
<img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" width="50px" height="50px" alt="" />
</a>
<!--@else-->
<img src="noimage.gif">
<!--@end-->
같은 형태로 하시면 될거예요