카테고리 꾸미는 거 도와주세요 ㅠㅠ

카테고리 꾸미는 거 도와주세요 ㅠㅠ

QA

카테고리 꾸미는 거 도와주세요 ㅠㅠ

본문

http://www.leestool.co.kr/bbs/group.php?gr_id=product

 

아침부터 여러 사람들이 도와줬는데 어디를 건드려야 하는지를 모르겠네요.

 

현제 해당 주소로 가면 카테고리 1~15가 보여야 하는데 1~15가 15번 보입니다.

 

3667515381_1618821839.6218.jpg

위에 15줄을 수정해야 할거 같은데 어떻게 수정해야 할지 모르겠습니다.ㅠㅠ

저기 product_01~15를 각각 입력하지 않고 한번에 지칭하는게 있을까요?

 

아니면 latest.skin.php 를 수정해야 하나요?

 

<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G5_LIB_PATH.'/thumbnail.lib.php');

// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$latest_skin_url.'/style.css">', 0);
$thumb_width = 250;
$thumb_height = 250;
?>

<div class="pic_lt">
    <h2 class="lat_title">
      <a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>">
        <?php echo $bo_subject ?></a>
      </h2>
    <ul>
    <?php
    for ($i=0; $i<count($list); $i++) {
    $youtube_url = $list[$i]['wr_link1'];
    $youtube_id = str_replace('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($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 = '<img src="'.$img.'" alt="'.$thumb['alt'].'" >';
    ?>
        <li>
            <a href="<?php echo $list[$i]['href'] ?>" class="lt_img"><?php echo $img_content; ?></a>
            <?php
            if ($list[$i]['icon_secret']) echo "<i class=\"fa fa-lock\" aria-hidden=\"true\"></i><span class=\"sound_only\">비밀글</span> ";

            if ($list[$i]['icon_new']) echo "<span class=\"new_icon\">N<span class=\"sound_only\">새글</span></span>";

            if ($list[$i]['icon_hot']) echo "<span class=\"hot_icon\">H<span class=\"sound_only\">인기글</span></span>";

 
            echo "<a href=\"".$list[$i]['href']."\"> ";
            if ($list[$i]['is_notice'])
                echo "<strong>".$list[$i]['subject']."</strong>";
            else
                echo $list[$i]['subject'];

            echo "</a>";

            // 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 " <i class=\"fa fa-download\" aria-hidden=\"true\"></i>" ;
            //if ($list[$i]['icon_link']) echo " <i class=\"fa fa-link\" aria-hidden=\"true\"></i>" ;

            if ($list[$i]['comment_cnt'])  echo "
            <span class=\"lt_cmt\">+ ".$list[$i]['wr_comment']."</span>";

            ?>

            <span class="lt_date"><?php echo $list[$i]['datetime2'] ?></span>
        </li>
    <?php }  ?>
    <?php if (count($list) == 0) { //게시물이 없을 때  ?>
    <li class="empty_li">게시물이 없습니다.</li>
    <?php }  ?>
    </ul>
    <a href="<?php echo G5_BBS_URL ?>/board.php?bo_table=<?php echo $bo_table ?>" class="lt_more"><span class="sound_only"><?php echo $bo_subject ?></span><i class="fa fa-plus" aria-hidden="true"></i><span class="sound_only"> 더보기</span></a>

</div>
이렇습니다.

잘 부탁드립니다.

이 질문에 댓글 쓰기 :

답변 3

여러 게시판을 통합해서 보여주려면 그룹 최신글을 이용해야 됩니다.

 

http://www.gnuwiz.com/bbs/board.php?bo_table=latest_tip&wr_id=5

 

echo latest_group("gallery", "product", 16, 25);  

for문 사용하는법 찾아서 적용해보세요

답변을 작성하시기 전에 로그인 해주세요.
전체 51
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT