카테고리 꾸미는 거 도와주세요 ㅠㅠ 채택완료
http://www.leestool.co.kr/bbs/group.php?gr_id=product
아침부터 여러 사람들이 도와줬는데 어디를 건드려야 하는지를 모르겠네요.
현제 해당 주소로 가면 카테고리 1~15가 보여야 하는데 1~15가 15번 보입니다.

위에 15줄을 수정해야 할거 같은데 어떻게 수정해야 할지 모르겠습니다.ㅠㅠ
저기 product_01~15를 각각 입력하지 않고 한번에 지칭하는게 있을까요?
아니면 latest.skin.php 를 수정해야 하나요?
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); $thumb_width = 250; $thumb_height = 250; ?>
-
http://youtu.be/','',$youtube_url);
$youtube_id = str_replace('https://youtu.be/','',$youtube_id);
$thumb = get_list_thumbnail($bo_table, $list[$i]['wr_id'], $thumb_width, $thumb_height, false, true);
-
비밀글 ";
if ($list[$i]['icon_new']) echo "N새글";
if ($list[$i]['icon_hot']) echo "H인기글";
echo " "; if ($list[$i]['is_notice']) echo "".$list[$i]['subject'].""; else echo $list[$i]['subject'];
echo "";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; } // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
//echo $list[$i]['icon_reply']." "; // if ($list[$i]['icon_file']) echo " " ; //if ($list[$i]['icon_link']) echo " " ;
if ($list[$i]['comment_cnt']) echo " + ".$list[$i]['wr_comment']."";
?>
- 게시물이 없습니다.
if($youtube_id) {
$img = 'https://img.youtube.com/vi/'.$youtube_id.'/hqdefault.jpg';
} else if($thumb['src']) {
$img = $thumb['src'];
} else {
$img = G5_IMG_URL.'/no_img.png';
$thumb['alt'] = '이미지가 없습니다.';
}
$img_content = '';
?>
잘 부탁드립니다.
답변 3개
여러 게시판을 통합해서 보여주려면 그룹 최신글을 이용해야 됩니다.
http://www.gnuwiz.com/bbs/board.php?bo_table=latest_tip&wr_id=5
echo latest_group("gallery", "product", 16, 25);
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인