글쓴이 사이드뷰 목록 주석
본문
common.lib.php 파일에서 사이드뷰 쪽
//if($mb_id)
// $str2 .= "<a href=\"".G5_BBS_URL."/new.php?mb_id=".$mb_id."\" class=\"link_new_page\" onclick=\"check_goto_new(this.href, event);\">전체게시물</a>\n";
//if($is_admin == "super" && $mb_id) {
// $str2 .= "<a href=\"".G5_ADMIN_URL."/member_form.php?w=u&mb_id=".$mb_id."\" target=\"_blank\">회원정보변경</a>\n";
// $str2 .= "<a href=\"".G5_ADMIN_URL."/point_list.php?sfl=mb_id&stx=".$mb_id."\" target=\"_blank\">포인트내역</a>\n";
//}
이렇게 주석처리를 하면
전체게시물 회원정보변경, 포인트내역 이부분은 안보여야 정상 아닌가요?
근데 계속 노출이 되는 상태인데, 다른곳도 또 건드려야하는건가요?
게시판쪽의 사이드뷰는 가려지는데, 메인페이지에 latest쪽 사이드뷰는 제거가 안되어서요 ㅠ
답변을 작성하시기 전에 로그인 해주세요.