$grant
이걸 왜 찾아봤을까..;;
문서권한지정애드온
https://xe1.xpressengine.com/index.php?mid=download&package_id=21015635
https://xe1.xpressengine.com/tip/17334915
뭡니까?
어떻게 합니까
182 183 184 185 186 187 188 189 | // 권한변수 설정 $this ->grant = $grant ; Context::set( 'grant' , $grant ); // 권한값을알기위한설정 Context::set( 'grants' , $this ->module_info->grants); if (method_exists( $this , 'init' )) $this ->init(); |
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | /** * @brief 목록 및 선택된 글 출력 **/ function dispBoardContent() { /** * 목록보기 권한 체크 (모든 권한은 ModuleObject에서 xml 정보와 module_info의 grant 값을 비교하여 미리 설정하여 놓음) **/ $grants = Context::get( 'grants' ); if (! $this ->grant->list) /** * module_info에서 권한을 검사하여 해당하는 메시지 출력 **/ { if (in_array( '2' , $grants [ 'view' ])) // 그룹2에게 보기 권한이 있을 때 return $this ->dispBoardMessage( 'msg_not_permitted_member2' ); elseif (in_array( '3' , $grants [ 'view' ])) // 그룹3에게 보기 권한이 있을 때 return $this ->dispBoardMessage( 'msg_not_permitted_member3' ); elseif (in_array( '4' , $grants [ 'view' ])) // 그룹4에게 보기 권한이 있을 때 return $this ->dispBoardMessage( 'msg_not_permitted_member4' ); else return $this ->dispBoardMessage( 'msg_not_permitted' ); } |
151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | // 글 보기 권한을 체크해서 권한이 없으면 오류 메세지 출력하도록 처리 if (! $this ->grant->view && ! $oDocument ->isGranted()) { $oDocument = null; $oDocument = $oDocumentModel ->getDocument(0); Context::set( 'document_srl' , '' ,true); if (in_array( '2' , $grants [ 'view' ])) //그룹2에게 보기 권한이 있을 때 return $this ->alertMessage( 'msg_not_permitted_member1' ); elseif (in_array( '3' , $grants [ 'view' ])) //그룹3에게 보기 권한이 있을 때 return $this ->alertMessage( 'msg_not_permitted_member2' ); elseif (in_array( '4' , $grants [ 'view' ])) // 그룹4에게 보기 권한이 있을 때 return $this ->alertMessage( 'msg_not_permitted_member3' ); else return $this ->alertMessage( 'msg_not_permitted' ); } else { |
스샷은 귀찮아서..
출처 : https://xe1.xpressengine.com/tip/17334915
제목 | 날짜 | |
---|---|---|
본 게시판의 용도 | 2024/06/11 | |
166 | [HTML/CSS/JS] 윈도우 11 크롬에서 화면이 아래 처럼 나오는 PC가 있는데요 뭘 확인하면 좋을까요 ? [1] | 2022/04/22 |
165 | [HTML/CSS/JS] 사업신청 리스트에 접수기간 추가 부탁드려요 [1] | 2022/04/17 |
164 | [HTML/CSS/JS] 캘린더 일정 등록이 잘 안됩니다 [1] | 2022/04/14 |
163 | [HTML/CSS/JS] 메인페이지 유튜브 목록 제목이 길어지면 썸네일이 줄어들어요 [1] | 2022/04/14 |
162 | [HTML/CSS/JS] 날짜 위치를 좀 맞춰주세요 [1] | 2022/04/11 |
161 | [HTML/CSS/JS] 게시글 작성일은 테이블 어떤 컬럼을 가지고 오는 것 일까요 ? [3] | 2022/04/10 |
160 | [SEO] 사이트 최적화 작업 관련 [1] | 2022/04/07 |
159 | [XE] 성인인증 애드온 문의 | 2022/03/12 |
158 | [XE] 누리고 상품 업로드 에러 -> Prepared statement failed: INSERT INTO `xe_nproduct_extra_vars` (`item_srl`, `name`) VALUES (?, ?)Field 'value' doesn't have a default value [1] | 2022/02/03 |
157 | [기타] phpstorm에서 탭 indent가 잘 안 맞는데 어떻게 하나요? | 2022/01/31 |
156 | [git] git pull 했을 때 (2) [1] | 2022/01/30 |
155 | [git] git pull 했을 때 [1] | 2022/01/21 |