안녕하세요.
xe의 여러 모듈스킨 제작자 분들께 문의드리고 수정해보고 하는데..
딱맞게 떨어지는게 참 없네요.
다름이 아니라 목록형 게시판 차이틀부분에 섬네일 부분을 추가하고 싶은데..
<td width="75">
<!--썸네일 추가-->
<!--@if($document->thumbnailExists($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)}" border="0" alt="" class="thumb" width="70px" height="70px"></a>
<!--@else-->
<img src="/images/common/blank.gif" border="0" alt="" class="thumb" width="70px" height="70px" /><!--width="{$module_info->thumbnail_width}" height="{$module_info->thumbnail_height}"-->
<!--@end-->
</td>
기본 xe게시판은 이방법이 되는데..
JB_erebus_board 스킨에선 안되네요..
추가할수있는 방법이 없을는지요..