묻고답하기

섬네일 오류

2018.12.05 01:28

hatali

마켓플레이스 물품 등록 후 섬네일이 보이지 않아 코드 찾아보니 아래 빨간색부분인데,

modules/marketplace/skins/default/list.html

<td class="bd_thmb">

<div style="position:relative">

        <span class="mp-condition-badge mp-condition-badge-small mp-{$document->getItemCondition()}">{$condition_list[$document->getItemCondition()]->short_name}</span>

        <img src="{$document->getThumbnail(118,77)}" />

</div>

</td>

 

아래 코드(modules/marketplace/marketplace.item.php)의 파란색부분과 관련있는 것 같은 데 어떻게 수정하면 될 지 고견 부탁합니다.

function getThumbnail($width = 80, $height = 0, $thumbnail_type = '')

{

// Return false if the document doesn't exist

if(!$this->get('thumbnails_srl')) return;

// If not specify its height, create a square

if(!$height) $height = $width;

// Get thumbnai_type information from document module's configuration

if(!in_array($thumbnail_type, array('crop','ratio')))

{

$config = $GLOBALS['__document_config__'];

if(!$config)

{

$oDocumentModel = getModel('document');

$config = $oDocumentModel->getDocumentConfig();

$GLOBALS['__document_config__'] = $config;

}

$thumbnail_type = $config->thumbnail_type;

}

// Define thumbnail information

$thumbnail_path = sprintf('files/marketplace/thumbnails/%s',getNumberingPath($this->get('thumbnails_srl'), 3));

$thumbnail_file = sprintf('%s%dx%d.%s.jpg', $thumbnail_path, $width, $height, $thumbnail_type);

$thumbnail_url  = Context::getRequestUri().$thumbnail_file;

 

 

11.png

https://busan-in.com/used_market

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
핑크베이비 메인화면 백지화 현상 문의 합니다. [3] 2019.06.28 by sejin7940
나답게 somgthing 모듈 설치하고 쉬운설치가 이상해졌어요.  
카오스 안녕하세요. 모바일 레이아웃 관련 문의드립니다. [2] file 2019.06.28 by 카오스
나답게 레이어팝업 애드온 2개이상 팝업 띄울순 없나요? [1] 2019.06.27 by SimpleCode
부자철 게시판 옆 아이콘이미지(?)추가 방법 질문 [2] file 2019.06.26 by 부자철
쮸야282 도메인을 바꾸면 db.config.php 수정하고... [3] 2019.06.25 by 디스케이션
봄비 robots.txt인데 어떤 설정인가요? [3] 2019.06.24 by SimpleCode
나바뻐 모바일컨텐츠 위젯 질문드립니다 [1] file 2019.06.23 by sejin7940
Enki 이미지 첨부시 이 코드가 강제로 입력되네요 [1] 2019.06.23 by sejin7940
AimJin www를 넣지 않으면 접속이 안됩니다. [1] 2019.06.23 by sejin7940
일과여행 이미지 프로세스 리사이징 기능이 안 됩니다. 도와주세요. [3] file 2019.06.21 by mss
여휴우 include 방법 좀 알려주세요. [4] 2019.06.21 by kissing4****
Enki 파일 첨부 후 자동으로 추가되는 코드 삭제 [1] 2019.06.20 by 봄비
카네모치 포스팅 밑에 공란 질문...  
plusnet21 디스크오류 치료후 관리자페이지 접속이 안됩니다.  
유샤인 최근 버젼 에서 올린 글 등록후에 "서버에 요청 중입니다 잠시만 기다리세요"가 않뜨며 올린 글이 등록이 되었는 데도 화면은 여전 에디터에 남아있는 게 문제네요. [10] 2019.06.18 by 인천한량
CosignStudio 게시판 이미지 파일 첨부문제 [6] 2019.06.18 by 축복된삶
부자철 현재 홈페이지 메인부분을 고치고있습니다... [1] file 2019.06.18 by 부자철
홈런볼11 확장 변수 값 출력 [2] 2019.06.18 by 홈런볼11
infight**** 쇼핑몰이 아닌 xe 사이트와 결제모듈 연동 문의 [4] 2019.06.18 by infight****