묻고답하기

가로로 지금 3개밖에 안보이는데 4개를 보여주고 싶어요 소스를 어디서 건드려하는지 몰라서 ㅠㅠ

섬네일은 230에 230px로 조정했는데 ㅠㅠ 전체 게시판 사이즈는 1000px입니다..

 

아래 소스는 list.html에 잇는 것이고요 ㅠ

딱 썸네일만 보여주고 제목이런거 다 필요없어서 다지웠는데 ㅠㅠ 4개를 1줄에 만들고싶은데 도대체 어디서 하면될까요.

제발 고수님들 도와주십시오 ㅠㅠ 검색해도 안나와요..ㅠ 검색하니까 썸네일 그부분에 고치면된다고..되어있는데 ㅠㅠ

 

{@
 $mi = $module_info;
 if (!$mi->thumbnail_width)  $mi->thumbnail_width  = 230;
 if (!$mi->thumbnail_height) $mi->thumbnail_height = 230;
 if (!$mi->content_cut_size) $mi->content_cut_size = 230;

 $list_idx = 1;
}
<load target="js/jquery.easing.1.3.js" />
<load target="js/list.xe.js" />

<div class="list">

 <form action="./" method="get" class="list-body">
  <fieldset>
   <legend>List of Articles</legend>
 
   <div class="container hide">
   <ul>
    <li class="fbox article">
     <a href="#" class="title"><span class="iefix"></span></a>
     <span class="thumb">
      <img src="./img/noimage.gif" width="{$mi->thumbnail_width}" height="{$mi->thumbnail_height}" alt="" /></a>
     </span>
     </li>
   </ul>
   </div>
 
   <div class="container">
   <ul>
    <li class="fbox article {($list_idx++%2)?'odd':'even'}" loop="$document_list=>$doc" >
     {@
      $post_link     = getUrl('document_srl',$doc->document_srl);
      $perm_link     = $doc->getPermanentUrl();
      $comment_count = $doc->getCommentCount();
      $has_thumbnail = $doc->thumbnailExists($mi->thumbnail_width, $mi->thumbnail_height, $mi->thumbnail_type);
     }
     
     <span class="thumb">
     <a href="{$post_link}" class="title">
     <!--@if($has_thumbnail)-->
      <img src="{$doc->getThumbnail($mi->thumbnail_width, $mi->thumbnail_height, $mi->thumbnail_type)}" width="{$mi->thumbnail_width}" height="{$mi->thumbnail_height}" alt="" />
     <!--@else-->
      <img src="./img/noimage.gif" width="{$mi->thumbnail_width}" height="{$mi->thumbnail_height}" alt="" />
     <!--@end-->
     </a>
     </span>
     <ul class="flat meta" style="width:{$mi->thumbnail_width}px;">
     </ul>
    </li>
   </ul>
   </div>
  </fieldset>
 </form>

 <div class="list_footer">
  <div class="btnArea">
   <span class="btn"><a href="{getUrl('act','dispBoardWrite','document_srl','')}">{$lang->cmd_write}...</a></span>
  </div>
</div>

<script type="text/javascript">
if (typeof window.xe_v3 == 'undefined') window.xe_v3 = {};
jQuery.extend(xe_v3, {
 page : '{$page}',
 list_count : '{$mi->list_count}',
 last_page  : '{$total_page}',
 content_cut_size : '{$mi->content_cut_size}',
 thumbnail_width  : '{$mi->thumbnail_width}',
 thumbnail_height : '{$mi->thumbnail_height}',
 thumbnail_type   : '{$mi->thumbnail_type}',
 search_keyword   : '{addslashes($search_keyword)}',
 search_target    : '{$search_target}'
});
</script>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
코딩펀 Blog Api를 이용해서 글 자동 등록시 에러.. 조언 부탁드립니다. [8] 2017.04.30 by 코딩펀
Svekor xe 설치중 rewrite_mod [2] file 2017.04.30 by 세걸
큰성565 커뮤니케이션애드온 오프 상태에서 알림센터에 쪽지오는 기능을 이용하는 경우.. 문제  
훈돌픽 XE 취약점 제보시 질문 [1] 2017.04.29 by 기진곰
thdwjdtjr 보안을 위해 html 권한을 어떻게 주어야 하나요 [2] 2017.04.29 by thdwjdtjr
세걸 cafexe 추가 메뉴  
thdwjdtjr SCM Music Player 에서 반복이 되지않도록 하는 방법 file  
thdwjdtjr SCM Music Player 사용방법 문의 [2] 2017.04.29 by thdwjdtjr
포토그래퍼권오명 스케치북 스킨 게시판 줄간격 줄이는거 어디서 하는건가요? [6] file 2017.04.29 by hoss
경이 팝업이 안되요  
신당무브 본문글 볼때 색상 변경하는 법좀... [3] file 2017.04.28 by 신당무브
mnesi PC버전 내용이 모바일에 출력되고 있어요 [1] 2017.04.28 by sejin7940
트리픽 sub menu를 헤더에 나오게 하는 방법 질문드려요ㅠ file  
딩딩2 소시랑 메모장 질문드려요!! [4] 2017.04.28 by 머드
트리픽 위젯에 백그라운드이미지 삽입&첨부이미지용량수정!  
koll**** XE 날짜비교 어떻게 하나요..?? [1] 2017.04.28 by lis****
darkja**** 일본어, 중국어 메뉴 입력  
운현 유튜브 모듈 모바일스킨 관련  
트리픽 다운받은 레이아웃 수정 질문 [5] 2017.04.27 by 트리픽
sundriespds 모바일 브라우저 제목 제거 질문 [1] 2017.04.27 by LI-NA
koll**** 기존 게시판 모듈 소스 일부를 변경하여 원하는 기능을 구현하고 싶습니다. [1] 2017.04.27 by LI-NA
koll**** 쓰기 폼에서 DB에 Insert할때 변수끼리 계산 후 넣을수 있나요 ? [3] 2017.04.27 by LI-NA
bambiiii 댓글 에디터 선택하기 버튼이 작동이 안돼요  
sundriespds 위젯페이지 질문 [2] 2017.04.26 by sundriespds
havethe*** XE관리자 화면에 갤러리라는 게시판은 없어요 [1] 2017.04.26 by pmacsoft
havethe*** wXE4에서 xe로 갈아타기 [1] 2017.04.26 by pmacsoft
상록수 제로보드는 어디에 문의해야죠? [1] 2017.04.26 by YJSoft
상록수 [질문] 도와주세요. 로그인이 않되네요  
완전초보 서브도메인  
ane**** 확장검색을 위해 XML을 추가 했는데 처리가 안됩니다.ㅠ