조회 수 12030 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
스킨에 따라 다를수도 있겠는데...
zbxe\modules\board\skins\xe_board\list.html 경로를 참조하셔서 list.html 파일을 찾아 아래의 내용중 40번째줄의 내용의 앞뒤에 내용을 추가해 보세요.(붉은색 부분)
권한이 어떤범위인지 몰라서.... 기본적인 내용으로 감싸 봅니다. 내용을 수정하세요.


   <!-- 글쓰기, 목록 버튼 -->
        <div class="leftButtonBox">
            <!--@if($grant->is_admin)-->
                <a href="./{getUrl(",'module','document','act','dispDocumentAdminManageDocument')}" class="button"><span>{$lang->cmd_manage_document}</span></a>
            <!--@end-->
            <!--@if($module_info->default_style != 'blog')-->
            <a href="./{getUrl(",'mid',$mid,'page',$page,'document_srl','','listStyle',$listStyle)}" class="button"><span>{$lang->cmd_list}</span></a>
            <!--@end-->
        </div>
 
       <div class="rightButtonBox">

            <a href="./{getUrl("act','dispBoardWrite','document_srl','')}" class="button"><span>{$lang->cmd_write}</span></a>
        </div>

적색 부분의 앞 뒤에...

            <!--@if($logged_info->is_admin == 'Y')--> 
            <a href="./{getUrl("act','dispBoardWrite','document_srl','')}" class="button"><span>{$lang->cmd_write}</span></a>
            <!--@end-->

감싸주세요. (위 권한은 최고관리자만 버튼이 보이게 되겠죠) 
 

위 예시 외에도

 

1. 로그인한 회원만 볼 수 있게 하는 방법
<!--@if($is_logged)--> 보여 줄 내용 <!--@end-->

 

2. 글쓰기 권한이 있는 자에게만 보여 줄 내용
<!--@if($grant->write_document)--> 보여줄 내용 혹은 글쓰기 버튼 등 <!--@end-->

 

3. 관리자만 보기
<is_admin=="Y'>!--@if($logged_info->is_admin=="Y")--> 관리자로 로그인했을 때 보이는 내용 <!--@end-->
또는

<!--@if($grant->manager)-->

내용

 <!--@end-->

 

4. 해당 그룹에게만 보이기 
<!--@foreach($logged_info->group_list as $key => $val)-->    
<!--@if($val=="그룹명")-->
해당되는 그룹만 볼 수 있습니다.    
<!--@end--> 
<!--@end-->

 

 

5.로그인한 자와 관리자만 보기.

<!--@if($is_logged || $logged_info->is_admin == 'Y')-->

해당 자만 볼 수 있습니다.

<!--@end-->

 

6.본인과 관리자만 보기.

<!--@if($member_info->member_srl == $logged_info->member_srl || $logged_info->is_admin == 'Y' )-->
감출 내용
<!--@end-->

 

7.여러 그룹에게 보이기

<!--@foreach($logged_info->group_list as $key => $val)-->
    <!--@if($val=="준회원" || $val=="정회원")-->
     해당되는 그룹만 볼 수 있습니다.
   <!--@end-->
 <!--@end-->


  1. 홈페이지 사용법


    Date2009.05.01 By갈매빛 / 崠駐 Reply0 Views29421 Votes0 file
    read more
  2. 나무이름의 유래

    Date2009.12.01 By갈매빛 / 崠駐 Reply1 Views14235 Votes0
    Read More
  3. 안녕하세요~   여기...

    Date2010.03.07 By이영옥 Reply1 Views4301 Votes0
    Read More
  4. 안광열 입니다...회원...

    Date2010.03.08 By파도 Reply0 Views4247 Votes0
    Read More
  5. 좌측 메뉴 하단에 애드센스를 탑재해 보자!

    Date2010.03.31 By갈매빛 / 崠駐 Reply0 Views4564 Votes0
    Read More
  6. 초보 레이아웃 스킨 고치기 1 - CSS 편

    Date2010.03.31 By갈매빛 / 崠駐 Reply0 Views5000 Votes0
    Read More
  7. 게시판별 소스보기 방지코드

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views5298 Votes0
    Read More
  8. 최신 댓글의   표시 안나오게 하려면?

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views5918 Votes0
    Read More
  9. 게시물 읽을 때 하단에 목록 보이지 않게 하기

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views5220 Votes0
    Read More
  10. 내용을 입력하지 않고 글작성 하기

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views5427 Votes0
    Read More
  11. 알림 옵션 기본 체크

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views5269 Votes0
    Read More
  12. 최근글에 공지사항을 제외시키고자할 경우

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views6972 Votes0
    Read More
  13. 언어가 한국어일 때 글꼴설정이 돋움인 것을 해제하기

    Date2010.04.01 By갈매빛 / 崠駐 Reply0 Views6927 Votes0
    Read More
  14. 글쓰기 버튼 특정그룹에게만 노출하기

    Date2010.04.07 By갈매빛 / 崠駐 Reply0 Views12030 Votes0
    Read More
  15. 이미지 본문삽입시 이미지간격 띄우기 / 중앙정렬하기

    Date2010.04.07 By갈매빛 / 崠駐 Reply0 Views5372 Votes0
    Read More
  16. 내용값을 입력하지 않아도 글작성이 완료되게 하는 방법

    Date2010.04.07 By갈매빛 / 崠駐 Reply0 Views5284 Votes0
    Read More
  17. 갈회장님이라시는데요?...

    Date2010.04.08 By산과나무 Reply0 Views4057 Votes0
    Read More
  18. 꽃을 많이 좋아 하는...

    Date2010.04.10 By혜원 Reply0 Views4282 Votes0
    Read More
  19. 갈매빛 회장님 그간 ...

    Date2010.04.14 By야유랑 Reply1 Views4202 Votes0
    Read More
  20. 벌써 왔어야 하는데 ...

    Date2010.04.15 By해돋이 Reply1 Views3950 Votes0
    Read More
  21. 게시물 작성시 알림 체크를 기본으로 하기

    Date2010.04.15 By갈매빛 / 崠駐 Reply0 Views5276 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 12 Next
/ 12