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

1:1문의 게시판의 게시물 수정 채택완료

생준 4년 전 조회 2,615

1:1문의 게시판의 게시물을 관리자가 수정할 수 있도록 설정할 수 있을까요??

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

답변 3개

채택된 답변
+20 포인트
4년 전

원본 기준으로 관리자는 수정 권한이 있습니다.

 

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

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

4년 전

원본 기준으로 소스를 비교해보세요 소스가 같다면

 

어디서 css 영향을 받아서 안나오는 것일 수도 있어요

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

답변에 대한 댓글 1개

생준
4년 전
원본파일 그대로 사용해봐도 안나타나네요ㅠㅠ
영항 준 css도 없었습니다..

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

4년 전

</p>

<p><!-- 게시물 상단 버튼 시작 { -->

        <div id="bo_v_top">

            <?php ob_start(); ?></p>

<p>            <ul class="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 ($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) { ?>

                <li>

                    <button type="button" class="btn_more_opt btn_b01 btn" title="게시판 읽기 옵션"><i class="fa fa-ellipsis-v" aria-hidden="true"></i><span class="sound_only">게시판 읽기 옵션</span></button>

                    <ul class="more_opt">

                        <?php if ($update_href) { ?><li><a href="<?php echo $update_href ?>" class="btn_b01 btn" title="수정">수정<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 ?>" class="btn_b01 btn" onclick="del(this.href); return false;" title="삭제">삭제<i class="fa fa-trash-o" aria-hidden="true"></i></a></li><?php } ?>

                    </ul>

                </li>

                <?php } ?>

            </ul>

            <script>

                // 게시판 리스트 옵션

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

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

                })

            </script>

            <?php

            $link_buttons = ob_get_contents();

            ob_end_flush();

            ?>

        </div>

        <!-- } 게시물 상단 버튼 끝 --></p>

<p>

 

저는 왜 버튼이 안나올까요?ㅠㅠ

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

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

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

로그인