구누보드 5.3 메인에서 갤러리 사진 없을때.. no이미지 되신 본문 글자쓰이게 할순없나요?
답변 1개
채택된 답변
+20 포인트
2018-08-16 (목) 12:44:23
해당 최신글 스킨 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);
}
답변을 작성하려면 로그인이 필요합니다.