= '{$today}') ) "; // 데이터베이스에서 데이터 가져오기 (wr_id 역순) $sql = " SELECT * FROM {$write_table} WHERE {$sql_where} ORDER BY wr_num, wr_reply LIMIT 0, {$limit_count} "; $result = sql_query($sql); $module_id = 'pns_visual_' . uniqid(); $module_css_path = G5_THEME_PATH.'/rb.custom/pns_visual_borad_laser/module.css'; $module_js_path = G5_THEME_PATH.'/rb.custom/pns_visual_borad_laser/module.js'; $module_css_ver = file_exists($module_css_path) ? filemtime($module_css_path) : G5_CSS_VER; $module_js_ver = file_exists($module_js_path) ? filemtime($module_js_path) : G5_JS_VER; $swiper_time = isset($module_config['md_auto_time']) && $module_config['md_auto_time'] ? $module_config['md_auto_time'] : '5000'; ?>
썸네일 -> 기본 이미지) $img_url = ''; // 1. 원본 파일 확인 $sql_file = " select bf_file from {$g5['board_file_table']} where bo_table = '$bo_table' and wr_id = '{$row['wr_id']}' order by bf_no limit 1 "; $row_file = sql_fetch($sql_file); if ($row_file['bf_file']) { $img_url = G5_DATA_URL.'/file/'.$bo_table.'/'.$row_file['bf_file']; } // 2. 원본 파일이 없으면 썸네일 확인 if (!$img_url) { // 💡 [수정] 썸네일 생성 (부모 영역에 맞게 고화질 유지, 크롭핑 안함) // 1240x750 고정 비율 대신 원본 비율 유지하거나 충분히 큰 사이즈 사용 // crop을 false로 설정하여 원본 비율 유지 $thumb = get_list_thumbnail($bo_table, $row['wr_id'], 796, 850, true, true); if ($thumb['src']) { $img_url = $thumb['src']; } } // $img_url = get_list_thumbnail($bo_table, $row['wr_id'], 760, 760, true, true); // 3. 둘 다 없으면 기본 이미지 if (!$img_url) { $img_url = G5_THEME_URL.'/rb.img/no_image.png'; } // 원본 이미지 경로 (팝업용) $ori_url = $img_url; // 제목과 요약 내용 (wr_subject, wr_1) $subject = cut_str(get_text($row['wr_subject']), 100); $summary = get_text($row['wr_1']); // wr_1에 저장된 요약 내용 // 링크 URL (wr_link1 사용) $link_url = $row['wr_link1']; // 💡 [수정] 링크가 있으면 바로 이동, 없으면 팝업 $click_action = ''; $cursor_style = ''; if ($link_url) { $click_action = "onclick=\"window.open('{$link_url}', '_blank');\""; $cursor_style = 'cursor: pointer;'; } else { $click_action = "onclick=\"openLightbox('{$ori_url}', '{$link_url}');\""; // 팝업 함수 호출 $cursor_style = 'cursor: zoom-in;'; } ?>
" >
--> --> --> >
등록된 광고 데이터가 없습니다.
'; ?>
× 바로가기