묻고답하기
게시판 알림 기능
2015.11.02 11:27
게시판 글쓰기와 댓글쓰기에서 알림체크를 운영자만 할 수 있는 방법이 있을까요?
일반회원들은 알림체크를 하지 못하고, 오직 운영자만 알림체크를 하길 원합니다.
참고로 스케치북 게시판을 사용하고 있습니다.
알려주시면 감사하겠습니다!!
댓글 3
-
난다여~
2015.11.03 15:25
-
mindpainter
2015.11.03 21:00
1. write_form.html 98번째 줄에 붉은색 추가해주세요.
<div cond="$is_logged && $grant->manager" class="section">
<input type="checkbox" name="notify_message" value="Y" checked="checked"|cond="$oDocument->useNotify() || (!$oDocument->useNotify() && @in_array('notify',$mi->wrt_opt))" id="notify_message" />
<label for="notify_message">{$lang->notify}</label>
</div>2. _comment_write.html 54번째 줄에도 붉은색 추가해주시고요..
<block cond="$is_logged && $grant->manager">
<input type="checkbox" name="notify_message" value="Y" id="notify_message_{$oDocument->document_srl}" checked="checked"|cond="@in_array('notify',$mi->wrt_opt)" />
<label for="notify_message_{$oDocument->document_srl}">{$lang->notify}</label>
</block> -
피코스스
2015.11.04 11:25
다운로드 게시판 가시면 푸시 방식으로 알림을 받는등 다양한 방법으로 알림을 받을 수 있는 모듈있습니다.
해당 모듈을 사용하시면 될 것 같네요 ^^!
모듈 다운 받으세요 새글 알림 모듈 있어요