2026, 새로운 도약을 시작합니다.

제목 및 등록일이 분리되었습니다... 채택완료

1. 카테고리?제목이 분리되어 보여집니다.

2072965133_1689670760.1134.png

2. 이렇게 나와야합니다.

3547108491_1611738241.1926.png

3. 어딜 어떻게 수정하면 될까요?

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

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

<script src="<?php echo G5_JS_URL; ?>/viewimageresize.js"></script>

<!-- 게시물 읽기 시작 { -->

<article id="bo_v" style="width:<?php echo $width; ?>">
    <header>
      
                        <section id="bo_v_info">
                          <table class="table">
                            <caption>설명</caption>
                            <colgroup>
                                <col style="width: 20%">
                                <col style="width: 80%">
                            </colgroup>
                            <tbody>
                               <tr>
                                    <th scope="row">제목</th>
                                    <td><span class="bo_v_tit">
                                          <?php
                                             echo cut_str(get_text($view['wr_subject']), 70); // 글제목 출력
                                            ?></span></td>
                                </tr>

                                 <?php if ($category_name) { ?>
                                 <tr>
                                    <th scope="row">구분</th>
                                    <td>  <span class="bo_v_cate"><?php echo $view['ca_name']; // 분류 출력 끝 ?></span> </td>
                                </tr>
                                   <?php } ?>
                                   

                             <!--    <tr>
                                    <th scope="row">작성자</th>
                                    <td><span class="bo_v_cate"> <span class="sound_only">작성자 </span>
                                          <?/*php
                                            echo $view['name'] 
                                           */?></span></td>
                                </tr>  -->

                                <tr>
                                    <th scope="row">등록일</th>
                                    <td> <span class="if_date"><span class="sound_only">작성일</span><?php echo date("y-m-d H:i", strtotime($view['wr_datetime'])) ?></span>
                                    <?php if ($admin_href) /*관리자만 볼수 있어요 */ { ?>
                <?php if ($is_ip_view) { echo "&nbsp;($ip)"; } ?></strong>
                    <span class="sound_only">댓글</span><strong><a href="#bo_vc"> <i class="fa fa-commenting-o" aria-hidden="true"></i> <?php echo number_format($view['wr_comment']) ?>건</a></strong>
                <span class="sound_only">조회</span><strong><i class="fa fa-eye" aria-hidden="true"></i> <?php echo number_format($view['wr_hit']) ?>회</strong>
                <?php } ?>
                                
                                
                                </td>
                                </tr>

                               <!-- 첨부파일 시작 { -->
                                <?php
                               $cnt = 0;
                                 if ($view['file']['count']) {
                               for ($i=0; $i<count($view['file']); $i++) {
                                       if (isset($view['file'][$i]['source']) && $view['file'][$i]['source'] && !$view['file'][$i]['view'])
                                $cnt++;
                                     }
                                    }
                                 ?>
                                 <?php if($cnt) { ?>
                                   <?php
                                 // 가변 파일
                                  for ($i=0; $i<count($view['file']); $i++) {
                                    if (isset($view['file'][$i]['source']) && $view['file'][$i]['source'] && !$view['file'][$i]['view']) {
                                        ?>
                                <tr>
                                    <th scope="row">첨부파일</th>
                                    <td><i class="fa fa-folder-open" aria-hidden="true"></i>
                                           <a href="<?php echo $view['file'][$i]['href'];  ?>" class="view_file_download" download>
                                              <strong><?php echo $view['file'][$i]['source'] ?></strong> <?php echo $view['file'][$i]['content'] ?> (<?php echo $view['file'][$i]['size'] ?>)
                                              </a> <span class="bo_v_file_cnt"><?php echo $view['file'][$i]['download'] ?>회 다운로드 | DATE : <?php echo $view['file'][$i]['datetime'] ?></span>
                                              </td>
                                </tr>
                                     <?php } 
                                     }?><?php } ?>
                               <!-- } 첨부파일 끝 -->

                                 <!-- 참고링크 시작 { -->
                                 <?php if(isset($view['link']) && array_filter($view['link'])) { ?>
                                  <?php
                                      // 링크
                                         $cnt = 0;
                                             for ($i=1; $i<=count($view['link']); $i++) {
                                               if ($view['link'][$i]) {
                                                   $cnt++;
                                           $link = cut_str($view['link'][$i], 70);
                                                ?>
                                <tr>
                                    <th scope="row">참고링크</th>
                                    <td> <i class="fa fa-link" aria-hidden="true"></i>  <a href="<?php echo $view['link_href'][$i] ?>" target="_blank">
                                            <strong><?php echo $link ?></strong> </a> <span class="bo_v_link_cnt"><?php echo $view['link_hit'][$i] ?>회 연결</span>
                                    </td>
                                </tr>
                                 <?php
                                         }
                                           }
                                              ?><?php } ?>


                            </tbody>
                        </table>
                        </section>
                        </header>


    <section id="bo_v_atc">
        <h2 id="bo_v_atc_title">본문</h2>
       <!-- 게시물 상단 버튼 시작 { -->
        <div id="bo_v_top">
            <?php ob_start(); ?>

            <ul class="btn_bo_user bo_v_com">
                <li><a href="<?php echo $list_href ?>" class="btn_b01 btn" title="목록"><i class="fa fa-list" aria-hidden="true"></i><span class="sound_only">목록</span></a></li>
                <?php if ($reply_href) { ?><li><a href="<?php echo $reply_href ?>" class="btn_b01 btn" title="답변"><i class="fa fa-reply" aria-hidden="true"></i><span class="sound_only">답변</span></a></li><?php } ?>
                <?php if ($write_href) { ?><li><a href="<?php echo $write_href ?>" class="btn_b01 btn" title="글쓰기"><i class="fa fa-pencil" aria-hidden="true"></i><span class="sound_only">글쓰기</span></a></li><?php } ?>
                <?php if($update_href || $delete_href || $copy_href || $move_href || $search_href) { ?>
                <li>
                    <button type="button" class="btn_more_opt is_view_btn btn_b01 btn"><i class="fa fa-ellipsis-v" aria-hidden="true"></i><span class="sound_only">게시판 리스트 옵션</span></button>
                    <ul class="more_opt is_view_btn"> 
                        <?php if ($update_href) { ?><li><a href="<?php echo $update_href ?>">수정<i class="fa fa-pencil-square-o" aria-hidden="true"></i></a></li><?php } ?>
                        <?php if ($delete_href) { ?><li><a href="<?php echo $delete_href ?>" onclick="del(this.href); return false;">삭제<i class="fa fa-trash-o" aria-hidden="true"></i></a></li><?php } ?>
                        <?php if ($copy_href) { ?><li><a href="<?php echo $copy_href ?>" onclick="board_move(this.href); return false;">복사<i class="fa fa-files-o" aria-hidden="true"></i></a></li><?php } ?>
                        <?php if ($move_href) { ?><li><a href="<?php echo $move_href ?>" onclick="board_move(this.href); return false;">이동<i class="fa fa-arrows" aria-hidden="true"></i></a></li><?php } ?>
                        <?php if ($search_href) { ?><li><a href="<?php echo $search_href ?>">검색<i class="fa fa-search" aria-hidden="true"></i></a></li><?php } ?>
                    </ul> 
                </li>
                <?php } ?>
            </ul>
            <script>

            jQuery(function($){
                // 게시판 보기 버튼 옵션
                $(".btn_more_opt.is_view_btn").on("click", function(e) {
                    e.stopPropagation();
                    $(".more_opt.is_view_btn").toggle();
                })
;
                $(document).on("click", function (e) {
                    if(!$(e.target).closest('.is_view_btn').length) {
                        $(".more_opt.is_view_btn").hide();
                    }
                });
            });
            </script>
            <?php
            $link_buttons = ob_get_contents();
            ob_end_flush();
            ?>
        </div>
        <!-- } 게시물 상단 버튼 끝 -->

        <?php
        // 파일 출력
        $v_img_count = count($view['file']);
        if($v_img_count) {
            echo "<div id=\"bo_v_img\">\n";

            foreach($view['file'] as $view_file) {
                echo get_file_thumbnail($view_file);
            }

            echo "</div>\n";
        }
         ?>

        <!-- 본문 내용 시작 { -->
        <div id="bo_v_con"><?php echo get_view_thumbnail($view['content']); ?></div>
        <?php //echo $view['rich_content']; // {이미지:0} 과 같은 코드를 사용할 경우 ?>
        <!-- } 본문 내용 끝 -->

        <?php if ($is_signature) { ?><p><?php echo $signature ?></p><?php } ?>


      
        <!--  추천 비추천 시작 { -->
            <?php if ( $good_href || $nogood_href) { ?>
        <div id="bo_v_act">
            <?php if ($good_href) { ?>
            <span class="bo_v_act_gng">
                <a href="<?php echo $good_href.'&amp;'.$qstr ?>" id="good_button" class="bo_v_good"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i><span class="sound_only">추천</span><strong><?php echo number_format($view['wr_good']) ?></strong></a>
                <b id="bo_v_act_good"></b>
            </span>
            <?php } ?>
            <?php if ($nogood_href) { ?>
            <span class="bo_v_act_gng">
                <a href="<?php echo $nogood_href.'&amp;'.$qstr ?>" id="nogood_button" class="bo_v_nogood"><i class="fa fa-thumbs-o-down" aria-hidden="true"></i><span class="sound_only">비추천</span><strong><?php echo number_format($view['wr_nogood']) ?></strong></a>
                <b id="bo_v_act_nogood"></b>
            </span>
            <?php } ?>
        </div>
        <?php } else {
            if($board['bo_use_good'] || $board['bo_use_nogood']) {
        ?>
        <div id="bo_v_act">
            <?php if($board['bo_use_good']) { ?><span class="bo_v_good"><i class="fa fa-thumbs-o-up" aria-hidden="true"></i><span class="sound_only">추천</span><strong><?php echo number_format($view['wr_good']) ?></strong></span><?php } ?>
            <?php if($board['bo_use_nogood']) { ?><span class="bo_v_nogood"><i class="fa fa-thumbs-o-down" aria-hidden="true"></i><span class="sound_only">비추천</span><strong><?php echo number_format($view['wr_nogood']) ?></strong></span><?php } ?>
        </div>
        <?php
            }
        }
        ?>
        <!-- }  추천 비추천 끝 -->
    </section>

    <div id="bo_v_share">
            
            <?php if ($scrap_href) { ?>
                <a href="<?php echo $scrap_href;  ?>" target="_blank" class="btn btn_b03" onclick="win_scrap(this.href); return false;">
                <i class="fa fa-bookmark" aria-hidden="true"></i> 스크랩</a>
                <?php } ?>

            <?php include_once(G5_SNS_PATH."/view.sns.skin.php"); ?>
     
        </div>
        

<!--  게시판 목록 시작 { -->
<div id="bot_botton">
    <ul>
    <li><a href="javascript:history.back();" class="bot_left" title="목록">이전</i><span class="sound_only">이전</span></a></li>
    <li><a href="<?php echo $list_href ?>" class="bot_right" title="목록">목록</i><span class="sound_only">목록</span></a></li>
   
    </ul>
</div>
<!-- } 게시판 목록 끝 -->

<!--  이전다음  { -->
<div id="bo_v_n">
    <?php if ($prev_href || $next_href) { ?>
    <ul class="bo_v_nb">
        <?php if ($prev_href) { ?><li class="btn_prv"><span class="nb_tia"> 이전글 <i class="fa fa-angle-up"></i></span>
            <span class="nb_href"> 
                <a href="<?php echo $prev_href ?>"><?php echo $prev_wr_subject;?></a> </span>
        <span class="nb_date"><?php echo str_replace('-', '.', substr($prev_wr_date, '2', '8')); ?></span></li><?php } ?>

        <?php if ($next_href) { ?><li class="btn_next"><span class="nb_tib"> 다음글 <i class="fa fa-angle-down"></i></span>
            <span class="nb_href"> 
                 <a href="<?php echo $next_href ?>"><?php echo $next_wr_subject;?></a>  </span> 
        <span class="nb_date"><?php echo str_replace('-', '.', substr($next_wr_date, '2', '8')); ?></span></li><?php } ?>
    </ul>
    <?php } ?>
    </div>
<!-- } 이전다음  끝 -->

    <?php
    // 코멘트 입출력
    include_once(G5_BBS_PATH.'/view_comment.php');
    ?>
</article>
<!-- } 게시판 읽기 끝 -->

<script>
<?php if ($board['bo_download_point'] < 0) { ?>
$(function() {
    $("a.view_file_download").click(function() {
        if(!g5_is_member) {
            alert("다운로드 권한이 없습니다.\n회원이시라면 로그인 후 이용해 보십시오.");
            return false;
        }

        var msg = "파일을 다운로드 하시면 포인트가 차감(<?php echo number_format($board['bo_download_point']) ?>점)됩니다.\n\n포인트는 게시물당 한번만 차감되며 다음에 다시 다운로드 하셔도 중복하여 차감하지 않습니다.\n\n그래도 다운로드 하시겠습니까?";

        if(confirm(msg)) {
            var href = $(this).attr("href")+"&js=on";
            $(this).attr("href", href);

            return true;
        } else {
            return false;
        }
    });
});
<?php } ?>

function board_move(href)
{
    window.open(href, "boardmove", "left=50, top=50, width=500, height=550, scrollbars=1");
}
</script>

<script>
$(function() {
    $("a.view_image").click(function() {
        window.open(this.href, "large_image", "location=yes,links=no,toolbar=no,top=10,left=10,width=10,height=10,resizable=yes,scrollbars=no,status=no");
        return false;
    });

    // 추천, 비추천
    $("#good_button, #nogood_button").click(function() {
        var $tx;
        if(this.id == "good_button")
            $tx = $("#bo_v_act_good");
        else
            $tx = $("#bo_v_act_nogood");

        excute_good(this.href, $(this), $tx);
        return false;
    });

    // 이미지 리사이즈
    $("#bo_v_atc").viewimageresize();
});

function excute_good(href, $el, $tx)
{
    $.post(
        href,
        { js: "on" },
        function(data) {
            if(data.error) {
                alert(data.error);
                return false;
            }

            if(data.count) {
                $el.find("strong").text(number_format(String(data.count)));
                if($tx.attr("id").search("nogood") > -1) {
                    $tx.text("이 글을 비추천하셨습니다.");
                    $tx.fadeIn(200).delay(2500).fadeOut(200);
                } else {
                    $tx.text("이 글을 추천하셨습니다.");
                    $tx.fadeIn(200).delay(2500).fadeOut(200);
                }
            }
        }, "json"
    );
}
</script>
<!-- } 게시글 읽기 끝 -->

답변 3개

채택된 답변
+20 포인트

default.css 파일 아래 코드를 아래처럼 수정해 보세요.

header {

    width: 100%;

    height: 90px;

    position: relative; <---- 여기를 이렇게 수정.

    top: 0;

    z-index: 7000;

}

로그인 후 평가할 수 있습니다

답변에 대한 댓글 4개

수정했는데도 그대로이네요ㅠㅠㅠ...
캐시새로고침 (Ctrl + F5) 해보세요.
감사합니다 해결은 되었습니다.
근데 이미지랑 겹쳐보이는건 어떻게 해야할까요?
겹쳐보이는 건 z-index 값이 큰 게 위로 올라갑니다.
위치 조정은 top, bottom, left, right 속성 등으로 조정합니다.

댓글을 작성하려면 로그인이 필요합니다.

댓글을 작성하려면 로그인이 필요합니다.

PHP 소스를 위처럼 남겨도 css 문제는 살펴보기 힘듭니다.

가급적이면 문제 발생한 해당 페이지 주소를 남겨보세요.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인
🐛 버그신고