1. Board 모듈 수정
modules/board/board.controller.php 에서
// unset document style if the user is not the document manager
if(!$this->grant->manager&&!$logged_info->group_list[그룹번호])
{
unset($obj->title_color);
unset($obj->title_bold);
}
2. 게시판 스킨 내부에서.. write_form.html 파일에서
vnote
write_form.html 부분은
if($grant->manager||$logged_info->group_list[그룹번호])