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

갤러리 순서 변경하기 채택완료

홀로그램웹 11개월 전 조회 1,514

여기 저기 많이 나와있는걸로 해봐도 도저히 안되네요 ㅠㅠ

여기서 무얼 추가해야 하는지 자세히 수정해주시면 스벅커피쿠폰 보내드릴게요~

(bbs에 넣어야할 파일도요~)

 

</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);

?></p>

<p>    <div>

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

        <div id="bo_gall">

            

            <div class="bo_gall_inner">

                <?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 } ?>

            

                <div class="top-flex"></p>

<p>                    <div class="jt_list_last_update">총 <span lang="en"><?php echo number_format($total_count) ?></span> 개</div></p>

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

                    <!--

                    <div class="bo_sch_wrap">

                        <fieldset class="bo_sch">

                            <h3 class="blind">검색</h3>

                            <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>

                            <div class="flex">

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

                                    <?php echo get_board_sfl_select_options($sfl); ?>

                                </select>

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

                                <div class="sch_bar">

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

                                    <button type="submit" value="검색" class="sch_btn"><i class="fa fa-search" aria-hidden="true"></i><span class="sound_only">검색</span></button>

                                </div>

                            </div>

                            

                            </form>

                        </fieldset>

                        <div class="bo_sch_bg"></div>

                    </div>

                    -->

                </div></p>

<p>                <script>

                jQuery(function($){

                    // 게시판 검색

                    $(".btn_bo_sch").on("click", function() {

                        $(".bo_sch_wrap").toggle();

                    })

                    $('.bo_sch_bg, .bo_sch_cls').click(function(){

                        $('.bo_sch_wrap').hide();

                    });

                });

                </script>

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

<p>                <form name="fboardlist"  id="fboardlist" action="<?php echo G5_BBS_URL; ?>/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>                <!-- 게시판 페이지 정보 및 버튼 시작 { -->

                <div id="bo_btn_top">

                    <ul class="btn_bo_user">

                        <?php if ($admin_href) { ?><li><a href="<?php echo $admin_href ?>" class="btn_admin btn" title="관리자"><i class="fa fa-cog fa-spin fa-fw"></i><span > 관리자</span></a></li><?php } ?>

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

                        <!--<li>

                            <button type="button" class="btn_bo_sch btn_b01 btn" title="게시판 검색"><i class="fa fa-search" aria-hidden="true"></i><span class="sound_only">게시판 검색</span></button>

                        </li>-->

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

                        <?php if ($is_admin == 'super' || $is_auth) {  ?>

                        <li class="move f1">

                            <div><button type="submit" name="btn_submit" value="선택삭제" onclick="document.pressed=this.value"><i class="fa fa-trash-o" aria-hidden="true"></i> 삭제</button></div>

                            <div><button type="submit" name="btn_submit" value="선택복사" onclick="document.pressed=this.value"><i class="fa fa-files-o" aria-hidden="true"></i> 복사</button></div>

                            <div><button type="submit" name="btn_submit" value="선택이동" onclick="document.pressed=this.value"><i class="fa fa-arrows" aria-hidden="true"></i> 이동</button></div>

                        </li>

                        <?php }  ?>

                    </ul>

                </div>

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

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

                <div id="gall_allchk" class="all_chk chk_box form_checkbox" style="border-bottom:solid 1px #eee; padding-bottom:10px; margin-bottom:10px;">

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

                    <label for="chkall">

                        <span></span>

                        <b class="blind">현재 페이지 게시물  전체선택</b>

                    </label>

                </div>

                <?php } ?></p>

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

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

<p>                        $classes = array();

                        

                        $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';

                        }</p>

<p>                        $line_height_style = ($board['bo_gallery_height'] > 0) ? 'line-height:'.$board['bo_gallery_height'].'px' : '';

                     ?>

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

                        <div class="gall_box">

                            

                            <div class="gall_chk chk_box form_checkbox">

                                <?php if ($is_checkbox) { ?>

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

                                <label for="chk_wr_id_<?php echo $i ?>">

                                    <span></span>

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

                                </label>

                                <?php

                            if($is_admin) { echo $list[$i]['num'].". "; }

                            ?>

                                

                                <?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_img">

                                    <a href="<?php echo $list[$i]['href'] ?>">

                                    <?php

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

                                        <span class="is_notice" style="<?php echo $line_height_style; ?>">공지</span>

                                    <?php } else {

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

                                        if($thumb['src']) {

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

                                        } else {

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

                                        }</p>

<p>                                        echo run_replace('thumb_image_tag', $img_content, $thumb);

                                    }

                                     ?>

                                    </a>

                                </div>

                                <a href="<?php echo $list[$i]['href'] ?>"></p>

<p>                                    <span class="mnemitem_tit_big"><?php echo $list[$i]['subject'] ?></span></p>

<p>                                    <div class="mnemitem_pricewrap_v2">

                                    <!-- 최초출시가 -->

                                    <!-- 원가 -->

                                    <!-- 원가 -->

                                    <div class="mnemitem_price_row">

                                        <div class="old_price">

                                            <div>

                                                <span class="blind">정상가격</span>

                                                <span class="pro_price"><?php echo $list[$i]['wr_4'] ?></span>

                                                <span class="pro_tx">원</span>

                                            </div>

                                        </div>

                                    </div>

                                    <!-- 판매가 -->

                                    <!-- 판매가 -->

                                    <div class="mnemitem_price_row">

                                    <div class="mnemitem_prd_per"><span class="blind">할인율</span><span><?php echo $list[$i]['wr_5'] ?></span></div>

                                    <div class="new_price">

                                    <span class="blind">판매가격</span>

                                    <em class="pro_price"><?php echo $list[$i]['wr_3'] ?></em><span class="pro_tx2">원</span>

                                    </div>

                                    </div>

                                    <!-- 별점, 리뷰 -->

                                    </div>

                                </a></p>

<p>                

                            </div>

                        </div>

                    </li>

                    <?php } ?>

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

                </ul></p>

<p>                <!-- 페이지 -->

                <?php echo $write_pages; ?>

                <!-- 페이지 --></p>

<p>                <?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 ($admin_href) { ?><li><a href="<?php echo $admin_href ?>" class="btn_admin btn" title="관리자"><i class="fa fa-cog fa-spin fa-fw"></i><span class="sound_only">관리자</span></a></li><?php } ?>

                        <?php if ($rss_href) { ?><li><a href="<?php echo $rss_href ?>" class="btn_b01 btn" title="RSS"><i class="fa fa-rss" aria-hidden="true"></i><span class="sound_only">RSS</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 } ?>

                    </ul>   

                    <?php } ?>

                </div>

                <?php } ?> 

            </form></p>

<p>   

            <script>

                // 게시판 검색

                $(".btn_bo_sch").on("click", function() {

                    $(".bo_sch_wrap").toggle();

                })

                $('.bo_sch_bg, .bo_sch_cls').click(function(){

                    $('.bo_sch_wrap').hide();

                });

            </script>

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

<p>        </div></p>

<p>    </div>

</div></p>

<p>

<?php if($is_checkbox) { ?>

<noscript>

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

</noscript>

<?php } ?></p>

<p><?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 = g5_bbs_url+"/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 = g5_bbs_url+"/move.php";

    f.submit();

}</p>

<p>// 게시판 리스트 관리자 옵션

jQuery(function($){

    $(".btn_more_opt.is_list_btn").on("click", function(e) {

        e.stopPropagation();

        $(".more_opt.is_list_btn").toggle();

    });

    $(document).on("click", function (e) {

        if(!$(e.target).closest('.is_list_btn').length) {

            $(".more_opt.is_list_btn").hide();

        }

    });

});

</script>

<?php } ?>

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

 </p>

<p>

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

답변 3개

채택된 답변
+20 포인트
11개월 전
로그인 후 평가할 수 있습니다

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

c
11개월 전

순서를 바꾸시려면 빈 게시판 생성하셔서
1. 원본 게시판 -> 빈 게시판으로 이동

2. 원본 게시판에 넣을 순서대로 빈 게시판 -> 원본 게시판으로 이동
하면 순서를 바꿀 수 있습니다

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

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

웅푸
11개월 전

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

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

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

로그인