게시판 목록타이틀에 섬네일 추가기능
  • 넘버나인
  • 2012.09.07 14:26:35
  • 조회 수: 2720
  • 댓글: 2

안녕하세요.

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 스킨에선 안되네요..

추가할수있는 방법이 없을는지요..


이 게시물을

댓글'2'
XETemplate
  • 2012.09.07
  • 수정: 2012.09.07 20:08:10

리스트형 게시판에 썸네일을 추가 하시려면 아래의 코드를 _style.list.html 128번줄 다음 에 추가하시면 됩니다.

 

<td class="thumb" cond="$val->type == 'thumbnail'">
<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)}" alt="" />
</a>
</td>

 

그런 후 12번줄 다음에 아래의 코드 추가

<th scope="col" cond="$val->type == 'thumbnail'">썸네일</th>

 

마지막으로 70번 다음 줄에 아래코드 추가

<td class="thumb" cond="$val->type == 'thumbnail'">
<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)}" alt="" />
</a>
</td>

 

이렇게 하시고 목록 설정에서 썸네일을 추가 해 주시면 됩니다.

이 댓글을

넘버나인
  • 2012.09.08

아 정말 감사합니다.. 이제 xe를 업데이트 할 수 있겠습니다.

이 댓글을

사진 및 파일 첨부

여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.

파일 용량 제한 : 0MB (허용 확장자 : *.*)

0개 첨부 됨 ( / )

에디터 선택

※ 주의 : 페이지가 새로고침됩니다

이 댓글을 삭제하시겠습니까?

이 게시물을 삭제하시겠습니까?

공유하기

번호
제목
작성자
날짜
175
2012.09.12
160
2012.08.07
157
2012.08.02
견적문의
카톡상담
TOP