[이윰] 공지글에는 댓글 기능 끄기
페이지 정보
shadow2fox
2,501
2018.08.19 12:24:09
짧은주소
-
https://yadolee.com/tip/577 주소복사
본문
공지글에는 댓글 기능 끄기
그누보드5/eyoom/core/board/view.skin.php를 열어 include_once(G5_BBS_PATH.'/view_comment.php'); 를 검색 후 다음과 같이 수정한다.
수정 전
수정 전
include_once(G5_BBS_PATH.'/view_comment.php');
수정 후
if (!$view['is_notice']) include_once(G5_BBS_PATH.'/view_comment.php');
추천인
레벨 149
경험치 3,343,659
Progress Bar 80.23%
- 가입일 : 2015-03-10 12:21:44
- 서명 : 인간에게 가장 큰 선물은
자기 자신에게 기회를 주는 것이다.
- 크리스 가드너, Chris Gardner -
- 자기소개 : There's never a shortcut to happiness.



댓글
첫 번째 댓글을 남겨 주세요