검색사용 체크 풀어도 관리자는 검색되게

검색사용 체크 풀어도 관리자는 검색되게

QA

검색사용 체크 풀어도 관리자는 검색되게

답변 2

본문

수고하십니다.

 

검색사용 체크를 풀어도 관리자는 검색되는 방법이 있을까요?

새글 확인이나 검색을 하게 될때요.

 

감사합니다.

이 질문에 댓글 쓰기 :

답변 2

bbs\search.php 파일에서 

$sql = " select gr_id, bo_table, bo_read_level from {$g5['board_table']} where bo_use_search = 1 and bo_list_level <= '{$member['mb_level']}' ";

이 부분 수정


    if($is_admin) {
        $sql_commond = "";
    } else {
        $sql_commond = " and bo_use_search = 1 ";
    }
    $sql = " select gr_id, bo_table, bo_read_level from {$g5['board_table']} where bo_list_level <= '{$member['mb_level']}' {$sql_commond} ";

if ($is_admin)

  $sql = " select gr_id, bo_table, bo_read_level from {$g5['board_table']} where bo_list_level <= '{$member['mb_level']}' ";

else

  $sql = " select gr_id, bo_table, bo_read_level from {$g5['board_table']} where bo_use_search = 1 and bo_list_level <= '{$member['mb_level']}' ";

 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 124,002
© SIRSOFT
현재 페이지 제일 처음으로