탭 형태 최근 문서 출력

  • Huckleberry Finn
  • 2011.04.14 22:21:57
  • 2
dddd.jpg


탭 형태 최근 문서 출력에서 옆에 미리보기 사진 안나오게 하는법 없나요..
사진이 차지하는 비중이 커서 글이 짤리는게 보기 싫어서요

알려주세요

TagList

  • Doesn't exist

AttachmentFile List

  • Doesn't exist
목록으로 돌아가기
Write a comment
Comment List [2]
  • 한마음^^

    위젯을 기본위젯인 컨텐츠 위젯으로 변경하시면 됩니다.
    그러면 목록만 나오게 할 수 있습니다. 물론 탭 기능도 있고요. 

    Comment Apr 14, 2011

  • 오르막

    자신이 사용하는 스킨에 list.htm 파일에서 셈네일 부분을 삭제하면 됩니다.

    기본 스킨은 대략 아래인것 같습니다.

                <document_list">!--@foreach($val->document_list as $k => $v)-->
                    <!--@if(!$_thumbnail_checked && $v->thumbnailExists($widget_info->thumbnail_width, $widget_info->thumbnail_height))-->
                        <td class="thumbnail" width="{$widget_info->thumbnail_width+12}">
                            <a href="{getSiteUrl($val->domain,'','+ 'document_srl',$v->document_srl)}"><img src="{$v->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" /></a>
                        </td>
                        {@ $_thumbnail_checked = true; }
                    <!--@end-->
                <!--@end-->

    Comment Apr 15, 2011