묻고답하기

가로로 지금 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 남기남
조단바 게시판목록 크기 조절. [2] 2017.07.12 by 조단바
라라라 네이버 소셜로그인 성인인증 방법  
몽5db72 로그인창이 밑으로 바뀌었어요 [3] file 2017.07.11 by 몽5db72
몽5db72 갑자기 파일첨부가 안되네요. file  
최윤한 로그인 유지 체크해야만 로그인이 되는 문제  
봉당구 배경색을 검정색으로 바꾸고싶습니다. [2] 2017.07.11 by 봉당구
튜닝셀프 Myadmin DB관리화면에 이 문구는 뭔가요? [4] file 2017.07.11 by 튜닝셀프
보라바다 로그인 후 관리자 에러 메시지 [1] file 2017.07.11 by 이온디
튜닝셀프 설문조사가 등록이 안되는 문제가 있네요... (1.8.40버전 사용중)  
파란촌놈 게시판 스킨 질문입니다. [2] 2017.07.11 by 휘즈
한돌(漢湥) [렌섬웨어 감염 나야나] 홈페이지가 불려오지 않습니다. 뭘 체크해야 할까요? [2] file 2017.07.10 by 한돌(漢湥)
리즈먀 xe 코어 업데이트 후 404 오류 [2] file 2017.07.10 by 리즈먀
천민 contact us에 라디오버튼 [2] 2017.07.10 by HowtoXE
조단바 이미지 클릭시 레이어팝업으로 동영상 나오게 하는방법없나요? [1] 2017.07.10 by DoorWeb
요요용ㅇ용ㅇ용 XE 업데이트 오류 403 [1] 2017.07.10 by 너에게제공
튜닝셀프 스케치북5 게시판에서 답변글은 어떻게 작성하나요? [2] 2017.07.10 by 튜닝셀프
ksm**** xe코어,,업데이트 가 안되는 이유? [1] file 2017.07.10 by 기진곰
홍홍홍 홈페이지 외부 노출이 됩니다 ㅠ 도와주세요~ [1] 2017.07.10 by 제이와이엔소프트
파란촌놈 나야나 서버 복구된 사이트 관리자 로그인 안됨 [6] file 2017.07.10 by 파란촌놈
허허허 제발 사람하나 살리는 셈 치고 도와주세요... file  
튜닝셀프 스케치북5 게시판 스킨에서 스크롤시 뜨는 사이드네비에 대한 질문입니다.  
튜닝셀프 모바일버전 접속을 막을순 없나요? [2] 2017.07.09 by 튜닝셀프
thdwjdtjr 메타태그 위치가 어디에 있는지요 [1] 2017.07.09 by sejin7940
vvccvv2 x core 1.8.42 chaged 업데이트 오류 (도와주세요 ㅠㅠ) [2] file 2017.07.08 by 기진곰
순간 xe코어 업데이트 오류 해결어떻게 하나요ㅠㅠ [1] 2017.07.07 by 기진곰
애라기 XE 설치 오류 [1] 2017.07.07 by 기진곰
ke**** xe설치하는데 한국어 선택이 없네요 왜 영어선택만 있는거죠? [2] file 2017.07.07 by onTrust
튜닝셀프 설문조사가 등록이 안되네요.  
영종몬 회원정보 엑셀로 불러오기 [2] 2017.07.07 by sejin7940
비둘기 pc에서는 url 주소만 붙여도 미리보기가 되는데ㅠㅠ file