테스트 사이트 - 개발 중인 베타 버전입니다

더보기 페이징 문의좀 드립니다 채택완료

sosososo 3년 전 조회 4,159

http://sewul.enterweb.co.kr/bbs/board.php?bo_table=11111youtube

 

현재 더보기 클릭시 스크립트가 겹치는거 같습니다.

 

썸네일도 안보이고 팝업도 안먹히고....  답답해서 문의 드립니다.

 

</p>

<p><?php

if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

include_once(G5_LIB_PATH.'/thumbnail.lib.php');</p>

<p>// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨

add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);

add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/magnific-popup.css">', 0);

add_javascript('<script src="'.$board_skin_url.'/jquery.magnific-popup.min.js"></script>', 0);

?></p>

<p><!-- 게시판 목록 시작 { -->

<div id="bo_gall"></p>

<p>    <?php if ($is_category) { ?>

    <nav id="bo_cate">

        <h2><?php echo $board['bo_subject'] ?> 카테고리</h2>

        <ul id="bo_cate_ul">

            <?php echo $category_option ?>

        </ul>

    </nav>

    <?php } ?></p>

<p>

    <!-- 게시판 페이지 정보 및 버튼 시작 { -->

    <div id="bo_btn_top"></p>

<p>        <?php if ($rss_href || $write_href) { ?>

        <ul class="btn_bo_user">

            <?php if ($rss_href) { ?><li><a href="<?php echo $rss_href ?>" class="btn_b01 btn"><i class="fa fa-rss" aria-hidden="true"></i> RSS</a></li><?php } ?>

            <?php if ($admin_href) { ?><li><a href="<?php echo $admin_href ?>" class="btn_admin btn"><i class="fa fa-user-circle" aria-hidden="true"></i> 관리자</a></li><?php } ?>

            <?php if ($write_href) { ?><li><a href="<?php echo $write_href ?>" class="btn_b02 btn"><i class="fa fa-pencil" aria-hidden="true"></i>  글쓰기</a></li><?php } ?>

        </ul>

        <?php } ?>

    </div>

    <!-- } 게시판 페이지 정보 및 버튼 끝 --></p>

<p>    <form name="fboardlist"  id="fboardlist" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);" method="post">

    <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">

    <input type="hidden" name="sfl" value="<?php echo $sfl ?>">

    <input type="hidden" name="stx" value="<?php echo $stx ?>">

    <input type="hidden" name="spt" value="<?php echo $spt ?>">

    <input type="hidden" name="sst" value="<?php echo $sst ?>">

    <input type="hidden" name="sod" value="<?php echo $sod ?>">

    <input type="hidden" name="page" value="<?php echo $page ?>">

    <input type="hidden" name="sw" value=""></p>

<p>    <?php if ($is_checkbox) { ?>

    <div id="gall_allchk">

        <label for="chkall" class="sound_only">현재 페이지 게시물 전체</label>

        <input type="checkbox" id="chkall" onclick="if (this.checked) all_checked(true); else all_checked(false);">

    </div>

    <?php } ?>

    <div id="ajax_data">

    <ul id="gall_ul" class="gall_row">

        <?php for ($i=0; $i<count($list); $i++) {</p>

<p>            $classes = array();</p>

<p>            $classes[] = 'gall_li';

            $classes[] = 'col-gn-'.$bo_gallery_cols;</p>

<p>            if( $i && ($i % $bo_gallery_cols == 0) ){

                $classes[] = 'box_clear';

            }</p>

<p>            if( $wr_id && $wr_id == $list[$i]['wr_id'] ){

                $classes[] = 'gall_now';

            }

         ?>

        <li class="<?php echo implode(' ', $classes); ?>">

            <div class="gall_box">

                <div class="gall_chk">

                <?php if ($is_checkbox) { ?>

                <label for="chk_wr_id_<?php echo $i ?>" class="sound_only"><?php echo $list[$i]['subject'] ?></label>

                <input type="checkbox" name="chk_wr_id[]" value="<?php echo $list[$i]['wr_id'] ?>" id="chk_wr_id_<?php echo $i ?>">

                <?php } ?>

                <span class="sound_only">

                    <?php

                    if ($wr_id == $list[$i]['wr_id'])

                        echo "<span class=\"bo_current\">열람중</span>";

                    else

                        echo $list[$i]['num'];

                     ?>

                </span>

                </div>

                <div class="gall_con">

                    <div class="gall_href">

                        <a class="<?php echo ($is_admin ? '' : 'popup-youtube'); ?>" href="<?php echo ($is_admin ? $list[$i]['href'] : $list[$i]['wr_link1']); ?>"></p>

<p>                        <?php

                        if ($list[$i]['is_notice']) { // 공지사항  ?>

                            <strong style="width:<?php echo $board['bo_gallery_width'] ?>px;height:<?php echo $board['bo_gallery_height'] ?>px">공지</strong>

                        <?php } else {

                            $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height'], false, true);</p>

<p>                            if($thumb['ori']) {

                                $img_content = '<img src="'.$thumb['ori'].'" alt="'.$thumb['alt'].'" >';

                            } else {

                                $img_content = '<span class="no_image">no image</span>';

                            }</p>

<p>

                            if($list[$i]['wr_1']) {</p>

<p>                                $youtube_id = str_replace("<a href="https://youtu.be/"," target="_blank" rel="noopener noreferrer">https://youtu.be/",</a> "", $list[$i]['wr_1']);</p>

<p>                                $img_content = '<img src="<a href="https://img.youtube.com/vi/'.$youtube_id.'/maxresdefault.jpg"" target="_blank" rel="noopener noreferrer">https://img.youtube.com/vi/'.$youtube_id.'/maxresdefault.jpg"</a> width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';</p>

<p>                              } else if($thumb['src']) {</p>

<p>                                $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';</p>

<p>                              } else {</p>

<p>                                $img_content = '<span style="width:'.$board['bo_gallery_width'].'px;height:'.$board['bo_gallery_height'].'px">no image</span>';</p>

<p>                              }</p>

<p>

                            echo $img_content;

                        }

                        ?>

                        <h4><b><?php echo $list[$i]['subject'] ?></b></h4></p>

<p>                        <!-- <script>

                        $("img").hover(

                            function () {

                                $(this).css("opacity", 0.7);

                            },

                            function () {

                                $(this).css("opacity", 1);

                            }

                            )

                        </script> -->

                        </a>

                    </div>

                </div>

            </div>

        </li>

        <?php } ?>

        <?php if (count($list) == 0) { echo "<li class=\"empty_list\">게시물이 없습니다.</li>"; } ?>

        <script type="text/javascript">

        var num = 0;

            jQuery(document).ready(function(){

                jQuery(".gall_box").animate({opacity:0, marginTop:"-200px"}, 0);

            })</p>

<p>            jQuery(window).load(function(){

                jQuery(".gall_box").each(function(index){

                    jQuery.easing.def = "easeOutQuart";

                    num++;

                    jQuery(".gall_box").eq(index).delay((300 * num)).animate({opacity:1, marginTop:"0px"}, 900);</p>

<p>                })

            })

        </script>

    </ul>

    </div>

<!-- 페이지 -->

<div class="more_button" style="cursor:hand;">More</div>

     <?php if ($list_href || $is_checkbox || $write_href) { ?>

    <div class="bo_fx">

        <?php if ($list_href || $write_href) { ?>

        <ul class="btn_bo_user">

            <?php if ($is_checkbox) { ?>

            <li><input type="submit" name="btn_submit" value="선택삭제" onclick="document.pressed=this.value" class="btn btn_b01"></li>

            <li><input type="submit" name="btn_submit" value="선택복사" onclick="document.pressed=this.value" class="btn btn_b01"></li>

            <li><input type="submit" name="btn_submit" value="선택이동" onclick="document.pressed=this.value" class="btn btn_b01"></li>

            <?php } ?>

            <?php if ($list_href) { ?><li><a href="<?php echo $list_href ?>" class="btn_b01 btn">목록</a></li><?php } ?>

            <?php if ($write_href) { ?><li><a href="<?php echo $write_href ?>" class="btn_b02 btn">글쓰기</a></li><?php } ?>

        </ul>

        <?php } ?>

    </div>

    <?php } ?>

    </form></p>

<p>       <!-- 게시판 검색 시작 { -->

    <!-- <fieldset id="bo_sch">

        <legend>게시물 검색</legend></p>

<p>        <form name="fsearch" method="get">

        <input type="hidden" name="bo_table" value="<?php echo $bo_table ?>">

        <input type="hidden" name="sca" value="<?php echo $sca ?>">

        <input type="hidden" name="sop" value="and">

        <label for="sfl" class="sound_only">검색대상</label>

        <select name="sfl" id="sfl">

            <option value="wr_subject"<?php echo get_selected($sfl, 'wr_subject', true); ?>>제목</option>

            <option value="wr_content"<?php echo get_selected($sfl, 'wr_content'); ?>>내용</option>

            <option value="wr_subject||wr_content"<?php echo get_selected($sfl, 'wr_subject||wr_content'); ?>>제목+내용</option>

            <option value="mb_id,1"<?php echo get_selected($sfl, 'mb_id,1'); ?>>회원아이디</option>

            <option value="mb_id,0"<?php echo get_selected($sfl, 'mb_id,0'); ?>>회원아이디(코)</option>

            <option value="wr_name,1"<?php echo get_selected($sfl, 'wr_name,1'); ?>>글쓴이</option>

            <option value="wr_name,0"<?php echo get_selected($sfl, 'wr_name,0'); ?>>글쓴이(코)</option>

        </select>

        <label for="stx" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>

        <input type="text" name="stx" value="<?php echo stripslashes($stx) ?>" required id="stx" class="sch_input" size="25" maxlength="20" placeholder="검색어를 입력해주세요">

        <input type="submit" value="검색" class="sch_btn">

        </form>

    </fieldset> -->

    <!-- } 게시판 검색 끝 -->

</div></p>

<p><?php if($is_checkbox) { ?>

<noscript>

<p>자바스크립트를 사용하지 않는 경우
별도의 확인 절차 없이 바로 선택삭제 처리하므로 주의하시기 바랍니다.</p>

</noscript>

<?php } ?></p>

<p>

<!-- 페이지 -->

<span id="page_n" style="display:none;">2</span>

<script type="text/javascript">

$( document ).ready(function(){</p>

<p>    $( ".more_button" ).click(function(){

        $( this ).html( '<i class="fa fa-spinner fa-spin"></i>' );</p>

<p>        var disp_li_length = $( "#gallery_json > li" ).length;</p>

<p>        var page_n = $('#page_n').html();

        $.get( "board.php?bo_table=<?=$bo_table?>&ajax_ck=1&sca=<?php echo urlencode($sca) ?>&sop=and&sst=<?=$_GET['sst']?>&sod=desc&page="+page_n, function( data ) {

            var append_data = $( data ).find('#ajax_data').html();

            var cking = $( data ).find('.empty_table').attr("datano");</p>

<p>            if(cking != "no"){

                $('#page_txt').html('');

                $('#ajax_data').append(append_data);

                $('#page_n').html(parseInt(page_n)+1);

                $( ".more_button" ).html( 'More' );

            } else {

                alert( '게시물이 존재하지 않습니다.' );

                $( ".more_button" ).html( 'More' );

            }

        });</p>

<p>    });

});

</script>

<?php if ($is_checkbox) { ?>

<script>

function all_checked(sw) {

    var f = document.fboardlist;</p>

<p>    for (var i=0; i<f.length; i++) {

        if (f.elements[i].name == "chk_wr_id[]")

            f.elements[i].checked = sw;

    }

}</p>

<p>function fboardlist_submit(f) {

    var chk_count = 0;</p>

<p>    for (var i=0; i<f.length; i++) {

        if (f.elements[i].name == "chk_wr_id[]" && f.elements[i].checked)

            chk_count++;

    }</p>

<p>    if (!chk_count) {

        alert(document.pressed + "할 게시물을 하나 이상 선택하세요.");

        return false;

    }</p>

<p>    if(document.pressed == "선택복사") {

        select_copy("copy");

        return;

    }</p>

<p>    if(document.pressed == "선택이동") {

        select_copy("move");

        return;

    }</p>

<p>    if(document.pressed == "선택삭제") {

        if (!confirm("선택한 게시물을 정말 삭제하시겠습니까?\n\n한번 삭제한 자료는 복구할 수 없습니다\n\n답변글이 있는 게시글을 선택하신 경우\n답변글도 선택하셔야 게시글이 삭제됩니다."))

            return false;</p>

<p>        f.removeAttribute("target");

        f.action = "./board_list_update.php";

    }</p>

<p>    return true;

}</p>

<p>// 선택한 게시물 복사 및 이동

function select_copy(sw) {

    var f = document.fboardlist;</p>

<p>    if (sw == 'copy')

        str = "복사";

    else

        str = "이동";</p>

<p>    var sub_win = window.open("", "move", "left=50, top=50, width=500, height=550, scrollbars=1");</p>

<p>    f.sw.value = sw;

    f.target = "move";

    f.action = "./move.php";

    f.submit();

}

</script>

<?php } ?></p>

<p>

<script type="text/javascript"></p>

<p>$(document).ready(function() {</p>

<p>    $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({

        disableOn: 700,

        type: 'iframe',

        mainClass: 'mfp-fade',

        removalDelay: 160,

        preloader: false,</p>

<p>        fixedContentPos: false

    });

});

</script>

<!-- } 게시판 목록 끝 -->

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

답변 2개

<li class="gall_li col-gn-4">
            <div class="gall_box" style="opacity: 0; margin-top: -200px;">
                <div class="gall_chk">
                               

style="opacity: 0; margin-top: -200px;"

가 왜 있는 걸까요?

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

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

크롬으로 해 보는데
3개씩 잘 나오네요.

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

답변에 대한 댓글 3개

s
sosososo
3년 전
안녕하세요! 더보기시에 2페이지 다 잘나오나요 ? 저도 크롬입니다.
엑스엠엘
3년 전
소스가 바뀌었나 보군요.
지금은 전체가 나오고
"more" 클릭하면 빈 영익이 나오네요.
s
sosososo
3년 전
네 more 누르면 문제가 생겨 질문 드렸습니다 ..

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

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

로그인