작은 별님 빠른 답변 너무 감사드립니다~
알려주신 "본문 이미지 alt 값에 글 제목 넣기" 적용했는데
lib/thumbnail.lib.php 파일에
// 게시글보기 썸네일 생성
function get_view_thumbnail($contents, $thumb_width=0)
{
global $board, $config, $view;
쭉~ 아래에
if ($width) {
$thumb_tag = '<img src="'.G5_URL.str_replace($filename, $thumb_file, $data_path).'" alt="'.$view['wr_subject'].'" width="'.$width.'" height="'.$height.'"/>';
} else {
$thumb_tag = '<img src="'.G5_URL.str_replace($filename, $thumb_file, $data_path).'" alt="'.$view['wr_subject'].'"/>';
}
기존 글을 수정해도, 새글을 등록해도, 브라우져별 쿠키값을 삭제해도 적용되지 않습니다.
alt="" 값이 비어 있습니다. ㅠㅠ
G5_GNUBOARD_VER', '5.3.1.9 입니다.
뭐가 잘못된 걸까요?