구누보드 5.3 메인에서 갤러리 사진 없을때.. no이미지 되신
본문
구누보드 5.3 메인에서 갤러리 사진 없을때.. no이미지 되신 본문 글자쓰이게 할순없나요?
답변 1
해당 최신글 스킨 latest.skin.php 파일에서 썸네일 출력 부분을 이렇게 수정.
참고 http://gnustudy.com/bbs/board.php?bo_table=skin_latest&wr_id=32
if($thumb['src']) {
$img = $thumb['src'];
$img_content = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
} else {
$img_content = cut_str(strip_tags($list[$i]['wr_content']), 50);
}
답변을 작성하시기 전에 로그인 해주세요.